[AJUDA] Objetos -
caoraivoso3 - 09.04.2012
Olб malta,eu queria saber como mudo a cor de um objeto,neste caso,queria mudar a cor da setinha, aquela setinha branca... tem como? fico grato
++REP
Re: [AJUDA] Objetos -
Delete_ - 09.04.2012
Eu acho que isso deve resolver:
SetObjectMaterial
Re: [AJUDA] Objetos -
caoraivoso3 - 09.04.2012
pawn Код:
if(blinker[playerid] == 2)
{
if(IsPlayerInAnyVehicle(playerid))
{
tmpcar = GetPlayerVehicleID(playerid);
GetVehiclePos(tmpcar, tmpx[playerid], tmpy[playerid], tmpz[playerid]);
GetVehicleZAngle(tmpcar, tmpang[playerid]);
if(Step[playerid] == 0)
{
arrow[playerid] = CreateObject(1318, tmpx[playerid], tmpy[playerid], tmpz[playerid]+0.7, 90, tmpang[playerid]-89, 180);
AttachObjectToPlayer(arrow[playerid], playerid, 0, 0, 1.7, 90, 269, 180);// EDITAR OBJECTO.
//GameTextForPlayer(playerid, "~g~<<<", 300, 4);
Step[playerid] = 1;
return 1;
}
if(Step[playerid] == 1)
{
duration[playerid]++;
DestroyObject(arrow[playerid]);
Step[playerid] = 0;
return 1;
}
}
}
return 1;
}
Isso ai й uma setinha branca... como meto em vermelho ou outra qualquer cor?
Re: [AJUDA] Objetos -
.FuneraL. - 09.04.2012
Se utilizar o SetObjectMaterial , Deverб colocar a cor assim :
Re: [AJUDA] Objetos -
caoraivoso3 - 09.04.2012
mas como troco
pawn Код:
AttachObjectToPlayer(arrow[playerid], playerid, 0, 0, 1.7, 90, 269, 180);
eplo setobjetmaterial....
Re: [AJUDA] Objetos -
Fernando Vinewood - 09.04.2012
https://sampwiki.blast.hk/wiki/SetObjectMaterial
SetObjectMaterial(objectid, materialindex, modelid, txdname[], texturename[], materialcolor);
Re: [AJUDA] Objetos -
Deanx - 09.04.2012
No objeto nгo sei se da para trocar a cor mais tem uns outros tipos de seta que sгo de cor diferente !
Re: [AJUDA] Objetos -
caoraivoso3 - 10.04.2012
Pois... mas tem algum site com id e imagem do objeto? porque aj vi sites,mas so tem id e nome -.-" e tou presisando tbm de ver...
Re: [AJUDA] Objetos -
lekizinho - 10.04.2012
https://sampwiki.blast.hk/wiki/Samp_objects
Apenas nгo tem as imagens dos objetos(Creio que seria difнcil tirar foto de milhares de objetos)
Re: [AJUDA] Objetos -
caoraivoso3 - 10.04.2012
mais uma duvida,isto й a parte de um codigo
pawn Код:
if(blinker[playerid] == 1)
{
if(IsPlayerInAnyVehicle(playerid))
{
tmpcar = GetPlayerVehicleID(playerid);
GetVehiclePos(tmpcar, tmpx[playerid], tmpy[playerid], tmpz[playerid]);
GetVehicleZAngle(tmpcar, tmpang[playerid]);
if(Step[playerid] == 0)
{
arrow[playerid] = CreateObject(19131, tmpx[playerid], tmpy[playerid], tmpz[playerid]+0.7, 90, tmpang[playerid]+89, 180);
AttachObjectToPlayer(arrow[playerid], playerid, 0, 0, 1.3, 90, 269, 180);// EDITAR OBJECTO.
//GameTextForPlayer(playerid, "~g~>>>", 300, 4);
Step[playerid] = 1;
return 1;
}
if(Step[playerid] == 1)
{
duration[playerid]++;
DestroyObject(arrow[playerid]);
Step[playerid] = 0;
return 1;
}
}
}
o objeto й o id "19131" so que o objeto,estб com a setinha apontada para o chгo,e eu queria que ela apontasse para o lado direito ">>>"