SA-MP Forums Archive
Error codes - 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)
+--- Thread: Error codes (/showthread.php?tid=498757)



Error codes - ChromeMenu - 05.03.2014

Error
Код:
error 033: array must be indexed (variable "string")
Line
Код:
if(file_actually_exists(string))



Respuesta: Error codes - Swedky - 05.03.2014

How you define 'string'?


Re: Error codes - HK - 05.03.2014

Hello, add this to your code,
pawn Код:
new string[256];