26.09.2012, 06:52
use this then:
it will remove the spawn button
pawn Код:
public OnPlayerRequestClass(playerid,classid)
{
SetPlayerPos(playerid, 1742.038696, -1860.220581, 13.579002, 0);
SetPlayerFacingAngle(playerid, 349.9);
SetPlayerSkin(playerid, 26);
TogglePlayerSpectating(playerid, 1);
return 0;
}