Advertisement
Guest User

Untitled

a guest
Dec 18th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. if shop_type == 7 then
  2.     if not exports.global:hasItem(localPlayer, 183) and tonumber( getElementData( localPlayer, "faction" ) ) == 5 then
  3.         outputChatBox("Ty tu nemáš čo robiť.", 255, 0, 0)
  4.         hideGeneralshopUI()
  5.         return
  6.     end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement