Posts: 882
	Threads: 50
	Joined: Jun 2012
	
Reputation: 
0
	 
 
	
	
		Is it possible to store all the AMX Instances in a vector of Multiple Indirection pointers? And use that pointer as the argument to amx_Exec/amx_FindPublic?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,831
	Threads: 69
	Joined: Mar 2008
	
Reputation: 
0
	 
 
	
	
		Why would you want to do that?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 362
	Threads: 46
	Joined: Jul 2013
	
Reputation: 
0
	 
 
	
	
		I compiled this myself and it is causing the server to crash when I login. And I found out that this problem will happen just by placing SKY.dll in your server.cfg even if you don't use any of its functions. I saw other people have the same problem so could you please fix it?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 11
	Threads: 3
	Joined: Jul 2015
	
Reputation: 
0
	 
 
	
	
		Could someone please tell me how to make this plugin work? I downloaded the plugin for the weapon-config that requires this and the only thing i see is a bunch of files which i don t know where to put.
Sorry for this stupid question.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 498
	Threads: 24
	Joined: Apr 2013
	
	
 
	
	
		
Quote:
					Originally Posted by  Xeonmeister
 
 
Could someone please tell me how to make this plugin work? I downloaded the plugin for the weapon-config that requires this and the only thing i see is a bunch of files which i don t know where to put. 
Sorry for this stupid question. 
 | 
 if you meant sources in github , you should compile it and receive output as .dll file
	
 
	
	
	
		
	
 
 
	
	
	
		
	Posts: 448
	Threads: 19
	Joined: Jan 2012
	
Reputation: 
0
	 
 
	
	
		Just curious why isn't there any precompiled versions in the release section on github? Would be nice to have a precompiled windows if possible.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 913
	Threads: 70
	Joined: Apr 2009
	
Reputation: 
0
	 
 
	
	
		Looks like subhook doesnt like when two plugin hooks the same function. I would like to add support for ysf & sky at same time, so i think i will disable GetPacketId hook in ysf when sky loaded and then both plugin will work. Ysf wont lose too much if i disable that hook, not like sky
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,831
	Threads: 69
	Joined: Mar 2008
	
Reputation: 
0
	 
 
	
	
		Perhaps they could detect eachother and share the hook somehow?
The best solution will probably be to create and issue and write "@Zeex help us!" He will come up with a really clever solution in 5 minutes, which would takes us 5 hours.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 248
	Threads: 13
	Joined: Jul 2014
	
Reputation: 
0
	 
 
	
	
		I am quite new to this field, but still I would like to share my thought on this issue. You could export the hooked function in YSF and use GetProcAddress(in Windows, of course) to use the hooked function in SKY.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 913
	Threads: 70
	Joined: Apr 2009
	
Reputation: 
0
	 
 
	
		
		
		
		04.02.2016, 11:22 
(
 Последний раз редактировалось kurta999; 06.02.2016 в 08:13.
)
	
	 
	
		We should do it in both plugin, then the load order wouldn't matter. I'll try it, this is good idea.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 579
	Threads: 5
	Joined: Oct 2015
	
	
 
	
	
		Where to get the linux version of this? I tried downloading from github and its for windows. Tried searching for it but no results. Can't use weapon-config without this plugin so can someone compile it to linux and give me link?