undefined symbol "playerid" - 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: undefined symbol "playerid" (
/showthread.php?tid=442958)
undefined symbol "playerid" -
Geeboi_Mehdi - 09.06.2013
i just added these to lines and i got the errors
pawn Код:
C:\Users\Mehdi\Desktop\nah\gamemodes\nope.pwn(13035) : error 017: undefined symbol "playerid"
C:\Users\Mehdi\Desktop\nah\gamemodes\nope.pwn(13036) : error 017: undefined symbol "playerid"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Errors.
here are the lines
pawn Код:
13035:PInfo[playerid][Tickets]=PInfo[playerid][Tickets]+2;
13036:TicketLog("Server", PlayerName(playerid), "POTD");13036:
Re: undefined symbol "playerid" -
DobbysGamertag - 09.06.2013
In what function?
Re: undefined symbol "playerid" -
Geeboi_Mehdi - 09.06.2013
Tickets ??
Re: undefined symbol "playerid" -
Luis- - 09.06.2013
Show the function here..
Re: undefined symbol "playerid" -
Geeboi_Mehdi - 09.06.2013
how i find it?
Re: undefined symbol "playerid" -
Tamer - 09.06.2013
Does the callback/function you are using have a playerid parameter?
Re: undefined symbol "playerid" -
Aly - 09.06.2013
Quote:
Originally Posted by Geeboi_Mehdi
how i find it?
|
Above those lines you have a public ....