07.03.2014, 20:10
Yes, I still post here.
Well, I tried to make a system, but I get a error with hashing the rank array, shown below.
That's the error I am getting, and this is the code I'm using that is giving the error.
Oh, and please don't mention to me about using Whirlpool, I know it's safer, but since this is just a private server for testing with friends, safety isn't my biggest concern.
I know this is probably a very easy fix, but I can't see it lol.
Well, I tried to make a system, but I get a error with hashing the rank array, shown below.
Код:
(685) : error 032: array index out of bounds (variable "rank") (686) : error 032: array index out of bounds (variable "rank")
Код:
rank[24] = udb_hash(rank[24]); // Line 685 PlayerInfo[playerid][pRank] = rank[24]; // Line 686
I know this is probably a very easy fix, but I can't see it lol.