error 033: array must be indexed (variable "Address") - 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 "Address") (
/showthread.php?tid=128014)
error 033: array must be indexed (variable "Address") -
Kyle - 15.02.2010
new Address[MAX_PLAYERS][16];
Address[playerid] = sIP;
error 033: array must be indexed (variable "Address")
Thanks
Re: error 033: array must be indexed (variable "Address") -
SlashPT - 15.02.2010
delet the [16]??
Код:
new Address[MAX_PLAYERS];
Address[playerid] = sIP;