[Include] Easy Object Moving (0.3d RC5)
#3

The defines must be AFTER the functions.
Why? Take a look at this:
pawn Код:
stock jMoveObject(objectid, Float:X, Float:Y, Float:Z, Float:Speed, Float:RotX = -1000.0, Float:RotY = -1000.0, Float:RotZ = -1000.0)
{
    if(IsObjectMoving(objectid)) StopObject(objectid);
    ObjectMoving[objectid] = 1;
    return jMoveObject(objectid, X, Y, Z, Speed, RotX, RotY, RotZ);
}
Reply


Messages In This Thread
Easy Object Moving (0.3d RC5) - by Jochemd - 12.10.2011, 18:46
Re : Easy Object Moving (0.3d RC5) - by Naruto_Emilio - 12.10.2011, 18:51
Re: Easy Object Moving (0.3d RC5) - by wups - 12.10.2011, 19:04
Re: Easy Object Moving (0.3d RC5) - by Jochemd - 12.10.2011, 19:04
Re: Easy Object Moving (0.3d RC5) - by FireCat - 12.10.2011, 19:06
Re: Easy Object Moving (0.3d RC5) - by Jochemd - 12.10.2011, 19:07
Re: Easy Object Moving (0.3d RC5) - by Kar - 12.10.2011, 21:58

Forum Jump:


Users browsing this thread: 1 Guest(s)