View Single Post
usla
Senior Member
Join Date: Jul 2009
Old 09-04-2016 , 10:48   Re: [CS:GO] Wall walking
Reply With Quote #7

Quote:
Originally Posted by blaacky View Post
PHP Code:
public bool TraceRayDontHitSelf(int entityint maskany data)
{
    return 
entity != data && !(entity <= MaxClients);

thx but including the code did no help change anything
usla is offline