08.06.2012, 01:29
Why don't they work in sa-mp?
The above code goes highwire and spits a couple errors. I wonder why?
Also: Is there a way to create your own tags? Since it doesn't seem to work for me trying constants at least.
The above doesn't work either. So yeah, is it possible to define your own tags or will you have to depend on #defines?
Thanks for the answers, couldn't really find much on it.
pawn Code:
new EX_g_Map[bool: .init,.name{32},bool: .cache];
EX_g_Map[.init] = true;
Also: Is there a way to create your own tags? Since it doesn't seem to work for me trying constants at least.
pawn Code:
const Map: {init=0,name[32],cache};
Thanks for the answers, couldn't really find much on it.