23.09.2013, 17:42
Hello everyone, title says it all..
Here's the string:
When I log in, I can see only You're currently logged in as: .
Thanks in advance for the help.
Here's the string:
pawn Код:
new log[128];
new pName[25];
GetPlayerName(playerid, log, sizeof(log));
format(log, sizeof(log), "**[SERVER]** {FFFFFF}- You're currently logged in as: {FF8921}%s{FFFFFF}.", pName);
SendClientMessageToAll(COLOR_ORANGE, log);
Thanks in advance for the help.