String problem
#6

PHP Code:
//Under the CMD
ShowPlayerDialog(playerid,1DIALOG_STYLE_INPUT"Advertisment""Please enter your Advertisment:""Enter""Cancel");
//Under OnDialog Responce
public OnDialogResponse(playeriddialogidresponselistiteminputtext[])
{
    if(
dialogid == 1)
    {
             new 
string[256];
             
format(stringsizeof(string),"[ADVERTISMENT]:%s"inputtext);
             
SendClientMessageToAll(0x00F250FFstring);
    }
    return 
1;

Reply


Messages In This Thread
String problem - by Xenforox - 29.04.2014, 11:53
Re: String problem - by vassilis - 29.04.2014, 11:59
Re: String problem - by Konstantinos - 29.04.2014, 12:00
Re: String problem - by Xenforox - 29.04.2014, 12:08
Re: String problem - by Konstantinos - 29.04.2014, 12:14
Re: String problem - by Xenforox - 29.04.2014, 12:25
Re: String problem - by Konstantinos - 29.04.2014, 14:39

Forum Jump:


Users browsing this thread: 1 Guest(s)