29.05.2018, 16:09
Thanks, glad it helped.
Thank you very much, fixed.
Quote:
|
Code:
ew playerName[MAX_PLAYER_NAME], output[128], playerid = 9;
GetPlayerName(playerid, playerName, MAX_PLAYER_NAME);
format(output, sizeof(output), "[Info]: the player with the id of %d is called {FFFF00}%s.", playerid, playerName);SendClientMessageToAll(0, output);
|


