16.10.2011, 07:09
please answer me finaly i put this streamer
https://sampforum.blast.hk/showthread.php?tid=102865
and when i add it in
I have errors!
This it:
Lines from the include:
Please help me i need script and i can't with this errors! i must have a streamer!
https://sampforum.blast.hk/showthread.php?tid=102865
and when i add it in
pawn Код:
#include <streamer>
This it:
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);-Line 107
native SetDynamicObjectRot(objectid, Float:rx, Float:ry, Float:rz);-112
native GetDynamicObjectRot(objectid, &Float:rx, &Float:ry, &Float:rz);-113
native MoveDynamicObject(objectid, Float:x, Float:y, Float:z, Float:speed);-114