===> 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
#2

You might want to give us the command that VIP's use to create them ?
Reply
#3

here =====>>> http://pastebin.com/JK2WSh8u <<<<<========
Reply
#4

can you make it
Reply
#5

gimme , a sec... hot coffee
Reply
#6

are you using some filterscript or is that your own script?

(( If you are from former Yugoslavia, we could PM in native, it's easier))
Reply
#7

my own script
Reply
#8

can you make it
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)