SCM after respawn cars
#5

Try this

pawn Код:
command(rac, playerid, params[])
{
    new string[128];
    if(Player[playerid][AdminLevel] >= 1 || Player[playerid][Moderator] >= 1)
    {
        for(new car = 1; car <= 268; car++)
        {
            if(IsVehicleEmpty(car)) SetVehicleToRespawn(car);
        }
        format(string, sizeof(string), "SERVER ACTION: All unused cars respawned by %s", GetName(playerid));
        SendClientMessageToAll(RED, string);
    }
    else
    {
        SendClientMessage(playerid,RED,"You are not an Admin and can't respawn cars!");
    }
    return 1;
}
Reply


Messages In This Thread
SCM after respawn cars - by Stefand - 17.06.2012, 18:36
Re: SCM after respawn cars - by Kindred - 17.06.2012, 18:37
Re: SCM after respawn cars - by leonardo1434 - 17.06.2012, 18:44
Re: SCM after respawn cars - by Stefand - 17.06.2012, 19:18
Re: SCM after respawn cars - by MarinacMrcina - 17.06.2012, 19:22
Re: SCM after respawn cars - by ViniBorn - 17.06.2012, 19:25
Re: SCM after respawn cars - by Stefand - 17.06.2012, 19:27

Forum Jump:


Users browsing this thread: 3 Guest(s)