vehicle problem
#1

ok so is simple i want to detect if the player goes in to this boat

i got this
pawn Код:
new Boat1;
new Boat2;
Then This
pawn Код:
Boat1 = AddStaticVehicleEx(453,2375.82153320,531.12689209,0.00000000,179.45959473,-1,-1,15); //Reefer
Boat2 = AddStaticVehicleEx(453,2065.95507812,-236.42036438,0.00000000,0.00000000,-1,-1,15); //Reefer
And finally
pawn Код:
if(GetVehicleModel(vehicleid) == Boat1){
//blablabla
}else if(GetVehicleModel(vehicleid) == Boat2){
//blablabla
}
Reply


Messages In This Thread
vehicle problem - by park4bmx - 10.02.2011, 17:32
AW: vehicle problem - by Nero_3D - 10.02.2011, 17:37
Re: vehicle problem - by Riddick94 - 10.02.2011, 17:37
Re: AW: vehicle problem - by park4bmx - 10.02.2011, 17:37

Forum Jump:


Users browsing this thread: 1 Guest(s)