How can I make the bikes 'engine' be turned on when they spawn/ respawn?
#3

pawn Код:
public IsModelABycicle(carid)
{
    new modelid = GetVehicleModel(carid);
    if(modelid == 509 || modelid == 481 || modelid == 510)
    {
        return 1;
    }
    return 0;
}
Reply


Messages In This Thread
How can I make the bikes 'engine' be turned on when they spawn/ respawn? - by Don_Cage - 30.01.2014, 16:05
Re: How can I make the bikes 'engine' be turned on when they spawn/ respawn? - by MrTinder - 30.01.2014, 16:07
Re: How can I make the bikes 'engine' be turned on when they spawn/ respawn? - by Don_Cage - 30.01.2014, 16:13
Re: How can I make the bikes 'engine' be turned on when they spawn/ respawn? - by ProjectMan - 30.01.2014, 16:17

Forum Jump:


Users browsing this thread: 1 Guest(s)