%s Issue in my script.
#5

as coming back to scripting,

Heres what i got:

Код:
	switch( dialogid )
    {
		case DIALOG_FILEONE:
		 {
		  	if ( !response ) return SendClientMessage(playerid,COLOR_RED,"Gone Back.");
 		   	if( response )
  		   	{
    			new file = inputtext;
    			FILEONE[playerid] = file;
    			ShowPlayerDialog(playerid,DIALOG_SLOTONE,DIALOG_STYLE_LIST,"Slot One","File\nSong Name\nPlay Song","Select", "Cancel");
			}
		}
	}
Heres the errors i got.

Код:
error 033: array must be indexed (variable "-unknown-")
Reply


Messages In This Thread
%s Issue in my script. - by Shockey HD - 30.01.2012, 19:29
AW: %s Issue in my script. - by Rimeau - 30.01.2012, 22:01
Re: %s Issue in my script. - by Shockey HD - 31.01.2012, 04:29
Re: %s Issue in my script. - by Snowman12 - 31.01.2012, 04:49
Re: %s Issue in my script. - by Shockey HD - 31.01.2012, 05:24
Re: %s Issue in my script. - by Snowman12 - 31.01.2012, 05:28
Re: %s Issue in my script. - by iggy1 - 31.01.2012, 05:32
AW: %s Issue in my script. - by Rimeau - 31.01.2012, 12:51

Forum Jump:


Users browsing this thread: 2 Guest(s)