[Ajuda] NIVEL DE PROCURADO
#1

Seguinte, tenho um comando que seta o nivel de procurado do player para o nivel que eu quiser, porem estava tentando mudar e acabei fazendo merda. agora toda vez que alguem usa o comando ele seta o nivel de procurado para 1.

queria a seguinte ajuda, consertar esse erro e quando eu usar o comando aparecer uma mensagem para qual nivel de procurado eu setei. tipo assim. "Voce setou seu nivel de procurado para %s"


segue codigo do comando.


PHP код:
COMMAND:estrelas(playeridparams[])
{
    new 
OtherPlayerStars;
    
// Send the command to all admins so they can see it
    
SendAdminText(playerid"/estrelas"params);
    
// Check if the player has logged in
    
if (APlayerData[playerid][LoggedIn] == true)
    {
        
// Check if the player's admin-level is at least 2
        
if (APlayerData[playerid][PlayerLevel] >= 2)
        {
            if (
sscanf(params"ui"OtherPlayerStars)) SendClientMessage(playerid0xFF0000AA"Use: /estrelas [id] [nivel]");
            else
                if (
IsPlayerConnected(OtherPlayer))
                
SetPlayerWantedLevel playeridGetPlayerWantedLevel(playerid));
                else
                
SendClientMessage(playerid0xFF0000FF"{FF0000}Esse jogador nгo estб online.");
        }
        else
            return 
0;
    }
    else
        return 
0;
    
// Let the server know that this was a valid command
    
return 1;

Reply


Messages In This Thread
NIVEL DE PROCURADO - by Hades12 - 03.03.2019, 14:54
Re: NIVEL DE PROCURADO - by yAndrey - 03.03.2019, 15:31
Re: NIVEL DE PROCURADO - by Hades12 - 03.03.2019, 19:39
Re: NIVEL DE PROCURADO - by yAndrey - 03.03.2019, 19:40
Re: NIVEL DE PROCURADO - by Hades12 - 03.03.2019, 19:44
Re: NIVEL DE PROCURADO - by Felipealves - 03.03.2019, 19:58
Re: NIVEL DE PROCURADO - by Hades12 - 03.03.2019, 20:07
Re: NIVEL DE PROCURADO - by NWDMadara - 03.03.2019, 20:39
Re: NIVEL DE PROCURADO - by Felipealves - 03.03.2019, 21:32
Re: NIVEL DE PROCURADO - by NWDMadara - 03.03.2019, 21:38

Forum Jump:


Users browsing this thread: 4 Guest(s)