Quote:
Originally Posted by Nextra
AMXModX is an open source project, and you can easily look at the sourcecode yourself (hint: Ham_CS_RoundRespawn has no special code).
|
Yes. I know . If there were not a problem i wouldn't create this topic.
But i downloaded ham module and viewed all c++ files using CTRL + F with notepad ++ Ham_CS_RoundRespawn and nothing found.
Edit : Have found only this :
Quote:
/**
* Description: Respawn function for players/bots only! Do not use this on non player/bot entities!
* Forward params: function(this);
* Return type: None.
* Execute params: ExecuteHam(Ham_CS_RoundRespawn, this);
*/
Ham_CS_RoundRespawn,
|
But i need to see how the function was made .