Advertisement
Guest User

Untitled

a guest
Apr 30th, 2017
544
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. Dialog:ChangeBoomBoxURL(playerid, response, listitem, inputtext[])
  2. {
  3. if(response)
  4. {
  5. PlayPlayerBoomBoxURL(playerid, BoomBoxInfo[listitem][boomboxUrlName], BoomBoxInfo[listitem][boomboxURL]);
  6. }
  7. else
  8. {
  9. SCM(playerid, -1, "You've canceled the stations dialog.");
  10. }
  11. return 1;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement