RespawnAllCars
#3

Just try
pawn Код:
dcmd_rac(playerid, params[])
{
        if(PlayerInfo[playerid][Level] >= 3 || IsPlayerAdmin(playerid))
        {
        SetAllVehiclesToRespawn();
        SendClientMessageToAll(COLOR_WHITE,"All vehicles have been respawned.");
        }
        return 1;
}
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)