entWatch4: Add native, and comment old code.

This commit is contained in:
zaCade
2019-03-28 16:01:39 +01:00
parent 0a3adc0f5f
commit f5baf9495a
4 changed files with 36 additions and 18 deletions
@@ -41,6 +41,8 @@ public SharedPlugin __pl_entWatch_core =
native int EW_GetItemCount();
native CItem EW_GetItemData(int index);
forward void EW_OnClientItemDrop(int client, int index);
forward void EW_OnClientItemDeath(int client, int index);
forward void EW_OnClientItemPickup(int client, int index);