Advertisement
Guest User

Untitled

a guest
Dec 7th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. local food = {
  2. [646] = "185.169.134.3",
  3. [646] = "185.169.134.4",
  4. [646] = "185.169.134.43",
  5. [646] = "185.169.134.44",
  6. [646] = "185.169.134.45",
  7. [659] = "185.169.134.5",
  8. [646] = "185.169.134.59",
  9. [657] = "185.169.134.61",
  10. [646] = "185.169.134.107",
  11. [646] = "185.169.134.109"
  12. }
  13.  
  14. sampRegisterChatCommand("ftest", function()
  15. for tdid, ip in pairs(food) do
  16. local currentip, port = sampGetCurrentServerAddress()
  17. if currentip == ip then
  18. sampSendClickTextdraw(tdid)
  19. end
  20. end
  21. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement