SA-MP Forums Archive
Problem wierd - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Problem wierd (/showthread.php?tid=471196)



Problem wierd - Danialdano - 21.10.2013

pawn Код:
format(string, sizeof(string), "<{FF6347}!{33CCFF}> {FFFFFF}Phone: (%d) - Wanted: (%d) - Crimes: (%d) - Arrested: (%d) - Job 1: (%s) - Job 2: (%s) - Health: (%0.1f) - Armor: (%0.1f)", RPPNO(playerb), PlayerInfo[playerb][pWanted], PlayerInfo[playerb][pCrimes], PlayerInfo[playerb][pArrested], RPJN(playerb), RPVJN(playerb), H, A);
SendClientMessage(playerid, COLOR_LIGHTBLUE, string);
i got one thousand of these and every one of them shows ingame but this dosent and my string arrays are 400. Whats wrong


Re: Problem wierd - ThaCrypte - 21.10.2013

Full code please?


Re: Problem wierd - park4bmx - 21.10.2013

Probably In a loop