21.05.2012, 02:57
Its up there but:
pawn Код:
(13) : error 059: function argument may not have a default value (variable "xRot")
(144) : error 025: function heading differs from prototype
pawn Код:
forward MoveObjectEx(objectid, Float:xpos, Float:ypos, Float:zpos, Float:_Speed, Float:xRot=-1000.0, Float:yRot=-1000.0, Float:zRot=-1000.0);
public MoveObjectEx(type, objectid, Float:xpos, Float:ypos, Float:zpos, Float:_Speed, Float:xRot=-1000.0, Float:yRot=-1000.0, Float:zRot=-1000.0)