SA-MP Forums Archive
error 033: array must be indexed (variable "gTeam") - 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: error 033: array must be indexed (variable "gTeam") (/showthread.php?tid=178234)



error 033: array must be indexed (variable "gTeam") - <Weponz> - 21.09.2010

Help with this error please:

Error: error 033: array must be indexed (variable "gTeam")

Line: tcount[gTeam]++;

Thanks in advanced..


Re: error 033: array must be indexed (variable "gTeam") - [MWR]Blood - 21.09.2010

You are sure that you have got
pawn Код:
new gTeam[MAX_PLAYERS];
at the top of your script?


Re: error 033: array must be indexed (variable "gTeam") - Voldemort - 21.09.2010

pawn Код:
tcount[gTeam[playerid]]++;