[Ajuda] Tirar Warning Simples
#4

pawn Код:
COMMAND:rc(playerid, params[])
{
    SendAdminText(playerid, "/rc", params);
    if (APlayerData[playerid][PlayerLevel] < 3) return SendClientMessageToAll(-1, "{FFFF00}[INFO] {00FF00}Vocк nгo tem permissгo para usar esse comando!");
    {
        for(new v = 0; v < MAX_VEHICLES; v++)
        {
            if(!IsVehicleOccupied(v)) SetVehicleToRespawn(v);
        }
        SendClientMessageToAll(-1, "{FFFF00}[INFO] {00FF00}O administrador respawnou todos os veнculos desocupados!");
    }
    return 1;
}
Reply


Messages In This Thread
Tirar Warning Simples - by ThiagoMK - 09.10.2013, 19:43
Re: Tirar Warning Simples - by bruxo00 - 09.10.2013, 19:49
Re : Tirar Warning Simples - by ThiagoMK - 09.10.2013, 19:52
Re: Tirar Warning Simples - by PT - 09.10.2013, 19:54
Re : Re: Tirar Warning Simples - by ThiagoMK - 09.10.2013, 20:15

Forum Jump:


Users browsing this thread: 1 Guest(s)