SA-MP Forums Archive
Modificy 'you're banned from this server' - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Modificy 'you're banned from this server' (/showthread.php?tid=132025)



Modificy 'you're banned from this server' - [MWR]Blood - 06.03.2010

I would like to modificy the message 'You're banned from this server' when a player is banned.Do you know how?Thanks in advance.


Re: Modificy 'you're banned from this server' - [HiC]TheKiller - 06.03.2010

Delete there name/ip from the samp.ban file in your server folder.


Re: Modificy 'you're banned from this server' - [MWR]Blood - 06.03.2010

Quote:
Originally Posted by [HiC
TheKiller ]
Delete there name/ip from the samp.ban file in your server folder.
What ip?Sorry, I didn't understand


Re: Modificy 'you're banned from this server' - [WSM]Deadly_Evil - 06.03.2010

Its not possible.... and Killer he is asking for if the player is banned ..when the banned players comes again it... gives an message That Your banned from this server he wants to edit it... but you can add if the Player is ban Send him a Message and blabla


Re: Modificy 'you're banned from this server' - Andy_McKinley - 06.03.2010

He is asking how to edit the ''You're banned from this server'' line when someone tries to connect to the server but cank't because he/she is banned.


Re: Modificy 'you're banned from this server' - [03]Garsino - 06.03.2010

Kick them instead of banning them. And then add their name/ip somewhere, so if a player tries to connect with a 'banned' name/ip he will get kicked.


Re: Modificy 'you're banned from this server' - Mechscape - 06.03.2010

Build your own ban system, like IsPlayerBanned... Then you can make it SendClientMessage(playerid, color, "You are banned from that server!!!!");


Re: Modificy 'you're banned from this server' - Eazy_Efolife - 06.03.2010

You can't edit the line. I don't use the functions Ban or BanEx. I load my bans from a database, because I can put my own message. That's the pretty much the only way to show another message if the player is banned.