08.06.2012, 01:52
i dont know the answer to the first question sorry but for the second.
yes it is just add it in front of the var / function
but note they are still all integers!
yes it is just add it in front of the var / function
pawn Code:
//no tag
new VarWithoutTag;
stock SomeFunc(Arg)
{
}
//with custom tag
new MyTag:VarWithTag;
stock MyTag:SomeFunc(MyTag:Arg)
{
}
//
const Map:init=0,Map:name[32],Map:cache;
but note they are still all integers!