[REQ] Penalty ban command

Submit your code requests, and if you are good at coding come help others with their requests.
Post Reply
EvilHit
Loyal fan
Posts: 356
Joined: Sun Jan 16, 2005 3:20 am

Post by EvilHit »

hey i ve to make a Penalty ban command but it only dcs the ppl could some 1 help me wit it plz
this is the code im usin :unsure:

if (memcmp(cp, "/goodbye ", 4) == 0) {
AdminOrder_Bann(iClientH, cp, dwMsgSize - 21);
return;
}
EvilHit
Loyal fan
Posts: 356
Joined: Sun Jan 16, 2005 3:20 am

Post by EvilHit »

any 1 goin to help ????
SlammeR
Loyal fan
Posts: 219
Joined: Fri Nov 04, 2005 1:52 am
Location: Brazil

Post by SlammeR »

EvilHit wrote: hey i ve to make a Penalty ban command but it only dcs the ppl could some 1 help me wit it plz
this is the code im usin :unsure:

if (memcmp(cp, "/goodbye ", 4) == 0) {
AdminOrder_Bann(iClientH, cp, dwMsgSize - 21);
return;
}
you want it to ban the ip? be more specific
OWNED!<br><img src='http://img50.imageshack.us/img50/1386/p ... 3vsqn2.gif' border='0' alt='user posted image' /><br><br><img src="http://hbtop50.com/button.php?u=hbuonline" alt="Helbreath Top 50 - Keepin' it real." border="0" /><br><a href='http://www.hbuonline.net' target='_blank'>Helbreath United</a>
EvilHit
Loyal fan
Posts: 356
Joined: Sun Jan 16, 2005 3:20 am

Post by EvilHit »

i want it to ban the account and put the ip in the banlist
Post Reply