Remove Spawn Button
#1

Hellp Guys i cant remove my spawn button..
Can anyone help me?

This is my script...

public OnPlayerRequestClass(playerid, classid)
{
SetSpawnInfo(playerid, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0); // Without this you'll be kicked when you spawn. Set it to wherever you want.
TogglePlayerSpectating(playerid, true);

SetPlayerCameraPos(playerid, 1958.3783, 1343.1572, 15.3746);
SetPlayerCameraLookAt(playerid, 1958.3783, 1343.1572, 15.3746);

// Show dialogs etc. here

ShowPlayerFractionDialog( playerid, true );
return 1;
}
Reply
#2

TogglePlayerSpectating(playerid,true);
Reply
#3

Thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)