SA-MP Forums Archive
Char - 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: Char (/showthread.php?tid=429128)



Char - iJumbo - 08.04.2013

so using

pawn Код:
new myVar[MAX_PLAYERS char];
its better than

pawn Код:
new myVar[MAX_PLAYERS];
?