Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 636 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 636 Bytes

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