SetTimerEx with multiple float/integer parameters
#1

The following Timer does not appear to be functioning, am I doing something wrong with how I am setting it up?

I have no errors.

pawn Код:
SetTimerEx("GateCloseSound", 7000, 0, "iiffff", playerid, pdgate1, 1588.9335, -1638.0698, 15.0512, 0.97);
pawn Код:
public GateCloseSound(playerid,objectid,xpos,ypos,zpos,speed)
{
    MoveDynamicObject(objectid,xpos,ypos,zpos,speed);
    PlayerPlaySound(playerid, 1153, xpos,ypos,zpos);
    return 1;
}
Reply


Messages In This Thread
SetTimerEx with multiple float/integer parameters - by jakejohnsonusa - 31.08.2014, 20:22
Re: SetTimerEx with multiple float/integer parameters - by meitaredri - 31.08.2014, 20:46
Re: SetTimerEx with multiple float/integer parameters - by mamorunl - 31.08.2014, 20:47
Re: SetTimerEx with multiple float/integer parameters - by jakejohnsonusa - 31.08.2014, 20:55

Forum Jump:


Users browsing this thread: 1 Guest(s)