SA-MP Forums Archive
Jobs and /getmats, /getdrugs - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Jobs and /getmats, /getdrugs (/showthread.php?tid=154408)



Jobs and /getmats, /getdrugs - Alex_Capone - 13.06.2010

Hello all, I started scripting lastnight!

And now I got an question:

A friend of me have creted 2 factions(Cops and Freeman)

Noting more.

And I want to have an enter for those factions andd a interior!

I have the locations and I have the interiors, but how can I make an /enter and /exit and /accept job and /getmats,/getdrugs ?

Код:
AddPlayerClass(0,172.1214,-152.6179,1.5752,137.5910,0,0,0,0,0,0); // cop good one!
AddPlayerClass(0,-49.9013,-269.3694,6.6332,358.9304,0,0,0,0,0,0); // freeman best location
AddPlayerClass(0,65.7861,-331.5124,1.5781,359.6883,0,0,0,0,0,0); // drug
AddPlayerClass(0,255.4896,-158.2792,1.5703,252.8628,0,0,0,0,0,0); // arms job
AddPlayerClass(0,243.9577,-163.9666,1.5781,99.6414,0,0,0,0,0,0); // mats
AddPlayerClass(0,159.1488,-293.2090,1.5781,114.2651,0,0,0,0,0,0); // drugs get
That is the locations!


Please helpme!