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



QUICK question.. - DarrenReeder - 17.04.2010

If i use

Код:
new Team[3];
If i have 4 slots?

so.

Код:
Team[0]
Team[1]
Team[2]
Team[3]
Or 3 slots? (so, not the 0?)


Re: QUICK question.. - aircombat - 17.04.2010

u will have 3 slots , example :
Код:
new Float:pos[3]; GetPlayerPos(playerid,pos[0],pos[1],pos[2]);