Raised This Month: $ Target: $400
 0% 

[CS GO] Problem with silent footstep


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
kondzixd
Member
Join Date: Sep 2010
Old 04-04-2015 , 00:50   [CS GO] Problem with silent footstep
Reply With Quote #1

Hi. I have a problem with silenced footstep. When i turn it on player is ducking all the time and cant plant a bomb (u must be on the ground if u want plant a bomb)

My code:

Code:
public OnPluginStart()
{
    HookEvent("player_footstep", Event_FootStep, EventHookMode_Pre);
}

public Action:Event_FootStep(Handle:event, const String:name[], bool:dontBroadcast)
{
    new client = GetClientOfUserId(GetEventInt(event, "userid"));
    if(maKlase[client])
        SetEntProp(client, Prop_Data, "m_fFlags", 4);
}
Someone know how to fix it?

Last edited by kondzixd; 04-04-2015 at 00:51.
kondzixd is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:04.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode