24.11.2017, 15:29
Hello why I can't remove the selected object using the function DestroyDynamicObject(objectid);
like this:
Please help guys, +1 REP if You help me
like this:
PHP код:
public OnPlayerSelectObject(playerid, type, objectid, modelid, Float:fX, Float:fY, Float:fZ)
{
DestroyDynamicObject(objectid);
return 1;
}