Quote:
Originally Posted by QuaTTrO
pawn Код:
public OnPlayerConnect(playerid) { new name[MAX_PLAYER_NAME], country[MAX_COUNTRY_NAME], gmt;
GetPlayerName(playerid, name, sizeof(name)); country = GetPlayerCountryName(playerid); gmt = GetPlayerGMT(playerid);
printf("[JOIN] %s (%s, GMT %d:00)", name, country, gmt); return 1; }
|
Cheers, btw nice sig i just tried to swat it off my screen lol