NEED HELP WITH THIS.....
#2

This command work fine for me!

Make sure you login as rcon :P
pawn Код:
COMMAND:clearcars(playerid, params[])
{
    if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid, COLOUR_RED, "This command is not avaliable to you!");
    {
        for(new v = 0; v < MAX_VEHICLES; v++)
        {
            if(!IsVehicleInUse(v))
            {
                SetVehicleToRespawn(v);
                SendClientMessageToAll(COLOUR_RED, "[SYSTEM]: All cars have been respawned!")
            }
        }
    }
    return 1;
}
Reply


Messages In This Thread
NEED HELP WITH THIS..... - by [$A$]W33D$P33D - 05.05.2011, 21:30
Re: NEED HELP WITH THIS..... - by Laronic - 05.05.2011, 21:46
Re: NEED HELP WITH THIS..... - by [$A$]W33D$P33D - 05.05.2011, 21:49
Re: NEED HELP WITH THIS..... - by Laronic - 05.05.2011, 21:54
Re: NEED HELP WITH THIS..... - by [$A$]W33D$P33D - 05.05.2011, 22:13
Re: NEED HELP WITH THIS..... - by [$A$]W33D$P33D - 05.05.2011, 22:15

Forum Jump:


Users browsing this thread: 1 Guest(s)