SA-MP Forums Archive
Errors after put Streamer include - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Errors after put Streamer include (/showthread.php?tid=290404)



Errors after put Streamer include - Chris_Morrison - 15.10.2011

I put the include Streamer and in the script too
pawn Код:
#include <streamer>
and i have this errors:
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
The lines from the include:
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);



Re: Errors after put Streamer include - [MWR]Blood - 15.10.2011

Download the latest version of SA:MP and streamer includes.
This might also help you - https://sampforum.blast.hk/showthread.php?tid=183776


Re: Errors after put Streamer include - Chris_Morrison - 15.10.2011

Where i can download the latest version?
and this link doesn't help me


Re: Errors after put Streamer include - [MWR]Blood - 15.10.2011

There you go, this is the link for the latest available streamer by Incognito. http://solidfiles.com/d/09460/


Re: Errors after put Streamer include - Chris_Morrison - 15.10.2011

I useing this streamer...


Re: Errors after put Streamer include - [MWR]Blood - 15.10.2011

Quote:
Originally Posted by Chris_Morrison
Посмотреть сообщение
I useing this streamer...
Yeah, but are you sure that you are using the LATEST VERSION of it?