SCM after respawn cars
#1

Hey,

How to send a client message after that the cars are respawned,
I mean I know how but when I did, it spammed the chat full of the SCM.

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);
    }
    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: 4 Guest(s)