24.10.2011, 19:49
Ok ive havent tried to put it in my script yet as im dont full understand the Settimerex i dont understand what to put here where this text is "is", 1337, "hello!.
Код:
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; }