Bomb does not work in timer
#2

PosX,PosY,PosZ have to be Floats!

SetTimerEx("explosion",10000,0,"iiiii",playerid,po sX,posY,posZ,0,0);
Found in "/Plant" command has to be
SetTimerEx("explosion",10000,0,"ifffi",playerid,po sX,posY,posZ,0,0);

the foward for the callback has to be

forward explosion(playerid,FloatosX,FloatosY,FloatposZ ,X,Y);
public explosion(playerid,FloatosX,FloatosY,Floatos Z,X,Y)
Reply


Messages In This Thread
Bomb does not work in timer - by Trooper[Y] - 24.04.2009, 16:07
Re: Bomb does not work in timer - by Joe Staff - 24.04.2009, 16:40
Re: Bomb does not work in timer - by Trooper[Y] - 24.04.2009, 16:45

Forum Jump:


Users browsing this thread: 1 Guest(s)