Quote: function AutoLoot.lootDeadbodies() local lPosition = getLocalPlayer():getPosition() for k,lootActor in pairs(AutoLoot.lootActors) do if lPosition:getDistance(lootActor.Position) <= 300.0 then doLoot(lootActor) end end end
Quote: Originally Posted by anjeriko10 how to i use this? sir ? HAHA
Quote: Originally Posted by R3p here, fully functional xD
Quote: Originally Posted by DarkRevoltz how to get these codes? why I reviewed those LUA files from your git, and there was nothing of the kind.
Quote: Originally Posted by pachela Can you give please link on his git?
Quote: Originally Posted by DarkRevoltz only that this is not functions that you have created for your correct script? and not functions of the game itself.