how would i check if the server that runs my addon has TTT Damagelog installed? im not finding anything useful to start with
[url]https://github.com/Tommy228/TTTDamagelogs/blob/master/lua/autorun/damagelog_autorun.lua[/url]
As its table has common name, I suggest you to also check for any unique key in that table, like:[code]local function IsDamagelogInstalled()
return Damagelog and Damagelog.RDM_Manager_Rights
end[/code]
-snip-
Sorry, you need to Log In to post a reply to this thread.