SA-MP Forums Archive
how to - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: how to (/showthread.php?tid=138213)



how to - 02manchestera - 31.03.2010

How do i define playerid as im getting it as a error


over errors

C:\Users\alex\Documents\My Received Files\WW2Dev.pwn(272) : error 004: function "OnPlayerRequestClass" is not implemented
C:\Users\alex\Documents\My Received Files\WW2Dev.pwn(274) : error 004: function "SetupPlayerForClassSelection" is not implemented
C:\Users\alex\Documents\My Received Files\WW2Dev.pwn(259) : error 004: function "SetupPlayerForClassSelection" is not implemented


Re: how to - -Rebel Son- - 01.04.2010

Show us the lines.


Re: how to - V1ceC1ty - 01.04.2010

Post the code.


Re: how to - ScottCFR - 01.04.2010

If it's not implimented then it means you need to add

public OnPlayerRequestClass(playerid)
public SetUpPlayerForClassSelection(playerid)


Re: how to - bpeterson - 01.04.2010

This error usually happens when you forgot brackets. Check them.