[Ajuda] Como resolver isso ?
#4

pawn Код:
new VariavelORG[MAX_PLAYERS];

stock MudarCorORG(playerid){//use como base
if(VariavelORG[playerid] == 1) return SetPlayerColor(playerid, COR_DA_ORG1);
else if(VariavelORG[playerid] == 2) return SetPlayerColor(playerid, COR_DA_ORG2);
else if(VariavelORG[playerid] == 3) return SetPlayerColor(playerid, COR_DA_ORG3);
else if(VariavelORG[playerid] == 4) return SetPlayerColor(playerid, COR_DA_ORG4);
else if(VariavelORG[playerid] == 5) return SetPlayerColor(playerid, COR_DA_ORG5);
return 1;
}

MudarCorORG(playerid); //adcione isto em todos os sistema que muda org
Reply


Messages In This Thread
[Ajuda] Como resolver isso ? - by gustavotxd - 17.06.2013, 13:08
Respuesta: [Ajuda] Como resolver isso ? - by Wendell - 17.06.2013, 14:10
Re: [Ajuda] Como resolver isso ? - by gustavotxd - 17.06.2013, 14:35
Re: [Ajuda] Como resolver isso ? - by -GooGle- - 17.06.2013, 14:44
Re: [Ajuda] Como resolver isso ? - by gustavotxd - 17.06.2013, 14:45
Re: [Ajuda] Como resolver isso ? - by gustavotxd - 17.06.2013, 14:55
Re: [Ajuda] Como resolver isso ? - by -GooGle- - 17.06.2013, 16:06
Re: [Ajuda] Como resolver isso ? - by gustavotxd - 17.06.2013, 16:14
Re: [Ajuda] Como resolver isso ? - by -GooGle- - 17.06.2013, 16:17
Re: [Ajuda] Como resolver isso ? - by gustavotxd - 17.06.2013, 20:43

Forum Jump:


Users browsing this thread: 3 Guest(s)