Not inputting text? Dialogs
#2

From what I understood, the text doesn't assigned to the array?

PHP код:
///
    
if( response )
    {
        if(
strlen(inputtext) >= && strlen(inputtext) <= 64)
        {
            
strmid(arrUpdates[iUpd][g_Update1], inputtext0strlen(inputtext), sizeof arrUpdates);
            
//arrUpdates[iUpd][g_Update1] = strlen(inputtext);
            
format(stringsizeof(string), "You have change Update 1 to %s."inputtext);
            
SendClientMessageEx(playeridCOLOR_LIGHTBLUEstring);
            
CreateDynamicUpdates(strlen(inputtext));
            
SaveDynamicUpdates();
        }
        else return 
ShowPlayerDialog(playerid16513DIALOG_STYLE_LIST"Update 1:""Input text\nClear Update""Select""Cancel");
    } 
Reply


Messages In This Thread
Not inputting text? Dialogs - by RLGaming - 07.10.2012, 04:59
Respuesta: Not inputting text? Dialogs - by WCrimson - 07.10.2012, 05:10
Re: Not inputting text? Dialogs - by Dubya - 07.10.2012, 05:20
Re: Not inputting text? Dialogs - by RLGaming - 07.10.2012, 12:12
Re: Not inputting text? Dialogs - by RLGaming - 07.10.2012, 12:50
Re: Not inputting text? Dialogs - by RLGaming - 07.10.2012, 13:50
Re: Not inputting text? Dialogs - by Dubya - 07.10.2012, 15:04

Forum Jump:


Users browsing this thread: 1 Guest(s)