SA-MP Forums Archive
HELP - 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: HELP (/showthread.php?tid=587542)



HELP - Trollerz - 31.08.2015

Код:
C:\Users\Administrator\Desktop\Ahad AMan\gamemodes\T-cnr.pwn(58) : error 017: undefined symbol "SetPlayerTeamFromClass"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
ERROR LINE

PHP код:
public OnPlayerRequestClass(playeridclassid)
{
    
SetPlayerTeamFromClass(playeridclassid); //<< MAIN ERROR LINE
    
return 1;




Re: HELP - MBilal - 31.08.2015

where is SetPlayerTeamFromClass(playerid, classid); function?


Re: HELP - Gazzy - 31.08.2015

SetPlayerTeamFromClass probably hasn't been defined and doesn't exist