[POMOC]U vezi cmd

Započeo FalconyAS
6. Avg. 2013. Zaključano
555
pregleda
2
postova
Falcony
4
Enforcer
6. Avg. 2013.
Skripta:Moja od 0.
Problem:Ovako imam problem za cmd "check" radi sve..kad upisem izbaci u chatu al sve u jednom redu i posto ima pre vise toga ne pokaze sve pola nema...nece prebaciti u drugi,treci itd red.
moze pomoc
Dio skripte:

CMD:check(playerid,params[])
{
new id,string;
if(PlayerInfo < 1)return SendClientMessage(playerid, CRVENA, "Niste admin!");
if(sscanf(params, "u", id)) return SCM(playerid,BELA, "Koristite: {BFC0C2}/check [ID Igraca]");
SCM(playerid,-1,"|________INFORMACIJE O IGRACU________|");
format(string,256,"Novac %d$ | Banka %d$ | Level %d | Respekta %d |\n\
                  Droga %d | Mats %d | Kuca %d |Stan %d | Firma %d |\n\
  Vikendica %d | A %d | GS %d | Reket %d | Ubistava %d |\n\
  Smrti %d | OnSati %d | Spol %d | Porjeklo %d | Telefon %d |\n\
  BrTelefona %d | GPS %d | Posao %d | Skin %d | Lider %d |\n\
  Clan %d | Rank %d | Spawn %d | Imenik %d | Rent %d |\n\
  PDP %d | V %d | MO %d | BI %d | PL %d | LE %d | VIP %d |",
                  PlayerInfo,PlayerInfo,PlayerInfo,PlayerInfo,
                  PlayerInfo,PlayerInfo,PlayerInfo,
  PlayerInfo,PlayerInfo,PlayerInfo,
  PlayerInfo,PlayerInfo,PlayerInfo,PlayerInfo,
  PlayerInfo,PlayerInfo,PlayerInfo,PlayerInfo,
  PlayerInfo,PlayerInfo,PlayerInfo,PlayerInfo,
  PlayerInfo,PlayerInfo,PlayerInfo,PlayerInfo,
  PlayerInfo,PlayerInfo,PlayerInfo,PlayerInfo,
  PlayerInfo,PlayerInfo,PlayerInfo,PlayerInfo,
  PlayerInfo,PlayerInfo);
SCM(playerid,-1,string);
return 1;
}

[WW]ivan
5
Kingpin
6. Avg. 2013.
napravis u vise linija
format(string,256,"...",...);
SCM(playerid,-1,string);
format(string,256,"...",...);
SCM(playerid,-1,string);
format(string,256,"...",...);
SCM(playerid,-1,string);

Morate biti prijavljeni da biste odgovorili na ovu temu.

Prijava

© 2026 SmartShark. All rights reserved.

Powered by Momentum|v2026.3.001 Alpha