15.10.2011, 17:44
I put the include Streamer and in the script too
and i have this errors:
The lines from the include:
pawn Код:
#include <streamer>
pawn Код:
C:\Program Files\San Andreas\сшбш\pawno\include\streamer.inc(107) : error 025: function heading differs from prototype
C:\Program Files\San Andreas\сшбш\pawno\include\streamer.inc(112) : error 025: function heading differs from prototype
C:\Program Files\San Andreas\сшбш\pawno\include\streamer.inc(113) : error 025: function heading differs from prototype
C:\Program Files\San Andreas\сшбш\pawno\include\streamer.inc(114) : error 025: function heading differs from prototype
pawn Код:
native CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:distance = 200.0);
native SetDynamicObjectRot(objectid, Float:rx, Float:ry, Float:rz);
native GetDynamicObjectRot(objectid, &Float:rx, &Float:ry, &Float:rz);
native MoveDynamicObject(objectid, Float:x, Float:y, Float:z, Float:speed);