Posts: 424
Threads: 21
Joined: Jun 2008
Reputation:
0
It is simple I want to be able to include code into the script at runtime (it grabs filenames for SQL) It does't matter if you can't unload it, I can live with that, I am thinking this might use extensive use of #emit or a plugin, just not sure. (all functions in these will be public, and will be called with CallRemoteFunction)
Thank you.
Posts: 424
Threads: 21
Joined: Jun 2008
Reputation:
0
The bumper car has bumped my thread.
Posts: 2,200
Threads: 14
Joined: Apr 2009
Reputation:
0
Only via plugin. Pawn is static
Posts: 424
Threads: 21
Joined: Jun 2008
Reputation:
0
Will it be able to be called by CallRemoteFunction? if so would it be as simple as finding a way for my plugin to dynamically include something(Do you know how to do this)?
or will i have to re AmxLoad them after changing the natives array?
Posts: 424
Threads: 21
Joined: Jun 2008
Reputation:
0
I set up a plugin that allows me to call functions from a DLL, now I just need to be able to make that function call functions from my script. ><