16.08.2010, 19:12
Quote:
|
You should make it a dialog instead, where it shows the output from your text in the next dialog so you don't have to do a command to open it again.
|
pawn Код:
public OnPlayerSendShout(playerid, text[]) {
ShowShoutBoxForPlayer(playerid);
return 1;
}


