Posts: 3,351
Threads: 780
Joined: Jan 2010
pawn Код:
CPs[1] = CreateDynamicCP(70.6080,1873.4103,17.6406,272.9167,0,0,0,0,0,0,3.0,-1,-1,-1,100.0); //Shop cp
CPs[2] = CreateDynamicCP(93.0436,1927.1671,18.0430,267.9595,0,0,0,0,0,0,100.0); // Help Cp
CPs[3] = CreateDynamicCP(131.0330,1928.2758,19.2049,0.3937,0,0,0,0,0,0,100.0); // Rules Cp
Are written wrong?They are checkpoints.
warning 202: number of arguments does not match definition
Posts: 77
Threads: 4
Joined: Dec 2011
Reputation:
0
the function has too many parameters and you also included rotation in it which is not even needed and not in the function
CreateDynamicCP(Float: x, Float: y, Float: z, Float: size, worldid = -1, interiorid = -1, playerid = -1, Float:distance = 100.0);
Posts: 3,351
Threads: 780
Joined: Jan 2010
Umh ye i know that,but how i can fix?
Posts: 77
Threads: 4
Joined: Dec 2011
Reputation:
0
I just told you the solution
Posts: 3,351
Threads: 780
Joined: Jan 2010
Quote:
Originally Posted by wildcookie007
I just told you the solution
|
Already tried that,but i'm getting same warnings.
Posts: 3,351
Threads: 780
Joined: Jan 2010