17.07.2015, 20:16
pawn Код:
for(new i = 0; i < MAX_FURNI; i++)
{
if(FurniCode[i] == furnic)
{
}
Basically.
Furnicode is 6 random digits, I need to make sure that when a new code is allocated it doesn't match any other code in the server.
I need it to keep repeating until that becomes the case
What is the best way to do this?