12.10.2014, 07:30
pawn Код:
new name[MAX_PLAYER_NAME];
GetPlayerName(i, name, sizeof(name));
format(string, sizeof(string), "HELLO[Playerid], 49,YourName: %s | YourXP: %d", name, Variable for your exp);
SendClientMessageToAll(-1, string);