Advertisement
Guest User

Untitled

a guest
Jul 4th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. for( new i = 0; i < 10; i++ ) {
  2.  
  3. format( str, sizeof( str ), "%s vs %s\n", bettingInfo[ Parovi[ i ][ parID ][ 0 ] ][ teamName ], bettingInfo[ Parovi[ i ][ parID ][ 1 ] ][ teamName ] );
  4.  
  5. strcat( DialogStrgEx, str );
  6. }
  7.  
  8. SPD( playerid, dialog_UPLATITIKET, DSL, "Izaberi par:", DialogStrgEx, "Izaberi", "Odustani" );
  9. strdel( DialogStrgEx, 0, sizeof( DialogStrgEx ));
  10. return true;
  11. }
  12. //
  13. if( playertextid == player_gui[ playerid ][ 9 ] )
  14. {
  15. cmd_komande( playerid );
  16. return true;
  17. }
  18. if( playertextid == player_gui[ playerid ][ 11 ] )
  19. {
  20. cmd_stats( playerid );
  21. return true;
  22. }
  23. if( playertextid == player_gui[ playerid ][ 12 ] )
  24. {
  25. cmd_stats( playerid );
  26. return true;
  27. }
  28. //
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement