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)
+----- Forum: Lançamentos/Releases (https://sampforum.blast.hk/forumdisplay.php?fid=56)
+----- Thread: [AJUDA] Comando /Tunar (/showthread.php?tid=480217)



[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 - zG - 09.12.2013

vc postou na area errada '-'


Re: [AJUDA] Comando /Tunar - Schocc - 10.12.2013

REMOVED