Checkpoints
#6

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;
}
Reply


Messages In This Thread
Checkpoints - by manchestera - 24.10.2011, 19:06
Re: Checkpoints - by [MWR]Blood - 24.10.2011, 19:13
Re: Checkpoints - by Yahav - 24.10.2011, 19:18
Re: Checkpoints - by manchestera - 24.10.2011, 19:18
Re: Checkpoints - by manchestera - 24.10.2011, 19:21
Re: Checkpoints - by manchestera - 24.10.2011, 19:49

Forum Jump:


Users browsing this thread: 1 Guest(s)