I need help fast! - 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 need help fast! (
/showthread.php?tid=557565)
I need help fast! -
iCurse - 14.01.2015
I'm always getting this error when compiling my script.
Код:
C:\Users\Hadjinoor-PC\Desktop\SAMP Community Training GM\gamemodes\DM.pwn(99) : error 017: undefined symbol "playerid"
C:\Users\Hadjinoor-PC\Desktop\SAMP Community Training GM\gamemodes\DM.pwn(100) : error 017: undefined symbol "playerid"
C:\Users\Hadjinoor-PC\Desktop\SAMP Community Training GM\gamemodes\DM.pwn(101) : error 017: undefined symbol "playerid"
C:\Users\Hadjinoor-PC\Desktop\SAMP Community Training GM\gamemodes\DM.pwn(102) : error 017: undefined symbol "playerid"
C:\Users\Hadjinoor-PC\Desktop\SAMP Community Training GM\gamemodes\DM.pwn(103) : error 017: undefined symbol "playerid"
C:\Users\Hadjinoor-PC\Desktop\SAMP Community Training GM\gamemodes\DM.pwn(104) : error 017: undefined symbol "playerid"
C:\Users\Hadjinoor-PC\Desktop\SAMP Community Training GM\gamemodes\DM.pwn(105) : error 017: undefined symbol "playerid"
C:\Users\Hadjinoor-PC\Desktop\SAMP Community Training GM\gamemodes\DM.pwn(106) : error 017: undefined symbol "playerid"
C:\Users\Hadjinoor-PC\Desktop\SAMP Community Training GM\gamemodes\DM.pwn(107) : error 017: undefined symbol "playerid"
C:\Users\Hadjinoor-PC\Desktop\SAMP Community Training GM\gamemodes\DM.pwn(108) : error 017: undefined symbol "playerid"
C:\Users\Hadjinoor-PC\Desktop\SAMP Community Training GM\gamemodes\DM.pwn(110) : error 017: undefined symbol "playerid"
C:\Users\Hadjinoor-PC\Desktop\SAMP Community Training GM\gamemodes\DM.pwn(111) : error 017: undefined symbol "playerid"
C:\Users\Hadjinoor-PC\Desktop\SAMP Community Training GM\gamemodes\DM.pwn(112) : error 017: undefined symbol "playerid"
C:\Users\Hadjinoor-PC\Desktop\SAMP Community Training GM\gamemodes\DM.pwn(113) : error 017: undefined symbol "playerid"
C:\Users\Hadjinoor-PC\Desktop\SAMP Community Training GM\gamemodes\DM.pwn(114) : error 017: undefined symbol "playerid"
C:\Users\Hadjinoor-PC\Desktop\SAMP Community Training GM\gamemodes\DM.pwn(115) : error 017: undefined symbol "playerid"
C:\Users\Hadjinoor-PC\Desktop\SAMP Community Training GM\gamemodes\DM.pwn(116) : error 017: undefined symbol "playerid"
C:\Users\Hadjinoor-PC\Desktop\SAMP Community Training GM\gamemodes\DM.pwn(117) : error 017: undefined symbol "playerid"
C:\Users\Hadjinoor-PC\Desktop\SAMP Community Training GM\gamemodes\DM.pwn(118) : error 017: undefined symbol "playerid"
C:\Users\Hadjinoor-PC\Desktop\SAMP Community Training GM\gamemodes\DM.pwn(120) : error 017: undefined symbol "playerid"
C:\Users\Hadjinoor-PC\Desktop\SAMP Community Training GM\gamemodes\DM.pwn(121) : error 017: undefined symbol "playerid"
C:\Users\Hadjinoor-PC\Desktop\SAMP Community Training GM\gamemodes\DM.pwn(122) : error 017: undefined symbol "playerid"
C:\Users\Hadjinoor-PC\Desktop\SAMP Community Training GM\gamemodes\DM.pwn(123) : error 017: undefined symbol "playerid"
C:\Users\Hadjinoor-PC\Desktop\SAMP Community Training GM\gamemodes\DM.pwn(124) : error 017: undefined symbol "playerid"
C:\Users\Hadjinoor-PC\Desktop\SAMP Community Training GM\gamemodes\DM.pwn(125) : error 017: undefined symbol "playerid"
C:\Users\Hadjinoor-PC\Desktop\SAMP Community Training GM\gamemodes\DM.pwn(126) : error 017: undefined symbol "playerid"
Re: I need help fast! -
M4D - 14.01.2015
you puted code in wrong callback
paste your lines from 99 to 126
Re: I need help fast! -
iCurse - 14.01.2015
I'll try but do you know how to make a gametext for a player when selecting a class like this?
Re: I need help fast! -
HY - 14.01.2015
As @M4D said, you put code in wrong callback.
If you put them under OnFilterScriptInit() or OnGameModeInit() move them.
Re: I need help fast! -
iCurse - 14.01.2015
Sir do you know how to make those? if you do, can you teach me? just detail them so i can understand it and you'll get +rep from me.
Re: I need help fast! -
CalvinC - 14.01.2015
Use this to display text.
https://sampwiki.blast.hk/wiki/GameTextForPlayer