pawn Код:
new Objetos_KITORG_GROOVE[7];
//ongamemodeinit
Objetos_KITORG_GROOVE[0] = CreateDynamicObject(2032, 322.39999, 1116.8, 1082.9, 0, 0, 359.5);
Objetos_KITORG_GROOVE[1] = CreateDynamicObject(352, 323.5, 1116.8, 1083.7, 86.047, 251.591, 108.45);
Objetos_KITORG_GROOVE[2] = CreateDynamicObject(355, 323, 1117, 1083.7, 86.309, 298.271, 22.429);
Objetos_KITORG_GROOVE[3] = CreateDynamicObject(1654, 322.79999, 1116.5, 1083.9, 0, 0, 178.25);
Objetos_KITORG_GROOVE[4] = CreateDynamicObject(344, 323, 1116.4, 1083.9, 0, 0, 0);
Objetos_KITORG_GROOVE[5] = CreateDynamicObject(348, 323.10001, 1117.2, 1083.7, 87.296, 303.673, 57.047);
Objetos_KITORG_GROOVE[6] = CreateDynamicObject(373, 322.5, 1116.9, 1084.2, 329.881, 306.922, 83.765);
// destruir
CMD:destruirobjeto(playerid)
{
for( new i = 0; i < sizeof(Objetos_KITORG_GROOVE); i++)
DestroyDynamicObject(Objetos_KITORG_GROOVE[i]);
return true;
}