CreateDynamicCP
#1

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

Whats the streamer error?
Reply
#3

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

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.
Reply
#5

edit: nvm
Reply
#6

Re-downloaded,but it still same :/
Reply
#7

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
Reply
#8

I made:

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

But it's same
Reply
#9

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

Thanks ^^
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)