Posts: 227
Threads: 75
Joined: Mar 2008
Reputation:
0
I'm scripting since 2008 (sa-mp 0.1-2) and I don't know how to quit the new "<<" ">>" SPAWN bottons. I suposse there will be some function to do this.
Somebody can help me, please?
Thanks.
Posts: 2,322
Threads: 260
Joined: Jul 2010
Reputation:
0
SpawnPlayer(playerid);
Under OnPlayerRequestClass :b
Posts: 657
Threads: 33
Joined: Aug 2007
Reputation:
0
If you don't want them to be visible, use TogglePlayerSpectating under OnplayerRequestClass.
Posts: 6,236
Threads: 310
Joined: Jan 2011
Reputation:
0
Use TogglePlayerSpectating under OnPlayerRequestClass, set a variable to 1, check under OnPlayerUpdate if said variable is 1 and set a camera. [This is how it's done in grandlarc.]