[Pedido] Sistema de corregedor.
#3

Sу uma base, agora sу fazer o salvamento.

flw

PHP код:
new bool:xAfastado MAX_PLAYERS ] ;
COMMAND:afastarpolicial playeridparams[] )
{
    static
        
xCelulas 128 ], xNome 21 ] ;
        
    if ( 
isnull params ) )
        return 
SendClientMessage playerid, -1"[ USE ]: /afastarpolicial [ID]" ) ;
    
    
GetPlayerName playeridxNome21 ) ;
    
    
format xCelulas128"[ AVISO ]: Vocк foi afastado pelo policial da corregedoria %s"xNome ) ;
    
SendClientMessage strval params ), -1xCelulas ) ;
    
    
xAfastado strval params ) ] = true ;
    
    return 
;
}
COMMAND:retirarafastamento playeridparams[] )
{
    static
        
xCelulas 128 ], xNome 21 ] ;
    
    if ( 
isnull params ) )
        return 
SendClientMessage playerid, -1"[ USE ]: /retirarafastamento [ID]" ) ;
        
    
GetPlayerName playeridxNome21 ) ;
    
    
format xCelulas128"[ AVISO ]: Vocк foi retirado do afastamento pelo policial da corregedoria %s"xNome ) ;
    
SendClientMessage strval params ), -1xCelulas ) ;
    
    
xAfastado strval params ) ] = false ;
    
    return 
;

Reply


Messages In This Thread
Sistema de corregedor. - by HumildadeForevis - 04.06.2013, 00:47
Re: Sistema de corregedor. - by -GooGle- - 04.06.2013, 00:55
Re: Sistema de corregedor. - by smiiir - 04.06.2013, 00:56
Re: Sistema de corregedor. - by HumildadeForevis - 04.06.2013, 17:15
Re: Sistema de corregedor. - by ProKillerpa - 04.06.2013, 22:51

Forum Jump:


Users browsing this thread: 1 Guest(s)