SA-MP Forums Archive
Enum problem. - 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: Enum problem. (/showthread.php?tid=404680)



Enum problem. - JoelR - 04.01.2013

I have a problem inside my enum.

I have this:

pawn Код:
fSpawnName[4][24]
I want it to be used like this:

fSpawnName[SPAWNID][MAX LENGTH]

but I get this error:

Код:
error 001: expected token: "}", but found "["



Re: Enum problem. - papedo - 04.01.2013

post all parts of this - enum, news and definitions used in this..


Re: Enum problem. - cosbraa - 04.01.2013

MAX_LENGTH?
Could be an issue with the space, though I ain't sure and can't test atm.


Re: Enum problem. - Scofield62 - 04.01.2013

Maybe u didn't write , or ; to the end of the ENUM or the function