[AJUDA] Como fazer isso..
#9

Bom, percebi que vocкs tem que revisar muito o code de vocкs, se quiserem saber o erro, й sу pedir

Um jeito fбcil e rбpido:

pawn Код:
//No OnGameModeInit:
SetTimer("CheckSubZero", 1000, 1);
new caminhao=CreateVehicle(IDCaminhao,X,Y,Z,Rot,Cor1,Cor2,Respawn);
new engate=CreateVehicle(IDTrailer,X,Y,Z,Rot,Cor1,Cor2,Respawn);


//Embaixo do GameMode:
forward CheckSubZero();
public CheckSubZero()
{
    if(GetVehicleTrailer(caminhao)==engate)
    {
        //se o ENGATE for o trailer do CAMINHAO, executa aqui
    }
}
Reply


Messages In This Thread
[AJUDA] Como fazer isso.. - by PawninG - 18.10.2010, 11:58
Re: [AJUDA] Como fazer isso.. - by [BEP]AcerPilot - 18.10.2010, 12:28
Re: [AJUDA] Como fazer isso.. - by PawninG - 18.10.2010, 12:30
Re: [AJUDA] Como fazer isso.. - by [BEP]AcerPilot - 18.10.2010, 13:03
Re: [AJUDA] Como fazer isso.. - by HigorOliverr - 18.10.2010, 13:10
Re: [AJUDA] Como fazer isso.. - by PawninG - 18.10.2010, 13:17
Re: [AJUDA] Como fazer isso.. - by HigorOliverr - 18.10.2010, 13:19
Re: [AJUDA] Como fazer isso.. - by zSuYaNw - 18.10.2010, 17:57
Re: [AJUDA] Como fazer isso.. - by SuB_ZeRo0_ - 18.10.2010, 20:29

Forum Jump:


Users browsing this thread: 2 Guest(s)