Posted: Wed Aug 28, 2013 7:18 am Post subject: Calling Msg()
I tried to call the Msg() function in Counter-Strike Source which outputs text into the console.
The problem is that I don't know how to pass a string into the function. I thought that you would push it onto the stack or something but i really have no clue how to do that. _________________
Find out how the Msg function is called by setting a bp on it, and then stepping till return.
Are you trying to call it from ce, or your own injected module?
I'm calling it in an AA script. I stepped over the function to see what how it works but I'm not sure what I'm looking for.
As far as I know the function only takes one argument. Isn't there a general way a function gets the arguments? _________________
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum