SA-MP Forums Archive
Help. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Nederlands/Dutch (https://sampforum.blast.hk/forumdisplay.php?fid=31)
+---- Thread: Help. (/showthread.php?tid=549342)



Help. - [HM]Nicky - 06.12.2014

Is het mogelijk om dit truck script,

Code:
new MisLocations[][MisLocationsEnum] =
{
    {0, "Beer from Red County Brewery to Bone County Diner",-24.4073,-281.8898,5.9985,-305.4319,1315.6797,54.6189, 5980},
    {1, "Fuel from LV Oil Refinery to LV Dirtring",266.8981,1416.5417,10.2001,1097.5164,1741.7422,10.5474, 5700},
    {2, "Vehicle Parts from SF Airport ATC to Wang Cars",-1268.8223,13.6925,14.8682,-1986.3477,253.9728,35.8985, 3000},
    {3, "Fuel from SF Oil Refinery to RS Haul",-1016.3634,-688.2434,32.7284,-55.3397,-1138.2479,0.8052, 18770}//The last one in the array doesn't have a comma at the end.
};
Met dialogs te maken ipv random als je /werk doet?

PS: Het is van deze tutorial.

https://sampforum.blast.hk/showthread.php?tid=340517


Re: Help. - Henkie - 06.12.2014

Dat is vast wel mogelijk. Zorg dat je /werk commando een keuze dialog oproept. Op die manier kan je de speler dan een locatie laten kiezen. Je moet dan onder OnDialogResponse iets met een case structure maken. Handig daarbij is misschien om een tutorial over dialogs te volgen om iets meer inzicht te krijgen in de structuur.


Re: Help. - [HM]Nicky - 06.12.2014

Hmm ff kijke voor die tut dan.