[Ajuda] Adicionar serverpassword em jogo?
#3

Quote:
Originally Posted by SammyJ
Посмотреть сообщение
PHP код:
CMD:trancarservidor(playeridparams[])
{
    if ( 
isnull(params) )
        return 
SendClientMessage(playerid0xFFBB00FF"Erro: Uso Correto /trancarservidor [senha]");
    new 
str[128];
    
format(str128"password %s"params);
    
SendRconCommand(str);
    
    
SendClientMessage(playerid0x00BBFFFF"Servidor trancado.");
    return 
true
}
CMD:destrancarservidor(playerid)
{
    
SendRconCommand("password 0");
    
SendClientMessage(playerid0x00BBFFFF"Servidor destrancado.");
    return 
true

Muito obrigado!
Reply


Messages In This Thread
Adicionar serverpassword em jogo? - by Ley - 22.05.2018, 09:01
Re: Adicionar serverpassword em jogo? - by SammyJ - 22.05.2018, 09:46
Re: Adicionar serverpassword em jogo? - by Ley - 22.05.2018, 09:57

Forum Jump:


Users browsing this thread: 1 Guest(s)