12.06.2014, 23:54
So the problem is when I set on OnPlayerConnect
to remove the buttons it removes them, but when it proceed on dialogs
on the first dialog it wont show the buttons and its like this
but on other dialogs the buttons appear even when i spawn.
pawn Код:
TogglePlayerSpectating(playerid, 1);
on the first dialog it wont show the buttons and its like this
pawn Код:
SpawnPlayer(playerid);
SetPlayerPos(playerid, 330.6825,163.6688,1014.1875);
SetPlayerFacingAngle(playerid, 280);
TogglePlayerControllable(playerid, 0);
SetPlayerInterior(playerid, 3);
SetCameraBehindPlayer(playerid);
TogglePlayerSpectating(playerid, false);