Geo IP Problem
#1

pawn Код:
new country[MAX_COUNTRY_NAME];
        country = GetPlayerCountryName(playerid);
        format(string, sizeof(string), "%s has joined the server from %s.", GetPlayerNameEx(playerid), country);
        SendClientMessageToAll(COLOR_GRAD1, string);
Compiles fine with no errors or warnings but when I go in game the code dosn't work ?
Reply
#2

Never I use the Include, try this:
pawn Код:
new ss[128];
format(ss, sizeof(ss), "%s has joined the server from %s.", GetPlayerNameEx(playerid), GetPlayerCountryName(playerid));
SendClientMessageToAll(COLOR_GRAD1, ss);
Reply
#3

What is not working ? It shows nothing if u enter your server ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)