31.01.2012, 05:24
as coming back to scripting,
Heres what i got:
Heres the errors i got.
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"); } } }
Код:
error 033: array must be indexed (variable "-unknown-")