15.11.2013, 04:22
Hello there samp!
I would like to request help with creating missions( Jobs ) For a new gamemode I'm making. Basically like in any trucking server, you just do /work, and it gives you the loading point, marks it on your map with a red blimp, and creates a checkpoint at the coordinates, switches to the unloading point , and gives you money and score..
So i was thinking someone could help me with this. I've went into debug, and saved 2 positions(A start at LSA and a finish at LVA). Someone please help me, this would be a lifesaver!
Thanks again,
Excelize
I would like to request help with creating missions( Jobs ) For a new gamemode I'm making. Basically like in any trucking server, you just do /work, and it gives you the loading point, marks it on your map with a red blimp, and creates a checkpoint at the coordinates, switches to the unloading point , and gives you money and score..
So i was thinking someone could help me with this. I've went into debug, and saved 2 positions(A start at LSA and a finish at LVA). Someone please help me, this would be a lifesaver!
Код:
AddPlayerClass(0,1798.9388,-2415.8245,13.5547,93.0992,0,0,0,0,0,0); // LS Mission AddPlayerClass(0,1567.5504,1384.1744,10.8559,226.0107,0,0,0,0,0,0); // LV Mission
Excelize