Only allow players from certain country's
#1

Hey everyone!

I want my server to be accesable from only the Netherlands, Germany and Belgium. How can I do this?

Thanks!

-Nick
Reply
#2

Quote:
Originally Posted by nickbouwhuis
Посмотреть сообщение
Hey everyone!

I want my server to be accesable from only the Netherlands, Germany and Belgium. How can I do this?

Thanks!

-Nick
You could make a kinda quiz at the start when the join they have questions like:

Vraag 1: Wat is de correcte manier om iemand te groeten

A. HEY LEKKERE BALZAK!
B. Hey hoe gaat ie?
C. Hallo kutkop ik hoop dat je word gecastreerd.

--------------------------------------------------

Vraag 2: Carglass repareert ...

A. Carglass likt poep.
B. Carglass vervangt.
C. Carglass neukt honden.

Hope youve got an idea of what i mean
Reply
#3

See this. https://sampforum.blast.hk/showthread.php?tid=32509
Using,
pawn Код:
GetPlayerCountryName(playerid);
pawn Код:
if(!strcmp(GetPlayerCountryName(playerid), "Germany") || !strcmp(GetPlayerCountryName(playerid), "Belgium") || !strcmp(GetPlayerCountryName(playerid), "Netherlands"))
{
    // Welcome
}
else
{
    // Kick, you can't play this server
}
Reply
#4

Quote:
Originally Posted by MouseBreaker
Посмотреть сообщение
See this. https://sampforum.blast.hk/showthread.php?tid=32509
Using,
pawn Код:
GetPlayerCountryName(playerid);
pawn Код:
if(!strcmp(GetPlayerCountryName(playerid), "Germany") || !strcmp(GetPlayerCountryName(playerid), "Belgium") || !strcmp(GetPlayerCountryName(playerid), "Netherlands"))
{
    // Welcome
}
else
{
    // Kick, you can't play this server
}
The download links for that plugin are down
Reply
#5

EDIT: http://www.bergfiles.com/i/bf4ddc21ebh32i0
Reply
#6

Quote:
Originally Posted by MouseBreaker
Посмотреть сообщение
Thanks! Works for me!
Reply
#7

Quote:
Originally Posted by MouseBreaker
Посмотреть сообщение
I removed it. It also kicked a lot of people that are actually from the Netherlands. Can I fix this?
Reply
#8

Can someone help me to get this working?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)