11.06.2011, 21:03
you define return tags as following:
The only useful macro like you posted that I've ever used was:
That allowed me to do this:
When you put the underscore (_) tag, it's the same as not putting a tag at all.
pawn Код:
stock bool:FUnkshion()
stock Float:FUnkshion()
stock bool:FUnkshion()
pawn Код:
#define int _
pawn Код:
stock int:FUnkshion()