OnPlayerRequestClass not getting called. - 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: OnPlayerRequestClass not getting called. (
/showthread.php?tid=285942)
OnPlayerRequestClass not getting called. -
Kitten - 26.09.2011
Solved
Re: OnPlayerRequestClass not getting called. -
[HiC]TheKiller - 26.09.2011
If the OnPlayerRequestClass callback is not calling back at all, make sure that you are using return 1; under the OnPlayerRequestClass in your other scripts. This is what I've understood from what you have said.