[Ajuda]Comando /agendar
#2

Nгo vou lhe dar cуdigo pronto, pois estou sem tempo, tenho aula jб..
Porйm, podes utilizar o cуdigo abaixo para verificar se um jogador esta online pelo nome.

pawn Код:
stock IsPlayerOnline ( const _name [ ] )
{
    new bool: yesno = false ;
    new name [ 24 ] ;
    for ( new p ; p != GetMaxPlayers ( ) ; ++p ) {
        if ( IsPlayerConnected ( p ) ) {
            GetPlayerName ( p , name , sizeof ( name ) ) ;
            if ( !strcmp ( name , _name , true ) ) {
                yesno = true ;
            }
        }
    }
    return yesno ;
}
Tente concluir seu sistema com base neste cуdigo.
Reply


Messages In This Thread
[Ajuda]Comando /agendar - by Matheus_Ecko - 27.04.2012, 18:09
Re: [Ajuda]Comando /agendar - by Jason` - 27.04.2012, 20:03
Re: [Ajuda]Comando /agendar - by Matheus_Ecko - 27.04.2012, 22:18

Forum Jump:


Users browsing this thread: 2 Guest(s)