Ban(Ex) and Ban
#1

what is the difference between the Ban(Ex) and Ban??
Reply
#2

With BanEx you can add a reason for banning.
Reply
#3

The BanEx command gives reasons in samp.ban.

for example:
pawn Код:
if(GetPlayerWeapon(playerid) == 29) { BanEx(playerid, "SMG"); return 1; }
"SMG" - is the reason.
Reply
#4

Quote:
Originally Posted by Razvann
The BanEx command gives reasons in samp.ban.

for example:
pawn Код:
if(GetPlayerWeapon(playerid) == 29) { BanEx(playerid, "SMG"); return 1; }
"SMG" - is the reason.
Just a little edit; you can also do: »
pawn Код:
if(GetPlayerWeapon(playerid) == 29) return BanEx(playerid, "SMG");
Reply
#5

thanks guys
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)