Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ShowPlayerDialog(giveplayerid,SELLTOCAR,DIALOG_STYLE_MSGBOX,DIALOG_STYLE_LIST,"{2ECCFA}Vozilo","Vozilo","Prihvati","Odbij");
- if(dialogid == SELLTOCAR)
- {
- if(response)
- {
- if(listitem == 0)
- {
- Setujes mu kljuceve i vlasnika
- SCM(playerid, -1, "Uspesno ste kupili vozilo");
- }
- if(listitem == 1)
- {
- Setujes da je kupovina gotova i da je odbio
- SCM(playerid, -1, "Odustao si od kupovine vozila");
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment