Advertisement
Guest User

pcosp_s.lua

a guest
Aug 28th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. function ST(text) --Rozpoczynamy funckje
  2. for k,v in ipairs(getElementsByType("player")) do
  3. if isObjectInACLGroup("user."..getAccountName(getPlayerAccount(v)), aclGetGroup("OSP")) then
  4. outputChatBox("Wiadomość dla OSP: #ffffff"..text, v, 255, 0, 0, true)
  5. end
  6. end
  7. end
  8. addEvent("NAOT", true)
  9. addEventHandler("NAOT", root,ST)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement