Allow players to use PhysicsGun on TF2! Grab everything!
- VPhysics
- TF2Items_Giveweapon (Only v1.0)
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