Skip to content

BattlefieldDuck/TF2_PhysicsGun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TF2_PhysicsGun

Allow players to use PhysicsGun on TF2! Grab everything! Screenshot

Requirements

Natives

Library name is tf2physgun

native bool TF2PhysGun_IsHoldingPhysicsGun(int client);
native bool TF2PhysGun_IsPhysicsGun(int entity);
native int TF2PhysGun_GetEntityHolder(int entity);
native int TF2PhysGun_GetClientHeldEntity(int client);

Pull requests welcome