11.07.2012, 07:50
About streamer plugin : Script needs to be recompiled with the latest include file[pretty self -explanatory, recompile your filterscripts and gamemode with v2.6.1's include]
About MoveDynamicObject : Add the last 3 parameters, where ever you've used that native, in your script.
About MoveDynamicObject : Add the last 3 parameters, where ever you've used that native, in your script.
pawn Код:
MoveDynamicObject(objectid, Float:x, Float:y, Float:z, Float:speed, Float:rx = -1000.0, Float:ry = -1000.0, Float:rz = -1000.0);