Need help with ban appeal message?
#1

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.
Reply
#2

This is not possible... But you can send them a message when you ban them.
Reply
#3

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.
Reply
#4

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..
Reply
#5

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 ?
Reply
#6

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.
Reply
#7

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;
Reply
#8

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.
Reply
#9

where i can do a ban appeal i dont nothing, i dont now why they ban me
Reply
#10

Quote:
Originally Posted by valdo0281
where i can do a ban appeal i dont nothing, i dont now why they ban me
Their website.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)