[Pedido] /pintar [Cor ID] [Cor 2 ID]
#7

Ou entгo tenta este:

pawn Код:
if(strcmp(cmd, "/pintar", true) == 0) {
new aname[MAX_PLAYER_NAME];
GetPlayerName(playerid, aname, MAX_PLAYER_NAME);
new tmp[256];
new cor1,cor2;
new veiculo;
tmp = strtok(cmdtext,idx);
cor1 = strval(tmp);
tmp = strtok(cmdtext, idx);
if(!strlen(tmp)) {
SendClientMessage(playerid, 0x33AA33A, "/pintar [cor1] [cor2]");
return 1;
}

cor2 = strval(tmp);
veiculo = GetPlayerVehicleID(playerid);
if(IsPlayerInVehicle(playerid,veiculo)){
ChangeVehicleColor(veiculo,cor1,cor2);
format(string, sizeof(string), "(~) Cores Alteradas para [%d] e [%d].", aname, playerid, cor1, cor2);
SendClientMessage(playerid, 0xFF2F2FAA, string);
return 1;
}
}
}
Tu pode botar /cor 999999999 99999999999 q vai >_< so q vai sair preto cores acima de 300
Reply


Messages In This Thread
[Pedido] /pintar [Cor ID] [Cor 2 ID] - by Gustavo_Samp - 17.11.2011, 19:04
Re: Ajude-Me - by ViniBorn - 17.11.2011, 19:36
Re: Ajude-Me - by Gustavo_Samp - 17.11.2011, 21:29
Re: Ajude-Me - by [KoS]Izaac - 17.11.2011, 22:05
Re: Ajude-Me - by [R] ousenber [K] - 17.11.2011, 22:08
Re: Ajude-Me - by Gustavo_Samp - 17.11.2011, 22:10
Re: Ajude-Me - by dPlaYer_ - 17.11.2011, 22:11

Forum Jump:


Users browsing this thread: 1 Guest(s)