SA-MP Forums Archive
[AJUDA]SISTEMA DE ENGINE NO SAMP 0.3C - 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]SISTEMA DE ENGINE NO SAMP 0.3C (/showthread.php?tid=208383)



[AJUDA]SISTEMA DE ENGINE NO SAMP 0.3C - gabrielbnv - 08.01.2011

Bom Galera, Tava Tentando Aki Mais NuM Consegui, Nessa Nova Versгo do Samp Vem as Funзхes de Ligar/Desligar Carros/Farol, Abrir/Fechar porta, capo e Porta Malas.

Queria Saber Como ponho Isso No Meu GM, ele ja ta nas includes do 0.3c so falta fazer isso, Alguem da um Help Ai?


Re: [AJUDA]SISTEMA DE ENGINE NO SAMP 0.3C - Sa-mp scripter - 08.01.2011

pawn Код:
new motor[MAX_PLAYERS], luz[MAX_PLAYERS], alarme[MAX_PLAYERS], portas[MAX_PLAYERS], capф[MAX_PLAYERS], portamalas[MAX_PLAYERS], objetivo[MAX_PLAYERS];
pawn Код:
new sistemadecarro = GetPlayerVehicleID(playerid);
pawn Код:
public OnGameModeInit()
{
    ManualVehicleEngineAndLights();
}
pawn Код:
if (strcmp("/ligar motor", cmdtext, true, 10) == 0)
{
    new mot, lu, alar, por, cap, porma, ob;

    if(motor[playerid] == 0)//Quando estб desligado.
    {
        GetVehicleParamsEx(carro, mot, lu, alar, por, cap, porma, ob);
        SetVehicleParamsEx(carro, VEHICLE_PARAMS_ON, lu, alar, por, cap, porma, ob);
        motor[playerid] = 1;//1 й igual a ligado e 0 й igual a desligado.
    }
}



Re: [AJUDA]SISTEMA DE ENGINE NO SAMP 0.3C - gabrielbnv - 08.01.2011

mais ai so liga o motor?


Re: [AJUDA]SISTEMA DE ENGINE NO SAMP 0.3C - Bruno Pereira - 08.01.2011

Quote:
Originally Posted by gabrielbnv
Посмотреть сообщение
mais ai so liga o motor?
Sou novato em pawno, mas pelo oque eu entendi ele liga tudo quando digita /ligar motor, eu achei isso por causa dessa linha:

pawn Код:
GetVehicleParamsEx(carro, mot, lu, alar, por, cap, porma, ob);
SetVehicleParamsEx(carro, VEHICLE_PARAMS_ON, lu, alar, por, cap, porma, ob);



Re: [AJUDA]SISTEMA DE ENGINE NO SAMP 0.3C - gabrielbnv - 08.01.2011

Agora Olhando eu Entendi, Ele Meu deu o Comeзo ja de ligar o motor, pego as variaveis e faзo das portas luzes e talz
vou ver oque consigo aki.


Re: [AJUDA]SISTEMA DE ENGINE NO SAMP 0.3C - Bruno Pereira - 08.01.2011

Quote:
Originally Posted by gabrielbnv
Посмотреть сообщение
Agora Olhando eu Entendi, Ele Meu deu o Comeзo ja de ligar o motor, pego as variaveis e faзo das portas luzes e talz
vou ver oque consigo aki.
@Samp Scripter
Olha sua caixa de mensagem porfavor!


@Topic
Isso ae, eu tambem nгo sabia como ligava.
Na nova versгo do meu GM no SAMP 0.3c
Vou tentar fazer os comandos:
/ligarmotor
/desligarmotor
/ligarluzes
/desligarluzes
/portamalasabrir
/portamalasfechar
etc...
Sу que tudo com alguma tecla
PElo menos o Motor e Da luz!


Re: [AJUDA]SISTEMA DE ENGINE NO SAMP 0.3C - gabrielbnv - 08.01.2011

Colokei esse comando so que ai o GM Nao Compila, da Compilado com sucesso mais fica 0kb la no Tamanho do GM =/


Re: [AJUDA]SISTEMA DE ENGINE NO SAMP 0.3C - [FeK]Knife - 08.01.2011

Da uma lida nisto daqui.
https://sampwiki.blast.hk/wiki/SetVehicleParamsEx
https://sampwiki.blast.hk/wiki/GetVehicleParamsEx

E faz o seu codigo com a base do que vocк aprendeu.



Re: [AJUDA]SISTEMA DE ENGINE NO SAMP 0.3C - jonas_gabriel - 08.01.2011

Search.

http://forum.sa-mp.com/showthread.ph...t=%2Fveh+ligar


Re: [AJUDA]SISTEMA DE ENGINE NO SAMP 0.3C - Caio_Cartaxo - 08.01.2011

vк esse include
ele й meu deus -q
http://forum.sa-mp.com/showthread.ph...include+engine