[Ajuda] comando funcionando po torto
#6

isto?

pawn Код:
if(strcmp(cmd, "/aremovecarfaction", true) == 0) {
            if(IsPlayerConnected(playerid)) {
                if (PlayerInfo[playerid][Admin] >= 5 || PlayerInfo[playerid][HAdmin] == 1 || PlayerInfo[playerid][HAdmin] >= 2) {
                    new car = GetPlayerVehicleID(playerid) - 1,
                        wstring[128];
                    if(!IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid, COLOR_RED, "{FF0000}*Erro:{F6F6F6} Nгo estбs dentro de um veнculo.");
                    if(DynamicCars[car][FactionCar] != 255) return SendClientMessage(playerid, COLOR_RED, "{FF0000}*Erro:{F6F6F6} Este veiculo nгo й de nenhuma faction.");
                    DynamicCars[car][FactionCar] = 255;
                    format(wstring, sizeof(wstring), "Tu removeste o veiculo ID %d's da faction.", car+1);
                    SendClientMessage(playerid,COLOR_ADMINCMD, wstring);
                    return SaveDynamicCars();
                } else {
                    SendClientMessage(playerid, COLOR_RED, ESKECE);
                }
            }
            return 1;
        }
Entra num veiculo e faz /... que remove
Reply


Messages In This Thread
comando funcionando po torto - by caoraivoso3 - 10.03.2013, 14:59
Re: comando funcionando po torto - by smiiir - 10.03.2013, 15:00
Re: comando funcionando po torto - by Dwayne-Pheonix - 10.03.2013, 15:03
Re: comando funcionando po torto - by Don_Speed - 10.03.2013, 15:11
Re: comando funcionando po torto - by caoraivoso3 - 10.03.2013, 15:14
Re: comando funcionando po torto - by Sergiosousa - 10.03.2013, 21:10

Forum Jump:


Users browsing this thread: 1 Guest(s)