Resetting Enum.
#1

Код:
What is the best way to reset an enum?

Код:
new AccountData[MAX_PLAYERS][_accountData];
NOTE: I also got strings/Variables with array's in the enum

Код:
for(new x = 0; x < (_:_accountData); x++)
    {
        AccountData[playerid][_accountData:x] = 0;
    }
I tried that but it's giving tag mismatch warning
Fixed, nevermind.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)