14.01.2012, 15:47
Number of arguments does not match the definition - exactly what it says. The arguments of "CreateDynamicObject" are:
Use that. About the redefinition, you have "OnPlayerEnterRaceCheckpoint" defined in your script twice. Delete one of those.
pawn Код:
CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:distance = 200.0);