Quantcast
Channel: SA-MP Forums
Viewing all articles
Browse latest Browse all 18226

[Ajuda] 2 Warnings

$
0
0
alguem pode me ajugar com esses Warnings?

PHP Code:

BPS.pwn(41603) : warning 202number of arguments does not match definition 

codigo
PHP Code:

    CMD:pulartuto(playeridparams[])
    {
            if(
PlayerInfo[playerid][pAdmin] < 1)
            {
                
SendClientMessage(playeridCOLOR_GRAD1"    Você não pode usar este comando!");
                return 
1;
            }
            if(!
admtrampando[playerid])
                    return 
SendClientMessage(playeridCOLOR_GRAD1" Você não pode usar este comando, pois não está em modo trabalho!");

            new 
para1;
            if(
sscanf(params"u"para1))
            {
                
SendClientMessage(playeridCOLOR_GRAD2"USE: /pulartuto [ID do Player]");
                return 
1;
            }
            
GetPlayerName(para1giveplayersizeof(giveplayer));
            
GetPlayerName(playeridsendernamesizeof(sendername));
            if(
IsPlayerConnected(para1))
            {
                if(
para1 != INVALID_PLAYER_ID)
                {
                    
//if(EmTutorial[para1] < 1) return SendClientMessage(playerid, COLOR_GREEN, "Este Jogador não está em um tutorial!");
                    
new string[128];
                    
format(stringsizeof string"Você pulou o tutorial de %s"giveplayer);
                    
SendClientMessage(playeridCOLOR_LIGHTGREENstring);
                    
format(stringsizeof string"O admin %s te livrou do tutorial"sendername);
                    
SendClientMessage(para1COLOR_LIGHTGREENstring);
                    
NumeroTutorial[para1] = 19;
                    
STuto(para1NumeroTutorial[para1]); //o problema esta nessa linha
                    
format(string128"INFO: %s pulou o tutorial de %s",sendernamegiveplayer);
                    
ABroadCast(COLOR_LIGHTGREEN,string,1);
                    
//BPSLogs("comandosadmin", string);
                
}
            }
            return 
1;
    } 

PHP Code:

BPS.pwn(68962) : warning 202number of arguments does not match definition 

codigo:
PHP Code:

    if(newkeys 16 && !IsPlayerInAnyVehicle(playerid))
    {
        
ForT:enterexit(playerid#);
        
ForT:equipar(playerid#);
        
ForT:parma(playerid);
        
ForT:pitem(playerid);
        
ForT:esconder(playerid);
        
ForT:meuskin(playerid);  // o problema ta nessa linha
        
ForT:abcowna123(playerid);
        
ForT:pegarpresente(playerid);
        
ForT:cfarmacia(playerid);
        
PegarDroppedExplosivo(playerid); 

quem puder ajudar agradeço

Viewing all articles
Browse latest Browse all 18226

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>