how to block command....
how to block command....
i want to block some command like target next and attack last cause when you do this command you can sparing is self how i can suprime this command
Code: Select all
if(the_attacker.serial == the_defender.serial)
sendsysmessage(who, "Thou Shalt Not Commit Crimes");
sleep(5);
DisconnectClient( who );
endif