incognito streamer 0.3c problem - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: incognito streamer 0.3c problem (
/showthread.php?tid=214643)
incognito streamer 0.3c problem -
Face9000 - 21.01.2011
Hi all,i downloaded the incognito streamer for 0.3c and i got a problem when compiling:
\pawno\include\streamer.inc(435) : warning 202: number of arguments does not match definition
\pawno\include\streamer.inc(449) : warning 202: number of arguments does not match definition
streamer.inc - Line: 435
CreatePlayerObject(0, 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0);
Line: 449:
SetPlayerMapIcon(0, 0, 0.0, 0.0, 0.0, 0, 0, 0);
I added objects with CreateDynamicObjects and map icons with SetPlayerMapIcon
Re: incognito streamer 0.3c problem -
Mike Garber - 21.01.2011
Код:
CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:distance = 200.0);
Re: incognito streamer 0.3c problem -
Elmerz_com - 21.01.2011
Quote:
Originally Posted by Mike Garber
Код:
CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:distance = 200.0);
|
+1
Here hem.
Re: incognito streamer 0.3c problem -
Face9000 - 21.01.2011
Oh lol,thanks.