RespawnAllCars
#2

pawn Код:
CMD:rac(playerid,params[]) {
    #pragma unused params
    if(AccInfo[playerid][Level] >=4) {
        Inter_SendClientMessage(playerid,COLOR_WHITE," All empty cars were respawned !");
        for(new v=0;v<MAX_VEHICLES;v++) if(!IsVehicleOccupied(v)) EraseVeh(v);
    }
    else
    {
        Inter_SendClientMessage(playerid,COLOR_RED,"Must be Admin Level 4 to reset all of the vehicles.");
        return 1;
    }
    return 1;
}

try this
use ZCMD
Reply


Messages In This Thread
RespawnAllCars - by C00K13M0N$73R - 07.09.2012, 17:29
Re: RespawnAllCars - by Windrush - 07.09.2012, 18:09
Re: RespawnAllCars - by mobiliz - 07.09.2012, 18:12

Forum Jump:


Users browsing this thread: 1 Guest(s)