Callback using in Tutorial - 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: Callback using in Tutorial (
/showthread.php?tid=160713)
Callback using in Tutorial -
Jochemd - 17.07.2010
Hello,
I am making Role Play examples. Now I am making a Tutorial. After the player logged in (he gets the dialog on OnPlayerConnect) he gets redirected to OnPlayerRequestClass. I don't want this, because you have the << >> Spawn buttons in the screen while watching the TUT (the player can press them). Can I disable this (I mean: so it doesn't go to OnPlayerRequestClass)?
Regards, Jochem
Re: Callback using in Tutorial -
bartje01 - 17.07.2010
OnPlayerConnect.
Spawn(playerid);
Re: Callback using in Tutorial -
Jochemd - 18.07.2010
Doesn't work, sorry :/
Re: Callback using in Tutorial -
Grim_ - 18.07.2010
Spawn them, then show the tutorial.