Is it possible 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: Is it possible to.. (
/showthread.php?tid=135829)
Is it possible to.. -
Torran - 21.03.2010
Is it possible to automatically change a players class upon class selection?
Or make the player press the Arrow -->
Re: Is it possible to.. -
Backwardsman97 - 22.03.2010
Well you could just spawn them and then change their class afterwards.
Re: Is it possible to.. -
Torran - 22.03.2010
Well what i want it for is rather than going to class selection it spawns them,
I have:
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
SpawnPlayer(playerid);
return 1;
}
But because i toggle player spectating to 1 when they join the server.
And when they login set it to 0, That dosent work,
It will only work if they press (>>) or (<<)