Posts: 30
Threads: 9
Joined: Jan 2010
Reputation:
0
Hi, i need a problem here. I want to remove the button "Spawn" that appears when the player die. Anyone do know what the commands? Thanks!
Posts: 30
Threads: 9
Joined: Jan 2010
Reputation:
0
is it?
public OnPlayerRequestClass(playerid, classid)
{
SetSpawnInfo( playerid, 0, 0, 1958.33, 1343.12, 15.36, 269.15, 26, 36, 28, 150, 0, 0 );
}
Posts: 845
Threads: 123
Joined: Dec 2011
Reputation:
0
No, Show us your "OnPlayerDeath" Callback and we can help you.
Posts: 613
Threads: 11
Joined: Aug 2010
Reputation:
0
there's an example in grandlarc gamemode. On connect the player is set as spectating, which causes the spawn button to disappear. Then just set players camera location.