Posts: 168
Threads: 57
Joined: Oct 2009
Reputation:
0
How can i disappear these Arrows and Spawn buttom on the bottom of screen ?
Posts: 7,801
Threads: 187
Joined: Feb 2010
Reputation:
0
TogglePlayerSpectating() is really the only way, but you could also add a black TD over it or something- but that looks stupid!
Posts: 761
Threads: 124
Joined: Nov 2010
Reputation:
0
you can also force the player to spawn at once (after connecting) and avoid the class selection with this method.
But i dont know if this would go along with ur current gamemode plans...
Posts: 168
Threads: 57
Joined: Oct 2009
Reputation:
0
noo, usually these are gone after login without TogglePlayerSpectating, but i got that problem, it is freezing me and TogglePlayerControllAble(playerid, 1); don`t work, is there any easier way or something?
Posts: 1,753
Threads: 277
Joined: Sep 2010
Reputation:
0
SpawnPlayer(playerid);
That?