[DuV]Comando De Reparar Carro
#7

eu uso este aqui, e funfa certinho:

Код:
if (!strcmp("/reparar", cmdtext))
{
if(IsPlayerInAnyVehicle(playerid))
{
RepairVehicle(GetPlayerVehicleID(playerid));
SendClientMessage(playerid, 0x33AA33AA, "Seu Veiculo Foi Reparado!");
}
else SendClientMessage(playerid, 0xAA3333AA, "Voce nao estб no veiculo!");
return 1;
}

  if (strcmp(cmdtext, "/pinga", true)==0){
    SendClientMessage(playerid, 0x33AA33AA, "Nгo dirija bкbado");
    SetPlayerSpecialAction(playerid,SPECIAL_ACTION_DRINK_BEER);
    return 1;
	}
Reply


Messages In This Thread
[DuV]Comando De Reparar Carro - by faeldk - 13.02.2010, 10:56
Re: [DuV]Comando De Reparar Carro - by RoamPT - 13.02.2010, 11:12
Re: [DuV]Comando De Reparar Carro - by xkinx - 13.02.2010, 15:22
Re: [DuV]Comando De Reparar Carro - by RoamPT - 13.02.2010, 15:25
Re: [DuV]Comando De Reparar Carro - by faeldk - 13.02.2010, 18:06
Re: [DuV]Comando De Reparar Carro - by [NNFc]MinDs - 13.02.2010, 18:12
Re: [DuV]Comando De Reparar Carro - by andmeida10 - 14.02.2010, 08:27
Re: [DuV]Comando De Reparar Carro - by faeldk - 25.02.2010, 12:53
Re: [DuV]Comando De Reparar Carro - by RoamPT - 25.02.2010, 13:41
Re: [DuV]Comando De Reparar Carro - by Comando_DS - 26.02.2010, 14:45

Forum Jump:


Users browsing this thread: 1 Guest(s)