20.05.2016, 13:09
You get this error, because your script's function CreateDynamicObject has less parameters than in newer. You have to add more parameters. This is an example:
PHP Code:
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);

