11.05.2010, 13:42
The BanEx command gives reasons in samp.ban.
for example:
"SMG" - is the reason.
for example:
pawn Код:
if(GetPlayerWeapon(playerid) == 29) { BanEx(playerid, "SMG"); return 1; }

