Why this command crash the gamemode?
#4

Oooh, how didn't I see that! I'm sorry!

Replace this:
pawn Код:
SendClientMessage(playerid, COLOR_PURPLE, "> %s %s", sendername, result);
With this:
pawn Код:
new _string[128]; format(_string, sizeof(_string), "> %s %s", sendername, result);
SendClientMessage(playerid, COLOR_PURPLE, _string);
This should work now.
Reply


Messages In This Thread
Why this command crash the gamemode? - by alanhutch - 10.08.2013, 19:57
Re: Why this command crash the gamemode? - by BullseyeHawk - 10.08.2013, 20:01
Re: Why this command crash the gamemode? - by alanhutch - 10.08.2013, 20:08
Re: Why this command crash the gamemode? - by BullseyeHawk - 10.08.2013, 20:14
Re: Why this command crash the gamemode? - by alanhutch - 10.08.2013, 20:22

Forum Jump:


Users browsing this thread: 1 Guest(s)