14.09.2009, 20:08
Quote:
Originally Posted by ►►►Peter Corneile◄◄◄
if(IsPlayerInVehicle(playerid, 462)) //This id should be changed to your truck's model id ...
|
if u dunno it then create a new truck like
truck = CreateVehicle(..blah..);
or
truck = AddStaticVehicleVehicle(..blah..);
truck = the vehicleid then then u can do
if(IsPlayerInVehicle(playerid, truck))
didnt check the rest tho but it looks wrong too..
didnt check exactly.