|
Hi guys,
I program Pascal and havent been able to find much usable info
regarding moding. Could someone create me a simple DLL that exports
easy to use functions for accessing the HL engine?
I am most concerned with the primary export to 'recieve enginefuncs'.
I need a STRUCTURE definition for an enginefunc.
Second, I need access to console (to input cmds/msgs).
Thats it, sounds like a 15 minute job for someone who is familiar with
HL modding.
My thoughts:
if all the intializing was handled by DLL (to link to HL) all I really
need is a function like:
Function ConsoleInput(CMD: STRING): INTEGER; <-This integer return is
really a pointer to string or sumthing holding the console response
(what you see if you typed into console).
Thanks for any help you can offer.
Sparo
|