07.03.2014, 20:56
If I'm not mistaken udb_hash returns an integer and you try to set the 24th index of rank array. If rank has size of 24, then the max valid bound is 23.
So if you want to store something to array and then use it in udb_hash and the result onto pRank:
If it's something else you want to do, please explain and show how you declared rank as well.
So if you want to store something to array and then use it in udb_hash and the result onto pRank:
pawn Код:
PlayerInfo[playerid][pRank] = udb_hash(rank);