SA-MP Forums Archive
[Ajuda] Comando /Tunar - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Comando /Tunar (/showthread.php?tid=480225)



[Ajuda] Comando /Tunar - IGp - 09.12.2013

Bom dia, boa tarde ou boa noite a todos.
Estou a procura de um comando para tunar carros, apenas para players sуcios, nгo encontrei nenhum, entгo comeзei a fazer minha prуpria base. O comando й simples, porem in-game dб aquele erro : Unknow Command.
Postarei o meu comando, e caso alguem ajude agradeзo desde jб!

Код:
	if(strcmp(cmd, "/autotunar", true)==0)
	{
	if(!IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid,COLOR_GREY,"Vocк nгo estб em um veнculo!");
	if(PlayerInfo[playerid][pSocio] == 1)
	{
	AddVehicleComponent(1010);
	AddVehicleComponent(1087);
	AddVehicleComponent(1085);
	}
	return 1;
	}



Re: [Ajuda] Comando /Tunar - PT - 09.12.2013

pawn Код:
if(strcmp(cmd, "/autotunar", true)==0)
{
    if(!IsPlayerInAnyVehicle(playerid))
        return SendClientMessage(playerid,COLOR_GREY,"Vocк nгo estб em um veнculo!");
    if(PlayerInfo[playerid][pSocio] == 1)
    {
        new carropt = GetPlayerVehicleID(playerid);
        AddVehicleComponent(carropt, 1010);
        AddVehicleComponent(carropt, 1087);
        AddVehicleComponent(carropt, 1085);
    }
    return 1;
}



Re: [Ajuda] Comando /Tunar - IGp - 09.12.2013

Certinho PT, obrigado
Pode dar @Closed