SA-MP Forums Archive
What's wrong? - 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: What's wrong? (/showthread.php?tid=351502)



What's wrong? - MechaTech - 16.06.2012

I have 2 errors:
Код:
W:\Users\Magdy\Desktop\Server 3.0e\gamemodes\C&R.pwn(698) : error 017: undefined symbol "GivePlayerScore"
W:\Users\Magdy\Desktop\Server 3.0e\gamemodes\C&R.pwn(709) : error 017: undefined symbol "GivePlayerScore"
These are the lines:
pawn Код:
GivePlayerScore(ticketmen[playerid],1);
pawn Код:
GivePlayerScore(ticketmen[playerid],1);
I dont see the problem, please help.


Re: What's wrong? - newbienoob - 16.06.2012

https://sampwiki.blast.hk/wiki/SetPlayerScore


Re: What's wrong? - MechaTech - 16.06.2012

Oh, thanks for your help.