Advertisement
Guest User

Untitled

a guest
Feb 13th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. if getElementData(source, "loggedin") and getElementData(source, "char:adminduty") == 0 then
  2. local pia = getElementData(source, "drink")
  3. if getElementData(source, "ajailed") then
  4. return
  5. end
  6. if pia > 7 then
  7. setElementData(source, "drink", drink - 2)
  8. elseif pia ~= 0 and pia <= 7 then
  9. setElementData(source, "drink", 0)
  10. else
  11. outputChatBox("#00aeef[CloudGaming]: #ffffffSzomjas vagy. Ha nem iszol akár bele is halhatsz!",255,255,255,true)
  12. setElementHealth(source, getElementHealth(source) - 5)
  13. end
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement