View Single Post
ksaju
New Member
Join Date: Dec 2018
Old 12-29-2018 , 06:38   Re: [TUT] nVault Top 15
Reply With Quote #5

<56> error 021: symbol already defined: "gExp"
Code:
enum PlayerData
{
    PlayerName[ 32 ],
    gExp[PLAYERS+1]
}
new gMaxHealth[PLAYERS+1], gExp[PLAYERS+1][PlayerData], gLvl[PLAYERS+1], gPoint[PLAYERS+1], gKey[PLAYERS+1];
What I do wrong??
ksaju is offline