Infell
12-21-2015, 06:10 PM
Hello, i want to know how to make the xeno use life ring automatically.
Axolek
12-21-2015, 11:49 PM
local RingID = 3052
while true do
if Self.Ring().id == 0 then
Self.Equip(RingID, "ring")
end
wait(100,600)
end
Change RingID and save .lua add script. Good Luck
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.