29.05.2018, 15:57
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);