26.11.2011, 11:34
I have now an another problem...I have fixed that the intro and register system can't get at the same time.And i have added this
TogglePlayerSpectating(playerid, true);
ForceClassSelection(playerid);
above this
SetPVarInt(playerid, "Intro", 0);
SetTimerEx("ShowIntro", 1000, 0, "d", playerid); and it works now like this
But when I'm dead it shows me this now
TogglePlayerSpectating(playerid, true);
ForceClassSelection(playerid);
above this
SetPVarInt(playerid, "Intro", 0);
SetTimerEx("ShowIntro", 1000, 0, "d", playerid); and it works now like this
But when I'm dead it shows me this now