Advertisement
Guest User

Untitled

a guest
Mar 25th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. elseif chatStr[1] == "dial" then
  2. if chatStr[2] == "slow" then
  3. if IsValid(Stargate) then
  4. for k,v in pairs(AddressesToUse) do
  5. if k:lower() == chatStr[3] then
  6. printColor(Color(0,200,0),"[Gideon Mainframe]", Color(255,255,255)," Dialing Stargate to ", k.." ", ents.owner():getTeamColor(), ents.owner():name())
  7. stargate.dial(Stargate:entity(),v,0)
  8. else
  9. printColor(Color(0,200,0),"[Gideon Mainframe]", Color(255,255,255)," Dialing Stargate to ", chatStr[3]," ", ents.owner():getTeamColor(), ents.owner():name())
  10. stargate.dial(Stargate:entity(), chatStr[3],0)
  11. end
  12. end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement