Posts: 2,268
Threads: 89
Joined: Apr 2009
Reputation:
0
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.
Posts: 2,629
Threads: 40
Joined: Mar 2008
Reputation:
0
Delete there name/ip from the samp.ban file in your server folder.
Posts: 258
Threads: 39
Joined: Dec 2009
Reputation:
0
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
Posts: 802
Threads: 108
Joined: Jun 2009
Reputation:
0
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.
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.
Posts: 437
Threads: 85
Joined: Sep 2009
Reputation:
0
Build your own ban system, like IsPlayerBanned... Then you can make it SendClientMessage(playerid, color, "You are banned from that server!!!!");
Posts: 1,141
Threads: 56
Joined: Aug 2009
Reputation:
0
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.