would not be able to spawn after some time. Need Help!
#1

i want to make a timer. when gamemode starts after 10 secs the player would not be able to spawn and automatically spectates other user. i have tried that. but it is not working. please tell me where problem is occured. because compiler is showing no error.

pawn Код:
public OnGameModeInit()
{
    SetTimerEx("Connect", 10000, false, "i");
    return 1;
}

forward Connect(playerid);

public Connect(playerid)
{
    TogglePlayerSpectating(playerid, 1);
    return 1;
}
Thank You.
Reply


Messages In This Thread
would not be able to spawn after some time. Need Help! - by Champ - 19.06.2013, 14:27
Re: would not be able to spawn after some time. Need Help! - by Champ - 19.06.2013, 15:44
Re: would not be able to spawn after some time. Need Help! - by dEcooR - 19.06.2013, 15:48

Forum Jump:


Users browsing this thread: 1 Guest(s)