24.04.2016, 16:19
Hi all, I use that:
example: Salim use /cmd
I put it in my commands but that's a lot of STRING
Код:
new
szName[MAX_PLAYER_NAME],
szBuffer[250]
;
GetPlayerName(playerid, szName, MAX_PLAYER_NAME);
format(szBuffer, sizeof(szBuffer), "{58FA82}[ID:%i]%s: "CC"Utilise "CC2"[/cmd]", playerid, szName, text);
SendClientMessageToAll(GetPlayerColor(playerid), szBuffer);
I put it in my commands but that's a lot of STRING


