SA-MP Forums Archive
I Got some problem, Can you Help Me ? - 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: I Got some problem, Can you Help Me ? (/showthread.php?tid=472159)



I Got some problem, Can you Help Me ? - BatZackMan - 27.10.2013

Hey

Today, when i were scripting/updating a Gmod i find a kind of bug ?! Any way can you help me to fix it ?


______________________
Errors
______________________
Код:
error 017: undefined symbol "ExecuteHackerPlayerNamesAction"
warning 203: symbol is never used: "ExecuteHackerAction"
warning 203: symbol is never used: "PlayerNames"
This is the error that i find it evry time i try to /delete it or /add new think..

______________________
in .pwn as a script
______________________
Код:
#pragma unused ExecuteHackerPlayerNames
((by the way its the last line in all the script, and i tryed to move it in the first one but didn't work..))
Can You Help Me ?



Re: I Got some problem, Can you Help Me ? - Scrillex - 27.10.2013

Put tihs at top
#pragma unused ExecuteHackerPlayerNames
Delete:
ExecuteHackerAction
PlayerNames
Thouse two ain't used.