question
#6

Mm okey.

pawn Код:
SetTimer( "LevelUp",1000,true );

forward LevelUp(  );
public LevelUp(  )
{
    for( new playerid = 0; playerid != MAX_PLAYERS; playerid++ )
    {
        if( !IsPlayerConnected( playerid )) continue;
       
        GetPlayerScore( playerid,SetPlayerScore( playerid )+1 );
        if( GetPlayerScore( playerid ) >= 100 )
        {
            //Your Variable
        }
    }
    return true;
}
Reply


Messages In This Thread
question - by iJumbo - 18.04.2011, 11:01
Re: question - by Raimis_R - 18.04.2011, 11:02
Re: question - by Cjgogo - 18.04.2011, 11:08
Re: question - by Raimis_R - 18.04.2011, 11:13
Re: question - by Lorenc_ - 18.04.2011, 11:17
Re: question - by Raimis_R - 18.04.2011, 11:22
Re: question - by iJumbo - 18.04.2011, 11:38

Forum Jump:


Users browsing this thread: 3 Guest(s)