21.03.2013, 16:52
How do I get the id of the player next to his nick? example [TRR] Dark (id: 0)
Tanks
Tanks
new msg[128],tPlayerName[MAX_PLAYER_NAME];
GetPlayerName(playerid, tPlayerName, MAX_PLAYER_NAME);
format(msg, sizeof(msg), "%s: (%d) {FFFFFF}%s", tPlayerName, playerid, text);