SA-MP Forums Archive
CreateDynamicCP - 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: CreateDynamicCP (/showthread.php?tid=214650)



CreateDynamicCP - Face9000 - 21.01.2011

pawn Код:
CreateDynamicCP(38.996070,2245.261474,126.363220,3.0);
What's wrong?It returns me a streamer.inc error :/


Re: CreateDynamicCP - Hal - 21.01.2011

Whats the streamer error?


Re: CreateDynamicCP - Face9000 - 22.01.2011

\pawno\include\streamer.inc: warning 202: number of arguments does not match definition


Re: CreateDynamicCP - iggy1 - 22.01.2011

Have you edited the include? Re-download the include the error is from the include not your code.
That code compiles fine for me w/o error.


Re: CreateDynamicCP - Haydz - 22.01.2011

edit: nvm


Re: CreateDynamicCP - Face9000 - 22.01.2011

Re-downloaded,but it still same :/


Re: CreateDynamicCP - Sascha - 22.01.2011

well if I'm right the streamer.inc is part of the streamer plugin by incognito, so the code should be:
pawn Код:
CreateDynamicCP(Float:x, Float:y, Float:z, Float:size, worldid = -1, interiorid = -1, playerid = -1, Float:distance = 100.0);
possible that I'm wrong about the streamer hehe


Re: CreateDynamicCP - Face9000 - 22.01.2011

I made:

CreateDynamicCP(38.996070,2245.261474,126.363220,3 .0,-1,100.0);

But it's same


Re: CreateDynamicCP - Haydz - 22.01.2011

try
pawn Код:
CreateDynamicCP(38.996070,2245.261474,126.363220,3.0,-1,-1,-1,100.0);



Re: CreateDynamicCP - Face9000 - 22.01.2011

Thanks ^^