SA-MP Forums Archive
Error 033 - 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 (/showthread.php?tid=266303)



Error 033 - Daslee - 04.07.2011

Hello, how i can fix this error: error 033: array must be indexed (variable "dragp2")
Line: if(dragp2){

Also i have this: new dragp2[MAX_PLAYER_NAME];


Re: Error 033 - MadeMan - 04.07.2011

Show more code.


Re: Error 033 - Jeffry - 04.07.2011

pawn Код:
if(dragp2[0]){
You have to add the array, which starts at 0.