You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have Armor helmet set to give 0.1 (10%) chance each level. I tested every level from 1 (10%) to 10 (max, 100% chance?) and it has never given me a helmet on player spawn yet. (CS:S btw)
The text was updated successfully, but these errors were encountered:
@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 be work faster and maybe will solve problem.
I have Armor helmet set to give 0.1 (10%) chance each level. I tested every level from 1 (10%) to 10 (max, 100% chance?) and it has never given me a helmet on player spawn yet. (CS:S btw)
The text was updated successfully, but these errors were encountered: