03.04.2009, 18:46
JeNkStAX,
#include <a_samp>
public OnPlayerUpdate(playerid)
{
w=GetPlayerWeapon(playerid);
if(w==35 || w==36 || w==37 || w==38 || w==43 || w==44 || w==45)
{
SendClientMessage(playerid, 0xE60000FF, "No cheating in this server! You have been BANNED!");
BanEx(playerid,"WEAPON CHEATING");
}
return 1;
}
is a noob script..
- Filter timer + banning timer > no ban in connect..
#include <a_samp>
public OnPlayerUpdate(playerid)
{
w=GetPlayerWeapon(playerid);
if(w==35 || w==36 || w==37 || w==38 || w==43 || w==44 || w==45)
{
SendClientMessage(playerid, 0xE60000FF, "No cheating in this server! You have been BANNED!");
BanEx(playerid,"WEAPON CHEATING");
}
return 1;
}
is a noob script..
- Filter timer + banning timer > no ban in connect..