samp.ban
#3

Do this below:
Quote:

enum pInfo
{
pBanned,
};

Then with onplayerconnect

if(PlayerInfo[playerid][pBanned] == 1)
{
SendClientMessage(playerid, COLOR_HERE, "[Server Message:] You have been banned from our community");
Kick(playerid);
}
if(PlayerInfo[playerid][pBanned] == 0)
{
There Spawning information here

Reply


Messages In This Thread
samp.ban - by ProShooter22 - 02.05.2013, 06:24
Re: samp.ban - by [KHK]Khalid - 02.05.2013, 07:18
Re: samp.ban - by Ciandlah - 02.05.2013, 07:26
Re: samp.ban - by DobbysGamertag - 02.05.2013, 07:44
Re: samp.ban - by ProShooter22 - 02.05.2013, 15:54
Re: samp.ban - by Yashas - 02.05.2013, 16:27
Re: samp.ban - by ProShooter22 - 03.05.2013, 03:15

Forum Jump:


Users browsing this thread: 1 Guest(s)