08.08.2012, 19:11
Can you show me the line (MoveDynamicObject) which moves this gate.
Actually, it says that the function should have 5 parameters, but you inserted 8. It's true that it should have 8, but let's take a look.
Correct parameters are:
Also, update the plugin/include.
Actually, it says that the function should have 5 parameters, but you inserted 8. It's true that it should have 8, but let's take a look.
Correct parameters are:
pawn Код:
native MoveDynamicObject(objectid, Float:x, Float:y, Float:z, Float:speed, Float:rx = -1000.0, Float:ry = -1000.0, Float:rz = -1000.0);
![Smiley](images/smilies/smile.png)