SA-MP Forums Archive
Need help with giveplayercash and NOP - 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: Need help with giveplayercash and NOP (/showthread.php?tid=373894)



Need help with giveplayercash and NOP - Joshy_Elite - 01.09.2012

I have this problem that needs to be fixed,i think im missing some functions or something.

Код:
C:\Users\user82012\Desktop\Pain in the ass\gamemodes\EliteWorld (2).pwn(5300) : error 017: undefined symbol "NOPCheck"
C:\Users\user82012\Desktop\Pain in the ass\gamemodes\EliteWorld (2).pwn(5877) : error 017: undefined symbol "NOPCheck"
C:\Users\user82012\Desktop\Pain in the ass\gamemodes\EliteWorld (2).pwn(5893) : error 017: undefined symbol "NOPCheck"
C:\Users\user82012\Desktop\Pain in the ass\gamemodes\EliteWorld (2).pwn(5906) : error 017: undefined symbol "NOPCheck"
C:\Users\user82012\Desktop\Pain in the ass\gamemodes\EliteWorld (2).pwn(5920) : error 017: undefined symbol "NOPCheck"
C:\Users\user82012\Desktop\Pain in the ass\gamemodes\EliteWorld (2).pwn(5931) : error 017: undefined symbol "NOPCheck"
C:\Users\user82012\Desktop\Pain in the ass\gamemodes\EliteWorld (2).pwn(5945) : error 017: undefined symbol "NOPCheck"
C:\Users\user82012\Desktop\Pain in the ass\gamemodes\EliteWorld (2).pwn(6008) : error 017: undefined symbol "NOPCheck"
C:\Users\user82012\Desktop\Pain in the ass\gamemodes\EliteWorld (2).pwn(6023) : error 017: undefined symbol "NOPCheck"
C:\Users\user82012\Desktop\Pain in the ass\gamemodes\EliteWorld (2).pwn(6038) : error 017: undefined symbol "NOPCheck"
C:\Users\user82012\Desktop\Pain in the ass\gamemodes\EliteWorld (2).pwn(6053) : error 017: undefined symbol "NOPCheck"
C:\Users\user82012\Desktop\Pain in the ass\gamemodes\EliteWorld (2).pwn(6068) : error 017: undefined symbol "NOPCheck"
C:\Users\user82012\Desktop\Pain in the ass\gamemodes\EliteWorld (2).pwn(6083) : error 017: undefined symbol "NOPCheck"
C:\Users\user82012\Desktop\Pain in the ass\gamemodes\EliteWorld (2).pwn(6098) : error 017: undefined symbol "NOPCheck"
C:\Users\user82012\Desktop\Pain in the ass\gamemodes\EliteWorld (2).pwn(6113) : error 017: undefined symbol "NOPCheck"
C:\Users\user82012\Desktop\Pain in the ass\gamemodes\EliteWorld (2).pwn(6128) : error 017: undefined symbol "NOPCheck"
C:\Users\user82012\Desktop\Pain in the ass\gamemodes\EliteWorld (2).pwn(6143) : error 017: undefined symbol "NOPCheck"
C:\Users\user82012\Desktop\Pain in the ass\gamemodes\EliteWorld (2).pwn(6158) : error 017: undefined symbol "NOPCheck"
C:\Users\user82012\Desktop\Pain in the ass\gamemodes\EliteWorld (2).pwn(6173) : error 017: undefined symbol "NOPCheck"
C:\Users\user82012\Desktop\Pain in the ass\gamemodes\EliteWorld (2).pwn(6188) : error 017: undefined symbol "NOPCheck"

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


26 Errors.
Also how do i fix unknown symbol "GivePlayerCash"


Re: Need help with giveplayercash and NOP - [HK]Ryder[AN] - 01.09.2012

show us the code where the error is occurring..and the undefined GivePlayerCash is coming because there is NO function as GivePlayerCash


Re: Need help with giveplayercash and NOP - Johnson_Brooks - 01.09.2012

Its GivePlayerMoney(playerid, moneyhere); || GetPlayerMoney(playerid);
and give us the whole code.
probably you must #define that NOPCheck
but ffs give us the whole code.