alguem pode me ajugar com esses Warnings?
codigo
codigo:
quem puder ajudar agradeço
PHP Code:
BPS.pwn(41603) : warning 202: number of arguments does not match definition
PHP Code:
CMD:pulartuto(playerid, params[])
{
if(PlayerInfo[playerid][pAdmin] < 1)
{
SendClientMessage(playerid, COLOR_GRAD1, " Você não pode usar este comando!");
return 1;
}
if(!admtrampando[playerid])
return SendClientMessage(playerid, COLOR_GRAD1, " Você não pode usar este comando, pois não está em modo trabalho!");
new para1;
if(sscanf(params, "u", para1))
{
SendClientMessage(playerid, COLOR_GRAD2, "USE: /pulartuto [ID do Player]");
return 1;
}
GetPlayerName(para1, giveplayer, sizeof(giveplayer));
GetPlayerName(playerid, sendername, sizeof(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(string, sizeof string, "Você pulou o tutorial de %s", giveplayer);
SendClientMessage(playerid, COLOR_LIGHTGREEN, string);
format(string, sizeof string, "O admin %s te livrou do tutorial", sendername);
SendClientMessage(para1, COLOR_LIGHTGREEN, string);
NumeroTutorial[para1] = 19;
STuto(para1, NumeroTutorial[para1]); //o problema esta nessa linha
format(string, 128, "INFO: %s pulou o tutorial de %s",sendername, giveplayer);
ABroadCast(COLOR_LIGHTGREEN,string,1);
//BPSLogs("comandosadmin", string);
}
}
return 1;
}
PHP Code:
BPS.pwn(68962) : warning 202: number of arguments does not match definition
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);