Only for ID 0
#1

Why the level set to 1 only for ID 0?
pawn Код:
new Level[MAX_PLAYERS] = 1;
EDIT:

Thanks for helping. I want to know hot to make levels as much as i want? I do this:
pawn Код:
#define MAX_LEVEL 100
My levels is with EXP:
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++)
That's what I've done, and i don't know what to do next.
Reply


Messages In This Thread
Only for ID 0 - by arnutisz - 21.06.2009, 07:48
Re: Only for ID 0 - by woot - 21.06.2009, 08:26
Re: Only for ID 0 - by DiDok - 21.06.2009, 08:29
Re: Only for ID 0 - by [nl]daplayer - 21.06.2009, 08:38
Re: Only for ID 0 - by arnutisz - 21.06.2009, 08:42
Re: Only for ID 0 - by arnutisz - 21.06.2009, 08:47
Re: Only for ID 0 - by [nl]daplayer - 21.06.2009, 08:51
Re: Only for ID 0 - by woot - 21.06.2009, 08:55
Re: Only for ID 0 - by arnutisz - 21.06.2009, 09:09
Re: Only for ID 0 - by Donny_k - 21.06.2009, 12:50

Forum Jump:


Users browsing this thread: 1 Guest(s)