Filterscript to clear cars
#2

Umm you mean this?

pawn Code:
if(!strcmp(cmdtext, "/respawncars", true))
{
        for(new i = 0; i < MAX_VEHICLES; i++)
{
        new name[24], string[64];
        GetPlayerName(playerid, name, 24);
        format(string, sizeof(string), "%s has respawned the cars", name);
        SendClientMessageToAll(color, string);
        SetVehicleToRespawn(i);
        }
        return 1;
}
EDIT: Beaten to it again -.-
Reply


Messages In This Thread
Filterscript to clear cars - by Psychic - 30.08.2011, 16:19
Re: Filterscript to clear cars - by IceCube! - 30.08.2011, 16:22
Re: Filterscript to clear cars - by Psychic - 30.08.2011, 16:23
Re: Filterscript to clear cars - by IceCube! - 30.08.2011, 16:24
Re: Filterscript to clear cars - by Psychic - 30.08.2011, 16:26

Forum Jump:


Users browsing this thread: 1 Guest(s)