Help With In Car Only Commands
#5

Quote:
Originally Posted by Smiths
i take this?

if(GetVehicleModel(vehicleid) == 411)
411 is modelid for Infernus, but you said you need it for taxi, so:

pawn Код:
if(GetVehicleModel(vehicleid) == 420)
{
// code
}
Reply


Messages In This Thread
Help With In Car Only Commands - by Smiths - 15.08.2009, 15:14
Re: Help With In Car Only Commands - by Correlli - 15.08.2009, 15:17
Re: Help With In Car Only Commands - by Smiths - 15.08.2009, 15:19
Re: Help With In Car Only Commands - by Smiths - 15.08.2009, 15:22
Re: Help With In Car Only Commands - by Correlli - 15.08.2009, 15:27
Re: Help With In Car Only Commands - by or_yagoda - 15.08.2009, 15:27
Re: Help With In Car Only Commands - by Smiths - 15.08.2009, 15:38
Re: Help With In Car Only Commands - by Correlli - 15.08.2009, 15:50
Re: Help With In Car Only Commands - by Smiths - 15.08.2009, 16:00
Re: Help With In Car Only Commands - by Correlli - 15.08.2009, 16:03

Forum Jump:


Users browsing this thread: 2 Guest(s)