Geo-ip
#1

Hola a todos..

Alguien podria ayudarme a conseguir un GeoIP que tenga el siguiente formato?

Ejemplo:

***Manuel (ID:0) has joined the server. (Country: x )

Gracias de antemano
Reply
#2

pawn Код:
new string[90], name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, sizeof name);

format(string, sizeof string, "*** %s (ID: %d) has joined the server. (Country: %s)", name, playerid, GetPlayerCountryName( playerid )),
SendClientMessage(playerid, -1, string);
Algo asн dices?
Reply
#3

amm si , pero me da el siguiente error

Quote:

error 017: undefined symbol "GetPlayerCountryName"

Reply
#4

Usa este:

https://sampforum.blast.hk/showthread.php?tid=278763
Reply
#5

tenes incluido el include el Geo-IP(plugin)?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)