Add natives to get client ip and connect password

The hltv server doesn't provide a nice IPlayerInfo interface to get
stuff. Have to grab it and hold on to it while we can!
This commit is contained in:
Peace-Maker
2016-03-03 02:47:06 +01:00
parent 10f7fa56a1
commit c0eb6eb75f
9 changed files with 243 additions and 29 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ sourceFiles = [
'extension.cpp',
'natives.cpp',
'forwards.cpp',
'hltvdirectorwrapper.cpp'
'hltvdirectorwrapper.cpp',
'hltvclientwrapper.cpp'
]
###############