20.01.2013, 16:50
OK, here are my defines:
Here is my LvlName:
It is at the top of my script, out of any publics.
Also, the ranks thing is here (It is more than 100 lines, so its pastebin):
http://pastebin.com/R1nE8u3p
And my forward for that is at the top of my script.
pawn Код:
enum pInfo
{
Password,
Cash,
LoggedIn,
Score,
Admin,
Operator,
Rank,
Xp,
Protected,
CapturingZone,
Connects,
Disconnects,
LoginAttempts,
Kills,
Deaths,
LastOn,
RegisterDate,
RegisterTime,
Streak,
PlayersInZone,
CDP,
Level //This one is the level number
}
pawn Код:
new LvlName[128];
Also, the ranks thing is here (It is more than 100 lines, so its pastebin):
http://pastebin.com/R1nE8u3p
And my forward for that is at the top of my script.