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



hey - oreniko - 18.04.2009

whats the problem here

C:\Documents and Settings\a\Desktop\CountrySide RolePlay 2.1 Good one\cs.pwn(5610) : error 017: undefined symbol "pMaskuse"

this is the script
http://pastebin.com/m3127727e


Re: hey - MenaceX^ - 18.04.2009

I didn't look at your code but pMaskuse isn't defined.


Re: hey - oreniko - 18.04.2009

Quote:
Originally Posted by MenaceX^
I didn't look at your code but pMaskuse isn't defined.
how do i define it?


Re: hey - miokie - 18.04.2009

Add:
pawn Код:
new PlayerInfo[MAX_PLAYERS][pMaskuse];
Or add it to your PlayerInfo list if you have one.


Re: hey - oreniko - 19.04.2009

where should i add this line?
new PlayerInfo[MAX_PLAYERS][pMaskuse];

in the command or somewhere else


Re: hey - miokie - 19.04.2009

The top of your script.