Tracking Items Used
Discussion in 'Rust Development' started by dofof37, Dec 31, 2015.
-
For timed explosives you could use
Hooks like this are in the docs, you should check it out Oxide API for RustCode:void OnExplosiveThrown(BasePlayer player, BaseEntity entity) { if (entity.prefabID == 498591726) //c4 item id //collect your information here }
