24.02.2018, 11:04
Quote:
This it's so worng. You can't do this on SendClientMessage, you need to prepare a string...
Like so. Код:
new string[100]; format(string, sizeof(string), "{FF0000}[Connecting]: {FFFFFF}Player {FF0000}%s{FFFFFF}[{FF5733}%d{FFFFFF}] incoming", GetPlayerNick(playerid), playerid); SendClientMessage(playerid, -1, string); |