Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for( new i = 0; i < 10; i++ ) {
- format( str, sizeof( str ), "%s vs %s\n", bettingInfo[ Parovi[ i ][ parID ][ 0 ] ][ teamName ], bettingInfo[ Parovi[ i ][ parID ][ 1 ] ][ teamName ] );
- strcat( DialogStrgEx, str );
- }
- SPD( playerid, dialog_UPLATITIKET, DSL, "Izaberi par:", DialogStrgEx, "Izaberi", "Odustani" );
- strdel( DialogStrgEx, 0, sizeof( DialogStrgEx ));
- return true;
- }
- //
- if( playertextid == player_gui[ playerid ][ 9 ] )
- {
- cmd_komande( playerid );
- return true;
- }
- if( playertextid == player_gui[ playerid ][ 11 ] )
- {
- cmd_stats( playerid );
- return true;
- }
- if( playertextid == player_gui[ playerid ][ 12 ] )
- {
- cmd_stats( playerid );
- return true;
- }
- //
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement