10.08.2013, 20:14
Oooh, how didn't I see that! I'm sorry!
Replace this:
With this:
This should work now.
Replace this:
pawn Код:
SendClientMessage(playerid, COLOR_PURPLE, "> %s %s", sendername, result);
pawn Код:
new _string[128]; format(_string, sizeof(_string), "> %s %s", sendername, result);
SendClientMessage(playerid, COLOR_PURPLE, _string);