Need help with ban appeal message? -
SA-MP 12 - 10.01.2010
My server used a basic admin FS with Ban(playerid);
how would I make it so if a player is in samp.ban and trys to re connect to the server,
it sends them a message saying they can appeal on my forums? Thanks.
Re: Need help with ban appeal message? -
¤Adas¤ - 10.01.2010
This is not possible... But you can send them a message when you ban them.
Re: Need help with ban appeal message? -
Jikesh - 10.01.2010
Thats not possible.
Put SendClientMessage(playerid, COLOR_GREEN, "You can appeal on our forums ......."); in the ban cmd, so when the player gets banned he can see this message.
Re: Need help with ban appeal message? - [03]Garsino - 10.01.2010
Quote:
Originally Posted by Jikesh
Thats not possible.
Put SendClientMessage(playerid, COLOR_GREEN, "You can appeal on our forums ......."); in the ban cmd, so when the player gets banned he can see this message.
|
It is possible. The server I'm playing on got a system like this..
Re: Need help with ban appeal message? -
Jikesh - 10.01.2010
Quote:
Originally Posted by [03
Garsino ]
Quote:
Originally Posted by Jikesh
Thats not possible.
Put SendClientMessage(playerid, COLOR_GREEN, "You can appeal on our forums ......."); in the ban cmd, so when the player gets banned he can see this message.
|
It is possible. The server I'm playing on got a system like this..
|
Maybe when you connect to that server it bans again ?
Re: Need help with ban appeal message? - [03]Garsino - 10.01.2010
Quote:
Originally Posted by Jikesh
Quote:
Originally Posted by [03
Garsino ]
Quote:
Originally Posted by Jikesh
Thats not possible.
Put SendClientMessage(playerid, COLOR_GREEN, "You can appeal on our forums ......."); in the ban cmd, so when the player gets banned he can see this message.
|
It is possible. The server I'm playing on got a system like this..
|
Maybe when you connect to that server it bans again ?
|
Yeah, it works like that.
It load the reason why you got banned => send it in a client message then reban you.
Im afraid thats the only way.
Re: Need help with ban appeal message? -
Niixie - 10.01.2010
pff, if you use another ban way then you can.
if you have enums or something like that you can just when he gets banned set his banned to 1 and when he connect make the server check if his file is Banned = 1
E.g.
PlayerInfo[playerid][banned] = 1;
Re: Need help with ban appeal message? -
Mike Garber - 10.01.2010
Quote:
Originally Posted by [03
Garsino ]
Quote:
Originally Posted by Jikesh
Thats not possible.
Put SendClientMessage(playerid, COLOR_GREEN, "You can appeal on our forums ......."); in the ban cmd, so when the player gets banned he can see this message.
|
It is possible. The server I'm playing on got a system like this..
|
They can't use the "Ban(playerid);" , since that'll show a message "You're banned from this server" and nothing else.
They might have a scriptfile, like If they get Player=banned from banfile.txt it sends a message and Kick(playerid); again.
Re: Need help with ban appeal message? -
valdo0281 - 20.01.2010
where i can do a ban appeal i dont nothing, i dont now why they ban me
Re: Need help with ban appeal message? -
sidhu123 - 21.01.2010
Quote:
Originally Posted by valdo0281
where i can do a ban appeal i dont nothing, i dont now why they ban me
|
Their website.