25.09.2012, 19:30
i have a probleme i have spwaned the player he can move but he always see the button "spawn"
my code :
my code :
pawn Код:
public OnPlayerRequestClass(playerid,classid)
{
return 0;
}
// in a part of code
SpawnPlayer(playerid);
_SetPlayerPos(playerid, 1742.038696, -1860.220581, 13.579002, 0);
SetPlayerFacingAngle(playerid, 349.9);
SetPlayerSkin(playerid, 26);
TogglePlayerControllable(playerid, 0);