21.06.2009, 07:48
Why the level set to 1 only for ID 0?
EDIT:
Thanks for helping. I want to know hot to make levels as much as i want? I do this:
My levels is with EXP:
To get into second level, i should get 1000 exp points.
That's what I've done, and i don't know what to do next.
pawn Код:
new Level[MAX_PLAYERS] = 1;
Thanks for helping. I want to know hot to make levels as much as i want? I do this:
pawn Код:
#define MAX_LEVEL 100
To get into second level, i should get 1000 exp points.
pawn Код:
stock PlayerLevel(playerid)
{
if(IsplayerConnected(playerid))
{
if(Logged[playerid])
{
for(new i; i<MAX_LEVEL; i++)