09.07.2018, 06:13
You can't dynamically name a variable or create one.Variable names are for programmer' understanding.
If you want to use string as a key for accessing a member in compound data there are some plugins which implement hash map in pawn. Like this https://github.com/BigETI/pawn-map
If you want to use string as a key for accessing a member in compound data there are some plugins which implement hash map in pawn. Like this https://github.com/BigETI/pawn-map