31.07.2013, 17:32
It's something wrong on your side. I tested it and it works fine.
PS: I just use an include for includes, but it still should work with the normal way.
PS: I just use an include for includes, but it still should work with the normal way.
pawn Код:
#define FILTERSCRIPT
#include < a_samp >
#include < easydialog >
#include < zcmd >
CMD:test( playerid, params[ ] )
{
ShowDialog( playerid, Show:Test, DIALOG_STYLE_LIST, "Test", "Lavori\nNegozi di abbigliamento\nLuoghi comuni\nDistributori di benzina\nBar\nRistoranti\nCasino", "Select", "Cancel" );
return 1;
}
Dialog:Test( playerid, response, listitem, inputtext[ ] )
{
if( response )
{
print( inputtext );
printf( "Guide/%s.info", inputtext );
}
return 1;
}
Quote:
[20:38:52] Lavori [20:38:52] Guide/Lavori.info |