Hello Facepunch,
I need help updating a binary module i have this code and cant work out hot to convert it to the new gmod 13 c lua
[CODE]LUA->PushLightUserData(fh);[/CODE]
and
[CODE]LUA->GetLightUserData(1);[/CODE]
the get/push bit is the problem and i have no idea on how to get round it
PS: im not great at C++
Thanks rtm516
EDIT: i also have a problem with
[CODE]LUA->StringLength(3);[/CODE]
and
[CODE]LUA->GetStackTop();[/CODE]
EDIT 2: and this section [url]http://pastebin.com/h5ns8CcN[/url]
If you don't know how to update the module properly, you can always try my backwards compatibility layer with the new module system
[url]http://blackawps-glua-modules.googlecode.com/svn/trunk/backwards_headers/[/url]
I dont know how to use it, do i just put in the files and then "add existing item" in vs?
[editline]20th October 2015[/editline]
Just a heads up the module im trying to update is [URL="https://facepunch.com/showthread.php?t=1094565"]https://facepunch.com/showthread.php?t=1094565[/URL]
Sorry, you need to Log In to post a reply to this thread.