Sistema De /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: Sistema De /tunar (
/showthread.php?tid=124324)
Sistema De /tunar -
Michel_Vegeta - 30.01.2010
Gente da uma olhada:
if(strcmp(cmd, "/tunar", true) == 0)
{
if(PlayerInfo[playerid][pMembro] == 24 || PlayerInfo[playerid][pLider] == 24)
{
ShowPlayerDialog(playerid, 6, DIALOG_STYLE_LIST, "Menu De Tunar:", "Rodas\nCores\nCores\nNitro\nSuspensгo\nAutoTunar" , "Selecionar", "Cancelar");
{
SendClientMessage(playerid, COLOR_GRAD1, " Vocк Nгo й Um Drifter.");
}
}
return 1;
}
O Que Adiciono Nesse Comando Pra Sу Poder Usar Ele Se Tive Dentro Do Carro ?
Re: Sistema De /tunar -
ObScUR3_ - 30.01.2010
if(strcmp(cmd, "/tunar", true) == 0)
{
if(!IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid,COR,"Vocк nao esta no veiculo blablabla");
if(PlayerInfo[playerid][pMembro] == 24 || PlayerInfo[playerid][pLider] == 24)
{
ShowPlayerDialog(playerid, 6, DIALOG_STYLE_LIST, "Menu De Tunar:", "Rodas\nCores\nCores\nNitro\nSuspensгo\nAutoTunar" , "Selecionar", "Cancelar");
{
SendClientMessage(playerid, COLOR_GRAD1, " Vocк Nгo й Um Drifter.");
}
}
return 1;
}
Re: Sistema De /tunar -
Michel_Vegeta - 30.01.2010
Boa Vlw Closed !