warning 202: number of arguments does not match definition
#1

Whenever I compile my script I get this warning due to which the mapping does not loads:
Код:
(305) : warning 202: number of arguments does not match definition
Line 305 is this:
Код:
GarageObject = CreateDynamicObject(19861,1296.030,-1862.197,15.036,0.000,0.000,0.000,-1,-1,-1,300.000,300.000);
Please tell me how to fix it.
Reply
#2

Update streamer!
Reply
#3

If I update the streamer my gamemode bugs, so is there anyway I can fix this error using my old streamer?
Reply
#4

EDIT: open streamer.inc and search for native createdynamicobject then send the whole line
Reply
#5

Can you please explain that line?
Reply
#6

He means go to your includes folder where all the includes are present and open the streamer include files. "streamer.inc". Find the "native CreateDynamicObject" line inside it and copy the whole line and send it here.

EDIT: Try This!

Код:
CreateDynamicObject(19861, 1296.030, -1862.197, 15.036, 0.0 , 0.0, 0.0, 300);
Reply
#7

Thanks a lot @Lokii and @Uvais!
Reply
#8

Glad i helped!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)