Mapping Inserting Problem
#6

Arguments that the function takes.
Код:
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);
Your use.
Код:
CreateDynamicObject(19449,2356.200,-1374.286,28.143,0.000,0.000,90.000,-1,-1,-1,300.000,300.000);
The warning you're gettin'.
Код:
warning 202: number of arguments does not match definition
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 |
Код:
CreateDynamicObject(19449, 2356.200, -1374.286, 28.143, 0.000, 0.000, 90.000, -1, -1, -1, 300.000, 300.000);
Tell me if you get any warnings from this precise line.
Reply


Messages In This Thread
Mapping Inserting Problem - by CountryTrooper441 - 18.04.2015, 01:35
Re: Mapping Inserting Problem - by Crayder - 18.04.2015, 01:38
Re: Mapping Inserting Problem - by CountryTrooper441 - 18.04.2015, 01:44
Re: Mapping Inserting Problem - by xXxMofujohnxXx - 18.04.2015, 02:39
Re: Mapping Inserting Problem - by CountryTrooper441 - 18.04.2015, 03:05
Re: Mapping Inserting Problem - by AberKane - 23.04.2015, 10:52
Re: Mapping Inserting Problem - by Crayder - 23.04.2015, 17:55
Re: Mapping Inserting Problem - by Bennyy - 31.05.2015, 21:58

Forum Jump:


Users browsing this thread: 1 Guest(s)