Need help - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Need help (
/showthread.php?tid=474744)
Need help -
Tuntun - 09.11.2013
I wanna add extra and more missions on PPC Trucking gamemode. Can anyone explain me that how can i add more missions? That will be help me alot.
Re: Need help -
SAMProductions - 09.11.2013
What do you mean by adding Missions on PPC Trucking GameMode ?
Like Adding More Missions to the Trucking Class ?
Re: Need help -
Tuntun - 09.11.2013
Anyone can tell me how to change thepayment of missions?
Код:
enum TLoad
{
LoadName[50], // The name of the load
bool:Mafia, // Holds "true" if this load is wanted by the mafia
Float:PayPerUnit, // Holds the price for every meter to haul this type of load (this gets multiplied by the distance to calculate the payment)
PCV_Required, // This holds the vehicle-type the player needs to use this load (and automatically the player's class)
FromLocations[30], // This array holds all loading-points for this load
ToLocations[30] // This array holds all unloading-points for this load
}