27.07.2012, 04:26
(
Последний раз редактировалось Deal-or-die; 27.07.2012 в 05:57.
)
G'day,
Whats the most Efficient/Effective way to remove the Spawn menu/class selection option?
EDIT:
Nevermind, A mate helped me fix this, I just made my InitPlayer Connection stock a public and then just called it on, 'OnPlayerConnect' and in InitPlayer Connection I Had TogglePlayerSpectating(playerid, true/false); either side on where my dialog was called.
EG
TogglePlayerSpectating(playerid, true);
ShowPlayerDialog....
TogglePlayerSpectating(playerid, false);
Whats the most Efficient/Effective way to remove the Spawn menu/class selection option?
EDIT:
Nevermind, A mate helped me fix this, I just made my InitPlayer Connection stock a public and then just called it on, 'OnPlayerConnect' and in InitPlayer Connection I Had TogglePlayerSpectating(playerid, true/false); either side on where my dialog was called.
EG
TogglePlayerSpectating(playerid, true);
ShowPlayerDialog....
TogglePlayerSpectating(playerid, false);