Getting key/value in mid map
Is it possible to get an entities key/value data in the middle of a map?
From what I see it looks like it is only possible to get the key/value data from entities when the map first loads and assigns the data. |
Re: Getting key/value in mid map
Maybe something like this:
Code:
new value = engfunc(EngFunc_InfoKeyValue, engfunc(EngFunc_GetInfoKeyBuffer, EntityID), "Key");greetz regalis |
Re: Getting key/value in mid map
What you've wrote is for client keyvalues.
Ham_Keyvalue should be called even mid map, hook it. See Ham Sandwich module from modules section. |
Re: Getting key/value in mid map
Quote:
http://forums.alliedmods.net/showthread.php?t=51824 It looks like it only has the 2 natives... hs_takedamage(idVictim,idInflictor,idAttacker , Float:damage, type); hs_use(id,idActivator,idCaller, use_type, Float:use_value); How do I hook Ham_Keyvalue (is it even in that module?) I've been looking around and saw other hooks for this. How can I find out what all the hooks are? |
Re: Getting key/value in mid map
See last page for latest binary.
|
Re: Getting key/value in mid map
Thanks VEN, this is a little beyond me though.
Code:
/** |
Re: Getting key/value in mid map
It's kvdid from your post: http://forums.alliedmods.net/showthr...189#post423189
|
| All times are GMT -4. The time now is 10:30. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.