23.04.2015, 10:52
Arguments that the function takes.
Your use.
The warning you're gettin'.
The warning obviously shows that there are some vars missing.
Can you try this |
Comment all the warning lines you have.
And put just this one |
Tell me if you get any warnings from this precise line.
Код:
native CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 200.0, Float:drawdistance = 0.0);
Код:
CreateDynamicObject(19449,2356.200,-1374.286,28.143,0.000,0.000,90.000,-1,-1,-1,300.000,300.000);
Код:
warning 202: number of arguments does not match definition
Can you try this |
Comment all the warning lines you have.
And put just this one |
Код:
CreateDynamicObject(19449, 2356.200, -1374.286, 28.143, 0.000, 0.000, 90.000, -1, -1, -1, 300.000, 300.000);