Spectacing problem.
#1

So the problem is when I set on OnPlayerConnect

pawn Код:
TogglePlayerSpectating(playerid, 1);
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

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);
but on other dialogs the buttons appear even when i spawn.
Reply


Messages In This Thread
Spectacing problem. - by ShoortyFl - 12.06.2014, 23:54
Re: Spectacing problem. - by ShoortyFl - 13.06.2014, 00:32
Re: Spectacing problem. - by ShoortyFl - 13.06.2014, 10:13
Re: Spectacing problem. - by appleomax - 13.06.2014, 11:36

Forum Jump:


Users browsing this thread: 1 Guest(s)