24.10.2011, 19:06
How can i make a check point dissappear after soon long, i had a look at SetTimerex but not to sure how to implent it.
forward Challange1();
public OnGameModeInit()
{
print("You Have 30 Seconds To Get To The Checkpoint GO GO GO!!!!!!!");
SetTimerEx("Challange1", 30000, false, "is", 1337, "hello!");
}
public Challange1(second, msg[])
{
DestoryCheckpoint(Challange1);
DisablePlayerCheckpoit(playerid);
return 1;
}