[Ajuda] colocar comand em DIALOG_STYLE_LIST
#2

pawn Код:
if(!(modelo >= 400 && modelo <= 611))
            {
                SendClientMessage(playerid, Vermelho, "Valor invбlido, tente novamente! | ID's = 400-611");
                return 1;
            }
            for(new c = 0; c < MAX_CONCES; c++)
            {
                format(string, sizeof(string), PASTA_CONCE, c);
                if(dini_Exists(string))
                {
                    if(GetPlayerVehicleID(playerid) == dini_Int(string, "Id"))
                    {
                        GetVehiclePos(GetPlayerVehicleID(playerid), carroX, carroY, carroZ);
                        GetVehicleZAngle(GetPlayerVehicleID(playerid), carroA);

                        dini_IntSet(string, "Modelo", modelo);
                        DestroyVehicle(dini_Int(string, "Id"));

                        CriarVeiculo3(c, modelo, carroX, carroY, carroZ, carroA, dini_Int(string, "Cor1"), dini_Int(string, "Cor2"));
                        SendClientMessage(playerid, Verde, "Modelo alterado com sucesso!");
                        return 1;
                    }
                }
            }
Tente
Reply


Messages In This Thread
colocar comand em DIALOG_STYLE_LIST - by costadd - 16.10.2013, 12:40
Respuesta: colocar comand em DIALOG_STYLE_LIST - by DanDRT - 16.10.2013, 12:47
Respuesta: colocar comand em DIALOG_STYLE_LIST - by costadd - 16.10.2013, 13:48
Respuesta: colocar comand em DIALOG_STYLE_LIST - by DanDRT - 16.10.2013, 13:54
Respuesta: colocar comand em DIALOG_STYLE_LIST - by costadd - 16.10.2013, 13:56
Respuesta: colocar comand em DIALOG_STYLE_LIST - by DanDRT - 16.10.2013, 13:58
Respuesta: colocar comand em DIALOG_STYLE_LIST - by costadd - 16.10.2013, 14:10
Respuesta: colocar comand em DIALOG_STYLE_LIST - by DartakousLien - 16.10.2013, 14:14
Respuesta: colocar comand em DIALOG_STYLE_LIST - by DanDRT - 16.10.2013, 14:15
Respuesta: colocar comand em DIALOG_STYLE_LIST - by costadd - 16.10.2013, 14:42

Forum Jump:


Users browsing this thread: 4 Guest(s)