Wanek

Results 9 comments of Wanek

I can try to realize this idea if you need.

When i will finish write module: poison scout i can try to realize your idea if you need

There is one unpleasant development option for grenades. After all, damage is added when a player takes damage. But at this moment, the enemy who attacked him is not the...

> It seems to me that `m_hThrower` will be a more correct check, because after the cs go update in which were added grenades dropping, the damage is caused by...

That is sourcemod log error. You should improve CCP source code add `if (Client)` before `GetClientTeam(Client)`.

@peace-maker `SetEntProp(client, Prop_Send, "m_bHasHelmet", 1);` probably we should change to ` int offset = FindSendPropInfo("CCSPlayer", "m_bHasHelmet"); // This to plugin start.` ` SetEntData(client, offset, helmet); //This to 107. It will...

If I'm not mistaken, there was a problem with setting HP for players, when you put HP less than 0 by `SetEntityHealth(int iEntity)`, it will automatically be set to 32k....

[Please check this script and let me know about any issues.](https://github.com/WanekWest/-SMRPG-No-Spread)

[Try this, probably same functionality.](https://github.com/WanekWest/-SMRPG-Cooperation)