11.05.2010, 13:40
what is the difference between the Ban(Ex) and Ban??
if(GetPlayerWeapon(playerid) == 29) { BanEx(playerid, "SMG"); return 1; }
Originally Posted by Razvann
The BanEx command gives reasons in samp.ban.
for example: pawn Код:
|
if(GetPlayerWeapon(playerid) == 29) return BanEx(playerid, "SMG");