#include <a_samp>
#include GeoIP_Plugin
...
public OnPlayerConnect(playerid)
{
new name[MAX_PLAYER_NAME], country[MAX_COUNTRY_NAME], gmt;
new string[256];
GetPlayerName(playerid, name, sizeof(name));
country = GetPlayerCountryName(playerid);
gmt = GetPlayerGMT(playerid);
format(string, sizeof(string), \"[JOIN] %s (%s, GMT %d:00)\", name, country, gmt);
SendClientMessageToAll(0xFFCFCFAA, string);
return 1;
}
ittvannak a hozzávaló cuccok
http://www.purple.dti.ne.jp/totto/files/