22.04.2015, 23:50
Solved. I solved it by this way.
I change
To
I change
Код:
SendClientMessageEx(playerid, COLOR_LIGHTBLUE, "You have been kicked by %s, reason: %s. Take a screenshot using F8 if you find this abusive.", GetPlayerNameEx(playerid), reason);
Код:
format(string, sizeof(string), "You have been kicked by %s, reason: %s. Take a screenshot using F8 if you find this abusive.", GetPlayerNameEx(playerid), reason); SendClientMessageEx(giveplayerid,COLOR_LIGHTBLUE, string);