[Ajuda] Erro: 001
#4

Quote:
Originally Posted by PT
Посмотреть сообщение
pegando o code da outra sua conta e topico da mesma

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;
}
....
Reply


Messages In This Thread
Erro: 001 - by Powers - 02.08.2014, 07:24
Re: Erro: 001 - by Schocc - 02.08.2014, 08:25
Re: Erro: 001 - by Powers - 02.08.2014, 14:27
Re: Erro: 001 - by PT - 02.08.2014, 14:56
Re: Erro: 001 - by PetterAdriano - 02.08.2014, 15:12

Forum Jump:


Users browsing this thread: 2 Guest(s)