I don't know if it is possible... but I want to create a variable in pawn language that is a copy of the values in one database...
Well, it's hard to explain what I want because I don't know exatcly what it would be..
Well.. there is one column in the database that has 1 to (infinite numbers, any value I want, it could be 999).. and I would like to have some kind of variable that would be each of this numbers... something that would be like this:
variable[0] means the same as value 0 in one column...
variable[1] means the same as value 1 in the same column...
...
What I am trying to do is like a copy of the column but without creating another in SQL... but I want to have 2 values differents for the columns...
Would be... In the script, one value of the oficial column (database) is assigned... and another value is assigned to another thing in the columns's copy, that would be something like a variable...
I AM TRULY SORRY if it's not clear to understand.. but it was really hard to put in words what I want
If you want to ask me some extra info go ahead...
and if you tell me another way it would be good too