20.10.2010, 18:52
humm, im getting this problem
with this timer
error line:
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. |
Quote:
if(GetObjectPos(parkourlift,-1835.0871582031, 551.08648681641, 233.88743591309) == 1)//error line |