Warning 202
#2

Solved. I solved it by this way.

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);
To

Код:
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);
Reply


Messages In This Thread
Warning 202 - by ChuckyBabe - 22.04.2015, 23:37
Re: Warning 202 - by ChuckyBabe - 22.04.2015, 23:50
Re: Warning 202 - by Crayder - 23.04.2015, 02:16

Forum Jump:


Users browsing this thread: 1 Guest(s)