error - 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 (
/showthread.php?tid=508143)
error -
iBots - 20.04.2014
i have made this:
pawn Код:
new pot = dini_Get(target,"Pot");
and i get this error:
Код:
error 033: array must be indexed (variable "-unknown-")
AW: error -
Mellnik - 20.04.2014
Show me how you declared the variable 'target'
Re: error -
iBots - 20.04.2014
pawn Код:
new target[32];
format(target, sizeof(target), "%s.ini",tmp);
AW: error -
Mellnik - 20.04.2014
All fine there, the problem must the somewhere else.
Re: error -
iBots - 21.04.2014
Anyone?
Re: error -
Flake. - 21.04.2014
You have to store your data in an array, something like: