Guest User

Untitled

a guest
Apr 14th, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. ShowPlayerDialog(giveplayerid,SELLTOCAR,DIALOG_STYLE_MSGBOX,DIALOG_STYLE_LIST,"{2ECCFA}Vozilo","Vozilo","Prihvati","Odbij");
  2.  
  3. if(dialogid == SELLTOCAR)
  4. {
  5. if(response)
  6. {
  7. if(listitem == 0)
  8. {
  9. Setujes mu kljuceve i vlasnika
  10. SCM(playerid, -1, "Uspesno ste kupili vozilo");
  11. }
  12. if(listitem == 1)
  13. {
  14. Setujes da je kupovina gotova i da je odbio
  15. SCM(playerid, -1, "Odustao si od kupovine vozila");
  16. }
  17. }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment