Advertisement
Guest User

Untitled

a guest
Jan 20th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. Create3DandP(""col_white"Da kupite pice koristite\n"col_srvboja">> /drink <<", -2400.6563, 994.4063, -20.5350, -1, -1, 1239, 10.0 );
  2. Create3DandP(""col_white"Da kupite pice koristite\n"col_srvboja">> /drink <<", 1821.1282,-1397.7203,13.525591, -1, -1, 1239, 10.0 );
  3. ///////////////////////////////////// KOMANDA /DRINK
  4. CMD:drink( playerid, params[] ) {
  5. for( new i = 1; i < MAX_BUSSINES; i++ ) {
  6. if( IsPlayerInRangeOfPoint( playerid, 25.0, BussinesInfo[ i ][ bExitX ], BussinesInfo[ i ][ bExitY ], BussinesInfo[ i ][ bExitZ ] ) && GetPlayerVirtualWorld( playerid ) == BussinesInfo[ i ][ bInVW ]) {
  7. // if( BussinesInfo[ i ][ bType ] == VRSTA_BAR || BussinesInfo[ i ][ bType ] == VRSTA_DISCO || BussinesInfo[ i ][ bType ] == VRSTA_NKLUB || BussinesInfo[ i ][ bType ] == VRSTA_JAVNAK ) {
  8.  
  9. SPD( playerid, dialog_DRINK, DSL, D_NASLOV, "Whisky 350$\nVodka 280$\nPivo 250$\nKonjak 290$\nTequila 220$\nJack Daniels 400$\nMineralna voda 100$\nCedevita 150$\nCoca Cola 150$", D_ODABERI, D_ODUSTANI );
  10. break;
  11. }
  12. }
  13. }
  14. return 1;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement