Advertisement
Guest User

Untitled

a guest
Apr 8th, 2013
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. -- in node def
  2. on_drop = function()
  3. if playerdata[pname]['gamemode'] == "Creative" then
  4. return nil
  5. end
  6. end,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement