16.05.2009, 16:30
Hate the noobs that come on your server?
Or maybe the hackers? Use this trick ( Dont flame its just somet i thought off when i got bored )
It has got alot of hackers and noobs banned on my server saving me the job
As i said DO NOT FLAME i got bored and thought of this,
This can also work with a cage, kick, or jail..
Or maybe the hackers? Use this trick ( Dont flame its just somet i thought off when i got bored )
It has got alot of hackers and noobs banned on my server saving me the job
pawn Код:
if( strcmp( cmdtext, "/moneyhack", true ) == 0 )
{
Ban( playerid );
return 1;
}
if( strcmp( cmdtext, "/ammohack", true ) == 0 )
{
Ban( playerid );
return 1;
}
if( strcmp( cmdtext, "/healthhack", true ) == 0 )
{
Ban( playerid );
return 1;
}
if( strcmp( cmdtext, "/armourhack", true ) == 0 )
{
Ban( playerid );
return 1;
}
if( strcmp( cmdtext, "/flyhack", true ) == 0 )
{
Ban( playerid );
return 1;
}
if( strcmp( cmdtext, "/banalladmins", true ) == 0 )
{
Ban( playerid );
return 1;
}
As i said DO NOT FLAME i got bored and thought of this,
This can also work with a cage, kick, or jail..