[Ajuda] PPC_Trucking
#6

pawn Код:
switch (GetVehicleModel(GetPlayerVehicleID(playerid))) // Check the vehicle-model of the player to decide which loads the player can carry
{
      case VehicleFlatbed, VehicleDFT30: // If the player's vehicle is a "Flatbed" or "DFT-30"
      ProductList = Product_GetList(PCV_TruckerNoTrailer, NumProducts); // Build a list of products defined for truckers without a trailer
coloca assim:
pawn Код:
switch (GetVehicleModel(GetPlayerVehicleID(playerid))) // Check the vehicle-model of the player to decide which loads the player can carry
{
      case VehicleFlatbed, VehicleDFT30, 248: // If the player's vehicle is a "Flatbed" or "DFT-30"
      ProductList = Product_GetList(PCV_TruckerNoTrailer, NumProducts); // Build a list of products defined for truckers without a trailer
nos dois locais

Dialog_TruckerSelectLoad(playerid, response, listitem)
e
Dialog_TruckerSelectJobMethod(playerid, response, listitem)
Reply


Messages In This Thread
PPC_Trucking - by comanfiss - 20.04.2014, 16:32
Re: PPC_Trucking - by RodrigoBsC - 20.04.2014, 16:58
Re: PPC_Trucking - by comanfiss - 20.04.2014, 17:02
Re: PPC_Trucking - by RodrigoBsC - 20.04.2014, 17:08
Re: PPC_Trucking - by comanfiss - 20.04.2014, 17:22
Re: PPC_Trucking - by RodrigoBsC - 20.04.2014, 17:25
Re: PPC_Trucking - by comanfiss - 20.04.2014, 17:33
Re: PPC_Trucking - by RodrigoBsC - 20.04.2014, 17:44
Re: PPC_Trucking - by comanfiss - 20.04.2014, 17:46
Re: PPC_Trucking - by RodrigoBsC - 20.04.2014, 17:48

Forum Jump:


Users browsing this thread: 2 Guest(s)