error: 035: argument type mismatch (argument 2)
CMD:pintar(playerid,params[])
{
new String[128];
new tmp[24];
new tmp2[24];
if ( ! dini_Exists ( String ) )
return SendClientMessage ( playerid , -1 , "Vocк nгo possui um veiculo !" ) ;
if ( ! IsPlayerInVehicle ( playerid , CarroJogador [ playerid ] ) )
return SendClientMessage ( playerid , 0xFFFFFFAA , "Vocк nгo estб no seu veiculo." ) ;
if ( ! strlen ( tmp ) )
return SendClientMessage ( playerid , -1 , "Use /pintar [ Cor ]" ) ;
ChangeVehicleColor(GetPlayerVehicleID(playerid),tmp2,tmp2);//ESTA LINAH O ERRO
format ( String , sizeof ( String ) , "Voce Mudou a Cor do seu veiculo para : %i" , tmp2 ) ;
SendClientMessage ( playerid , -1 , String ) ;
return 1;
}
CMDintar(playerid,params[]) { new String[128]; new tmp[24]; new tmp2[24]; if ( ! dini_Exists ( String ) ) return SendClientMessage ( playerid , -1 , "Vocк nгo possui um veiculo !" ) ; if ( ! IsPlayerInVehicle ( playerid , CarroJogador [ playerid ] ) ) return SendClientMessage ( playerid , 0xFFFFFFAA , "Vocк nгo estб no seu veiculo." ) ; if ( ! strlen ( tmp ) ) return SendClientMessage ( playerid , -1 , "Use /pintar [ Cor ]" ) ; ChangeVehicleColor(GetPlayerVehicleID(playerid),tm p,tmp); format ( String , sizeof ( String ) , "Voce Mudou a Cor do seu veiculo para : %i" , tmp2 ) ; SendClientMessage ( playerid , -1 , String ) ; return 1; } |
CMDintar(playerid,params[]) { new String[128]; new tmp[24]; new tmp2[24]; if ( ! dini_Exists ( String ) ) return SendClientMessage ( playerid , -1 , "Vocк nгo possui um veiculo !" ) ; if ( ! IsPlayerInVehicle ( playerid , CarroJogador [ playerid ] ) ) return SendClientMessage ( playerid , 0xFFFFFFAA , "Vocк nгo estб no seu veiculo." ) ; if ( ! strlen ( tmp ) ) return SendClientMessage ( playerid , -1 , "Use /pintar [ Cor ]" ) ; ChangeVehicleColor(GetPlayerVehicleID(playerid)); format ( String , sizeof ( String ) , "Voce Mudou a Cor do seu veiculo para : %i" , tmp2 ) ; SendClientMessage ( playerid , -1 , String ) ; return 1; } |
CMDintar(playerid,params[]) { new vehicleid = GetPlayerVehicleID(playerid) new String[128],tmp[24],tmp2[24]; if (!dini_Exists ( String ) )return SendClientMessage ( playerid , -1 , "Vocк nгo possui um veiculo !" ) ; if (!IsPlayerInVehicle ( playerid , CarroJogador [ playerid ] ) )return SendClientMessage ( playerid , 0xFFFFFFAA , "Vocк nгo estб no seu veiculo." ) ; if (!strlen ( tmp ) )return SendClientMessage ( playerid , -1 , "Use /pintar [ Cor ]" ) ; ChangeVehicleColor(vehicleid),tmp,tmp2); format ( String , sizeof ( String ) , "Voce Mudou a Cor do seu veiculo para : %i" , tmp2 ) ; SendClientMessage ( playerid , -1 , String ) ; return 1; } |
CMD:pintar(playerid,params[])
{
new vehicleid = GetPlayerVehicleID(playerid)
new String[128],tmp[24],tmp2[24];
if (!dini_Exists ( String ) )return SendClientMessage ( playerid , -1 , "Vocк nгo possui um veiculo !" ) ;
if (!IsPlayerInVehicle ( playerid , CarroJogador [ playerid ] ) )return SendClientMessage ( playerid , 0xFFFFFFAA , "Vocк nгo estб no seu veiculo." ) ;
if (!strlen ( tmp ) )return SendClientMessage ( playerid , -1 , "Use /pintar [ Cor ]" ) ;
ChangeVehicleColor(vehicleid),tmp,tmp2);//ESTA LINAH O ERRO
format ( String , sizeof ( String ) , "Voce Mudou a Cor do seu veiculo para : %i" , tmp2 ) ;
SendClientMessage ( playerid , -1 , String ) ;
return 1;
}
CMDintar(playerid,params[]) { new vehicleid = GetPlayerVehicleID(playerid) new String[128],tmp[24],tmp2[24]; if (!dini_Exists ( String ) )return SendClientMessage ( playerid , -1 , "Vocк nгo possui um veiculo !" ) ; if (!IsPlayerInVehicle ( playerid , CarroJogador [ playerid ] ) )return SendClientMessage ( playerid , 0xFFFFFFAA , "Vocк nгo estб no seu veiculo." ) ; if (!strlen ( tmp ) )return SendClientMessage ( playerid , -1 , "Use /pintar [ Cor ]" ) ; ChangeVehicleColor(vehicleid,tmp,tmp2);//ESTA LINAH O ERRO format ( String , sizeof ( String ) , "Voce Mudou a Cor do seu veiculo para : %i" , tmp2, "") ; SendClientMessage ( playerid , -1 , String ) ; return 1; } |
CMD:pintar(playerid,params[])
{
new vehicleid = GetPlayerVehicleID(playerid)
new String[128],tmp[24],tmp2[24];
if (!dini_Exists ( String ) )return SendClientMessage ( playerid , -1 , "Vocк nгo possui um veiculo !" ) ;
if (!IsPlayerInVehicle ( playerid , CarroJogador [ playerid ] ) )return SendClientMessage ( playerid , 0xFFFFFFAA , "Vocк nгo estб no seu veiculo." ) ;
if (!strlen ( tmp ) )return SendClientMessage ( playerid , -1 , "Use /pintar [ Cor ]" ) ;
ChangeVehicleColor(vehicleid,tmp,tmp2);//ESTA LINAH O ERRO
format ( String , sizeof ( String ) , "Voce Mudou a Cor do seu veiculo para : %i" , tmp2 ) ;
SendClientMessage ( playerid , -1 , String ) ;
return 1;
}
CMD:pintar(playerid, params[]) {
new aname[MAX_PLAYER_NAME];
GetPlayerName(playerid, aname, MAX_PLAYER_NAME);
format(file, sizeof(file), PASTA_CONTAS, aname);
if(dini_Int(file, "Profissao") == Mecanico || dini_Int(file, "VIP") == 1 || dini_Int(file, "aAdmin") == 1 || IsPlayerAdmin(playerid) == 1){
new tmp[256];
new cor1,cor2;
new veiculo;
tmp = strtok(cmd,idx);
cor1 = strval(tmp);
tmp = strtok(cmd, idx);
if(!strlen(tmp)) {
SendClientMessage(playerid, Vermelho, "/pintar [cor1] [cor2]");
return 1;
}
cor2 = strval(tmp);
veiculo = GetPlayerVehicleID(playerid);
if(IsPlayerInVehicle(playerid,veiculo)){
ChangeVehicleColor(veiculo,cor1,cor2);
format(string, sizeof(string), "* Mecanico %s(ID: %d) vocк trocou a cor do carro para %d e %d, cobre pelo serviзo.", aname, playerid, cor1, cor2);
SendClientMessage(playerid, Blue, string);
return 1;
}
}
}
CMD:pintar(playerid,params[])
{
new String[128];
if ( ! dini_Exists ( String ) )
return SendClientMessage ( playerid , -1 , "Vocк nгo possui um veiculo !" ) ;
if ( ! IsPlayerInVehicle ( playerid , CarroJogador [ playerid ] ) )
return SendClientMessage ( playerid , 0xFFFFFFAA , "Vocк nгo estб no seu veiculo." ) ;
if ( ! strlen ( params ) )
return SendClientMessage ( playerid , -1 , "Use /pintar [ Cor ]" ) ;
ChangeVehicleColor(GetPlayerVehicleID(playerid), strval(params),strval(params));
format ( String , sizeof ( String ) , "Voce Mudou a Cor do seu veiculo para : %i" , strval(params) ) ;
SendClientMessage ( playerid , -1 , String ) ;
return 1;
}