05.06.2013, 23:41
I did a quick search but I didn't really come across anything. Basically, I would like to be able to determine a variable's tag.
For example:
varName is has a bool tag, varName2 has a float tag. Is there a function in PAWN I can use to determine what those are for particular variables?
For example:
pawn Код:
new
bool:varName,
Float:varName2
;