Command not working
#3

You're not using your GetVehicleModel parameters right. The parameters goes like this:
vehicleid - The vehicle you want to get the model from. The correct coding will be this:

Код:
stock IsplayerInFlyingVehicle(vehicleid)
{
   if(GetVehicleModel(vehicleid) == 592 || GetVehicleModel(vehicleid) == 577 || // And you keep going on
}
Reply


Messages In This Thread
Command not working - by Torran - 07.03.2010, 22:22
Re: Command not working - by adsy - 07.03.2010, 22:26
Re: Command not working - by Carlton - 07.03.2010, 22:28
Re: Command not working - by Gyvo - 07.03.2010, 22:32
Re: Command not working - by adsy - 07.03.2010, 22:41
Re: Command not working - by Torran - 07.03.2010, 22:45
Re: Command not working - by adsy - 07.03.2010, 23:30
Re: Command not working - by Torran - 07.03.2010, 23:44
Re: Command not working - by Torran - 08.03.2010, 14:44
Re: Command not working - by Gyvo - 08.03.2010, 15:19

Forum Jump:


Users browsing this thread: 1 Guest(s)