17.10.2016, 15:48
This doesn't show up the name..any solution?
Код:
new name[MAX_PLAYER_NAME], string[24+MAX_PLAYER_NAME]; GetPlayerName(playerid, string, sizeof(name)); format(string, sizeof(string), "You are logged in as %s, enjoy your stay!", name); SendClientMessage(playerid, COLOR_GREEN, string);