===> Command help LOOOK HERE <======
#1

Hello. i my server i have this command

PHP код:
if(strcmp(cmd"/destroycars"true) == 0)
    {
        if(
IsPlayerConnected(playerid))
        {
            if(
PlayerInfo[playerid][pAdmin] < 4)
            {
                
SendClientMessage(playeridCOLOR_GRAD1"   you are not authorized to use that command!");
                return 
1;
            }
            for(new 
0CreatedCari++)
            {
                
DestroyVehicle(CreatedCars[i]);
            }
            
CreatedCar 0;
            
SendClientMessage(playeridCOLOR_GREY"   Created Vehicles destroyed!");
        }
        return 
1;
    } 
its delete all cars spawned with /veh
but can someone make like this command but to delete all cars which are spawned by VIP users
Reply


Messages In This Thread
===> Command help LOOOK HERE <====== - by boyan96 - 01.05.2011, 08:09
Re: ===> Command help LOOOK HERE <====== - by [JnA]DukeNukem - 01.05.2011, 08:12
Re: ===> Command help LOOOK HERE <====== - by boyan96 - 01.05.2011, 08:20
Re: ===> Command help LOOOK HERE <====== - by boyan96 - 01.05.2011, 08:29
Re: ===> Command help LOOOK HERE <====== - by [JnA]DukeNukem - 01.05.2011, 09:20
Re: ===> Command help LOOOK HERE <====== - by [JnA]DukeNukem - 01.05.2011, 09:26
Re: ===> Command help LOOOK HERE <====== - by boyan96 - 01.05.2011, 09:39
Re: ===> Command help LOOOK HERE <====== - by boyan96 - 01.05.2011, 10:26

Forum Jump:


Users browsing this thread: 1 Guest(s)