Advertisement
Guest User

Untitled

a guest
Mar 27th, 2015
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. default
  2. {
  3.     state_entry()
  4.     {
  5.         llSetPrimMediaParams(0, [PRIM_MEDIA_CURRENT_URL, "http://www.google.com/",
  6.                                  PRIM_MEDIA_PERMS_CONTROL, PRIM_MEDIA_PERM_NONE]); // removes the floating navication bar
  7.     }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement