OnDialogResponse
#1

How i made a response on this dialog?
pawn Код:
CMD:realraces( PARAMS )
{
    new str[ 128 ], str2[ 1024 ];
   
    LoadRaceNames( );
    format( str2, sizeof( str2 ), "{FFFFFF}" );
    Loop( x, TotalRaces )
    {
        format( str, 128, "%s\n", RaceNames[ x ] );
        strcat( str2, str, 1024 );
    }
    ShowPlayerDialog( playerid, CURSE_REALE, DIALOG_STYLE_LIST, "{FFFFFF}Avabile Races:", str2, "Join", "Cancel" );
    return 1;
}
Reply


Messages In This Thread
OnDialogResponse - by Edvin - 02.10.2011, 09:47
Re: OnDialogResponse - by Wesley221 - 02.10.2011, 09:48
Re: OnDialogResponse - by Pharrel - 02.10.2011, 09:49
Re: OnDialogResponse - by Edvin - 02.10.2011, 10:22

Forum Jump:


Users browsing this thread: 1 Guest(s)