Changing name + IP - Make him unable to join?
#1

Is there any way to stop a player from joining, when he changes his IP and name?
Reply
#2

yep

what ini system are you using

Example
pawn Код:
public OnPlayerConnect(playerid)
{
    if(PlayerInfo[playerid][pBanned] == 1 */or >=1 */) return Ban(playerid);
    return 1;
}
Reply
#3

I am not using any, i need to learn how to use one. I don't know how to save pInfo[playerid][pSS] = 1; I really need help with that too.

But what you answered dosent help if the player changes the name? he also changes the IP when he changes the name.
Reply
#4

nope the samp Ban system range bans him so he/she cannot join back well it should
heres a link to a simple login/register system with dialog https://sampforum.blast.hk/showthread.php?tid=273088
you can make your own things for it ect pFaction and more but pBanned comes with it so if this is not help
then sorry but rep+ is loved
Reply
#5

Thank you for helping me, +rep'd
Reply
#6

no problem that what im here for xD
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)