how to fix this error
#2

The error is exactly telling you what's going on if you read it
Код:
Expecting 12 parameter(s), but found 11
pawn Код:
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);
Count the parameters of CreateDynamicObject. They are 12 right?! Now got to your code and count the parameters. They are 11 right? Well you missed one of the 12 parameters, check it out.

If you are not sure, send one line of your CreateDynamicObject.
Reply


Messages In This Thread
how to fix this error - by ReD_DeVi - 21.06.2014, 21:50
Re: how to fix this error - by Cypress - 21.06.2014, 21:59
Re: how to fix this error - by ReD_DeVi - 22.06.2014, 04:08
Re: how to fix this error - by VenomMancer - 22.06.2014, 05:33
Re: how to fix this error - by ReD_DeVi - 22.06.2014, 05:41
Re: how to fix this error - by VenomMancer - 22.06.2014, 06:21
Re: how to fix this error - by ReD_DeVi - 22.06.2014, 06:31

Forum Jump:


Users browsing this thread: 1 Guest(s)