entWatch4: Add native, and comment old code.

This commit is contained in:
zaCade
2019-03-28 16:01:39 +01:00
parent c0c6dd3179
commit e43d77b477
4 changed files with 36 additions and 18 deletions
+2 -2
View File
@@ -28,7 +28,7 @@ public Plugin myinfo =
//----------------------------------------------------------------------------------------------------
public void OnGameFrame()
{
if (EW_GetItemCount())
/* if (EW_GetItemCount())
{
char sHUDFormat[250];
char sHUDBuffer[64];
@@ -114,5 +114,5 @@ public void OnGameFrame()
BfWriteByte(hMessage, 1);
BfWriteString(hMessage, sHUDFormat);
EndMessage();
}
}*/
}