/vrespawn help
#2

Use the following command, but add a timer to it.

pawn Код:
CMD:vrespawn(playerid, params[])
{
    for(new cars=0; cars<MAX_VEHICLES; cars++)
    {
        if(!VehicleOccupied(cars))
        {
            SetVehicleToRespawn(cars);
        }
    }
    SendClientMessageToAll(white, "All unoccupied vehicles have been respawned!");
    return 1;
}
Reply


Messages In This Thread
/vrespawn help - by Bullfr0g - 10.10.2012, 17:02
Re: /vrespawn help - by Camacorn - 10.10.2012, 18:33
Re: /vrespawn help - by SmithyComp - 10.10.2012, 21:28
Re: /vrespawn help - by Bullfr0g - 12.10.2012, 14:06
Re: /vrespawn help - by Lordzy - 12.10.2012, 14:33
Re: /vrespawn help - by Bullfr0g - 12.10.2012, 17:44
Re: /vrespawn help - by Bullfr0g - 13.10.2012, 13:56

Forum Jump:


Users browsing this thread: 1 Guest(s)