31.07.2017, 11:54
PHP код:
CMD:destroyobject(playerid, params[])
{
for(new i; i< MAX_PLAYERS; i++)
}
DestroyDynamicObject(GunObjectIDs);
new string3[128];
format(string3, sizeof(string3), "* %s destroyobject.", GetPlayerNameEx(playerid));
ProxDetector(15.0, playerid, string3, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
ApplyAnimation(playerid, "BOMBER", "BOM_Plant", 4.0, 0, 0, 0, 0, 0);
return 1;
}
PHP код:
argument type mismatch (argument 1)
---------------------------
DestroyDynamicObject(GunObjectIDs);