Anti Multyacc System
#1

Is there a way to make this? People enter my server on like 5 accounts and it is really anoying.Help...
Reply
#2

https://sampforum.blast.hk/showthread.php?tid=321533
Reply
#3

Quote:
Originally Posted by JaydenJason
Посмотреть сообщение
Not ip flood,I need some kind of system that stops players from playing on more accounts.Just 1 if you know what i mean?
Reply
#4

Quote:
Originally Posted by NexySamp
Посмотреть сообщение
Not ip flood,I need some kind of system that stops players from playing on more accounts.Just 1 if you know what i mean?
So just make it..

OnPlayerConnect

Get the players IP...
Then check through every person logged on at the time..

Foreach(Player, i)

If anyone returns the same IP...
Kick the new person tryin to join
Reply
#5

Quote:
Originally Posted by Prokill911
Посмотреть сообщение
So just make it..

OnPlayerConnect

Get the players IP...
Then check through every person logged on at the time..

Foreach(Player, i)

If anyone returns the same IP...
Kick the new person tryin to join
His problem isn't that they connect from the same IP at the same time, but the same individual creating several accounts to choose from whenever they want to play.

You'll need to store the IP's of players registered and check whether that IP has created an account before they can register.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)