20.01.2014, 16:32
new string[64], pName[MAX_PLAYER_NAME];
GetPlayerName(playerid, pName, MAX_PLAYER_NAME);
format(string, 64, "%s has left the server", pName);
SendClientMessageToAll(0xADFF2FFF, string);
This when player go out from server.
How to show in the mini-map corner, do-it-yourself (I think TextDrawCreate)
GetPlayerName(playerid, pName, MAX_PLAYER_NAME);
format(string, 64, "%s has left the server", pName);
SendClientMessageToAll(0xADFF2FFF, string);
This when player go out from server.
How to show in the mini-map corner, do-it-yourself (I think TextDrawCreate)