Remove template checking, doesnt work.

Consider GetGameTime() alternative?
This commit is contained in:
zaCade
2019-04-08 12:53:24 +02:00
parent 39df383460
commit 4dc220bda3
3 changed files with 3 additions and 40 deletions
-13
View File
@@ -12,7 +12,6 @@ methodmap CItem < Basic
myclass.SetHandle("dConfig", value);
myclass.SetInt("iTempID", -1);
myclass.SetInt("iClient", INVALID_ENT_REFERENCE);
myclass.SetInt("iButton", INVALID_ENT_REFERENCE);
myclass.SetInt("iWeapon", INVALID_ENT_REFERENCE);
@@ -38,18 +37,6 @@ methodmap CItem < Basic
}
property int iTempID
{
public get()
{
return this.GetInt("iTempID");
}
public set(int value)
{
this.SetInt("iTempID", value);
}
}
property int iClient
{
public get()