Posts: 102
Threads: 4
Joined: Jan 2014
Reputation:
0
I haven't found how to call CreateDynamicObject from my plugin, invoke doesnt work with external things.
If somebody knows how to make it working with streamer, pls tell
Posts: 4,885
Threads: 57
Joined: Jun 2012
Reputation:
0
When I tested the other version of this CreatePlayerObject() (AKA CreateDynamicObject() in the streamer) didn't work correctly only seems CreateObject() works properly which makes this pretty limited can anyone else do some testing as well on this ?
Posts: 4,885
Threads: 57
Joined: Jun 2012
Reputation:
0
That is not the issue the issue is the images get all fucked up and don't display properly using CreateObject() for this is a waste of objects.
Posts: 102
Threads: 4
Joined: Jan 2014
Reputation:
0
CreatePlayerObject or CreateDynamicObject?
I think, it's better to waste some objects amount, but pre-load the picture to prevent lags because of 'dynamic' loading
Posts: 1,151
Threads: 46
Joined: Jan 2013
Reputation:
0
i have modified some things on the plugin (I removed the arts limit by using a map and a vector) but i need the module.def file so as to compile the plugin.
Posts: 4,885
Threads: 57
Joined: Jun 2012
Reputation:
0
CreateDynamicObject() is CreatePlayerObject() that is what the streamer uses.
Not for my server and a lot of others CreateObject() has to be seldom used even 100 objects is too much.
I really need the tool version to test I can't find where I put it but you deleted the link please put the download link back up for the tool.
Posts: 1,151
Threads: 46
Joined: Jan 2013
Reputation:
0
No, its not maybe you forget to upload it. I need it because i think that i found a way of calling CreateDynamicObject without using the GDK (using amx_Callback)