timer problem
#1

humm, im getting this problem
with this timer
Код:
public parkourlifttimer()
{
    if(GetObjectPos(parkourlift,-1835.0871582031, 551.08648681641, 233.88743591309) == 1)//error line
    {
        SendClientMessage(playerid, 0x12FE24FF, "In 5 sec's parkour lifter will go down");
        SetTimer("movingparkourlift",5000,false);
     }
    return 1;
}
Quote:

C:\Users\mike\Desktop\server\filterscripts\gates.p wn(134) : error 035: argument type mismatch (argument 2)
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.

error line:
Quote:

if(GetObjectPos(parkourlift,-1835.0871582031, 551.08648681641, 233.88743591309) == 1)//error line

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)