23.10.2010, 22:00
hey, i have a anti weapon cheat but even if he dosnt have the weapons listed it sends a message
to admins sayign he does why??
to admins sayign he does why??
pawn Код:
if(IsPlayerConnected(i) && PInfo[i][Level] >= 0)
{
GetPlayerWeaponData(i, 7, weap, ammo);
if(weap == 38||37||26||27) {
GetPlayerName(i,tname,sizeof(tname));
format(string,sizeof(string),"INFO: %s has a minigun/flamethrower/shotgun", tname);
MessageToAdmins(WHITE,string);
}