help for trucking server - 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: help for trucking server (
/showthread.php?tid=365768)
help for trucking server -
rami.chaar2 - 04.08.2012
ok so i made a trucking server but i want it to load like fuel and all that so i wanted to add the fluid farm trailer in the game i have cargo trailer working but i cant seem to have the other 2 working i have tryed all day if you can help me that will be great
enum MisLocationsEnum
{
ID,
LoadName[128],
Float:LoadX,
Float:LoadY,
Float:LoadZ,
Float:UnloadX,
Float:UnloadY,
Float:UnloadZ,
Pay
}
new MisLocations[][MisLocationsEnum] =
{
{0, "Luxury Goods from Bayside to LS warehouse",-2285.0,2281.5,5.0,2178.5, -2279.75, 13.6, 9006},
{1, "Beer from Chuckup LTD to Verona Mall",1470.5,1017.5,10.9,1044.75,-1548.75,13.6, 4000}
};
that is how i got the loading and unloading points if you need more info plz ask me i will give as much info to make this work
Respuesta: help for trucking server -
HarlemSAMP - 04.08.2012
Try uploading as much info as you can regarding the code you're trying to fix, do you have any compile errors? if you do, post them here
Re: help for trucking server -
rami.chaar2 - 04.08.2012
no i do not have any errors i can post alot of info but the idea of this is my is a cargo trucking server now i am change it from cargo to like trailer to have more people play