timer problem
#5

Have fun
pawn Код:
public parkourlifttimer()
{
    new Float:x,Float:y,Foat:z;
    GetObjectPos(parkourlift,x,y,z);
    if(x == -1835.087 && y == 551.086 && z == 233.887)
    {
        SendClientMessage(playerid, 0x12FE24FF, "In 5 sec's parkour lifter will go down");
        SetTimer("movingparkourlift",5000,0);
    }
    return 1;
}
Reply


Messages In This Thread
timer problem - by dark_clown - 20.10.2010, 18:52
Re: timer problem - by DeathOnaStick - 20.10.2010, 18:56
Re: timer problem - by dark_clown - 20.10.2010, 18:58
Re: timer problem - by DeathOnaStick - 20.10.2010, 19:06
Re: timer problem - by Voldemort - 20.10.2010, 19:07
Re: timer problem - by dark_clown - 20.10.2010, 19:25

Forum Jump:


Users browsing this thread: 1 Guest(s)