2021-01-19, 07:16 PM
(2021-01-19, 06:37 PM)Pinch Wrote: That's NOT how you are supposed to create a function.
Code:tag:function()
{
? ? return tag; // i.e. false if bool:function
}
You don't need a tag if you won't use it.
Thanks, I last programmed PAWN like 3/4 years ago. I was following a tutorial which added tags, hence the confusion.