Streamer problem [NEED HELP]
#1

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

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

Lol no ... 185.6624 is the Z cordinate

The post is showing wrong
Reply
#4

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

Then you are missing size...
Reply
#5

size = 3 .. i am not missing ..
Reply
#6

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

Try this:

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

No still the same problem
Reply
#9

Код:
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);
Reply
#10

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


Forum Jump:


Users browsing this thread: 1 Guest(s)