SA-MP Forums Archive
whats the diff? - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: whats the diff? (/showthread.php?tid=67310)



whats the diff? - StrickenKid - 28.02.2009

whats the diff between these codes and which one is better / what I should be using?

pawn Code:
static gTeam[MAX_PLAYERS];
pawn Code:
new gTeam[MAX_PLAYERS];



Re: whats the diff? - zyx - 28.02.2009

No significant difference, both work.


Re: whats the diff? - StrickenKid - 28.02.2009

k thx