Nem csak az INC kell, a plugin is.
new name[MAX_PLAYER_NAME],country[MAX_PLAYERS];
new string[256];
GetPlayerName(playerid, name, sizeof(name));
country = GetPlayerCountryName(playerid);
format(string, sizeof(string), \"%s Csatlakozott a szerverhez! Ország: %s\", name, country);
SendClientMessageToAll(0xFFCFCFAA, string);
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);
Gyenge próbálkozás. :S