Posts: 2
Threads: 1
Joined: Jan 2010
Reputation:
0
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.
Posts: 549
Threads: 20
Joined: Jan 2010
Reputation:
0
This is not possible... But you can send them a message when you ban them.
Posts: 179
Threads: 1
Joined: Jun 2009
Reputation:
0
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.
Posts: 523
Threads: 34
Joined: Aug 2008
Reputation:
0
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;
Posts: 1,506
Threads: 69
Joined: Feb 2008
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.
Posts: 1
Threads: 0
Joined: Jan 2010
Reputation:
0
where i can do a ban appeal i dont nothing, i dont now why they ban me