SA-MP Forums Archive
Streamer problem [NEED HELP] - 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: Streamer problem [NEED HELP] (/showthread.php?tid=489803)



Streamer problem [NEED HELP] - CrewMaster - 24.01.2014

warning 202: number of arguments does not match definition

On Line -

CP[CONS] = CreateDynamicCP(1039.5000,2615.4216,96.5292,185.66 24,3, -1,-1,-1,100.0);

i just putted Z cordinates because the checkpoint is on the sky and i got this warning ..

Note: Other CP doesn't have z cordinates.


Re: Streamer problem [NEED HELP] - Scrillex - 24.01.2014

CreateDynamicCP(1039.5000,2615.4216,96.5292,185.66 , 24,3, -1,-1,-1);
You forgot , after 185.66

Hate this...

pawn Код:
This forum requires that you wait 240 seconds between posts. Please try again in 133 seconds.



Re: Streamer problem [NEED HELP] - CrewMaster - 24.01.2014

Lol no ... 185.6624 is the Z cordinate

The post is showing wrong


Re: Streamer problem [NEED HELP] - Scrillex - 24.01.2014

CreateDynamicCP(Float, Float:y, Float:z, Floatize, worldid = -1, interiorid = -1, playerid, Float:distance = 100.0);

Then you are missing size...


Re: Streamer problem [NEED HELP] - CrewMaster - 24.01.2014

size = 3 .. i am not missing ..


Re: Streamer problem [NEED HELP] - Jefff - 24.01.2014

pawn Код:
CP[CONS] = CreateDynamicCP(1039.5000, 2615.4216, 96.5292, 3.0);



Re: Streamer problem [NEED HELP] - CH | FuDo - 24.01.2014

Try this:

Код:
CP[CONS] = CreateDynamicCP(1039.5000, 2615.4216, 96.5292, 185.6624, 3, -1,-1,-1, 100.0);
I hope it helped.


Re: Streamer problem [NEED HELP] - CrewMaster - 24.01.2014

No still the same problem


Re: Streamer problem [NEED HELP] - CH | FuDo - 24.01.2014

Код:
CP[CONS] = CreateDynamicCP(2615.4216, 96.5292, 185.6624, 3, -1,-1,-1, 100.0);
This 1039.5000 was the problem...

Here is the default:

Код:
CreateDynamicCP(Float:x, Float:y, Float:z, Float:size, worldid = -1, interiorid = -1, playerid = -1, Float:distance = 100.0);



Re: Streamer problem [NEED HELP] - CrewMaster - 24.01.2014

checkpoint is not visible and also not working .. but the error is not showing ..