Changing Text
#2

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    //your commands...
    return SendClientMessage(playerid, color, "your text");
}
for msg box just add "ShowPlayerDialog(playerid, dialogid, DIALOG_STYLE_MSGBOX, "Wrong Command", "Text", "Ok", "Cancel"); intead of the Send ClientMessage
Reply


Messages In This Thread
Changing Text - by Fool - 21.01.2011, 11:50
Re: Changing Text - by Sascha - 21.01.2011, 11:51
Re: Changing Text - by Fool - 21.01.2011, 11:56
Re: Changing Text - by Sascha - 21.01.2011, 11:58
Re: Changing Text - by Mike Garber - 21.01.2011, 11:58
Re: Changing Text - by Sascha - 21.01.2011, 11:59
Re: Changing Text - by Fool - 21.01.2011, 12:00

Forum Jump:


Users browsing this thread: 1 Guest(s)