SA-MP Forums Archive
Adding To /Rescue list - 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: Adding To /Rescue list (/showthread.php?tid=408200)



Adding To /Rescue list - Glover2 - 17.01.2013

IF you have a trucking server and you map a trucking depot how can you add it to the /rescue list?


AW: Adding To /Rescue list - Blackazur - 17.01.2013

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


Re: Adding To /Rescue list - Mr.Anonymous - 17.01.2013

Assuming that you've PPC_Trucking, get the coordinates and the zone name, then find this line in your script,

pawn Код:
case ClassTruckDriver: // Ask where the trucker player wants to respawn
                ShowPlayerDialog(playerid, DialogRescue, DIALOG_STYLE_LIST,
Continue with adding the depot info in it. Next, find this line,

pawn Код:
Dialog_Rescue(playerid, response, listitem)
And under that, you would see the truckers rescue points and then add yours.


Re: Adding To /Rescue list - Glover2 - 17.01.2013

Can you show me what to change? Pls


I have to rep you after im done


Re: Adding To /Rescue list - Mr.Anonymous - 17.01.2013

I just did up there.


Re: Adding To /Rescue list - Glover2 - 17.01.2013

Or give an example of a fake depot name


Re: Adding To /Rescue list - Glover2 - 17.01.2013

Do you have team-viewer so you can show me


Re: Adding To /Rescue list - Glover2 - 17.01.2013

Do you have team-viewer so you can show me