28.08.2012, 09:29
Yes, enums is used to store data, like
that means that you give 10k money to a player, you can do that with pvars instead, check out this:
https://sampwiki.blast.hk/wiki/Per-player_variable_system
Code:
playerinfo[playerid][money] = 10000; INDEX NAME (Giving it a value)
https://sampwiki.blast.hk/wiki/Per-player_variable_system