[PEDIDO] /pintar
#2

pawn Код:
if(strcmp(cmd, "/pintar", true) == 0)
{
new cor1, cor2;
new veiculo;
tmp = strtok(cmdtext, idx);
cor1 = strval(tmp);
tmp = strtok(cmdtext, idx);
if(!strlen(tmp)) {
SendClientMessage(playerid, Vermelho,"USE: /pintar [cor 1] [cor 2]");
return 1;}
cor2 = strval(tmp);
veiculo = GetPlayerVehicleID(playerid);
if(IsPlayerInVehicle(playerid,veiculo)){
ChangeVehicleColor(veiculo,cor1,cor2);
SendClientMessage(playerid,0x00FF7FAA, "[INFO] Veнculo repintado com sucesso!");
return 1;}
}
Reply


Messages In This Thread
[PEDIDO] /pintar - by Hancoc - 13.01.2012, 11:55
Re: [PEDIDO] /pintar - by 4LiSs0N - 13.01.2012, 11:56
Re: [PEDIDO] /pintar - by Hancoc - 13.01.2012, 11:57
Re: [PEDIDO] /pintar - by BlackCoder - 13.01.2012, 17:20

Forum Jump:


Users browsing this thread: 1 Guest(s)