SA-MP Forums Archive
Help me to make this script - 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 me to make this script (/showthread.php?tid=445937)



Help me to make this script - 5002 - 23.06.2013

i have one pickup on PD room
i want when player move there see a dialog with this offers:

Choose skin

Off duty

Exit menu


when player choose case 0 he see one more dialog with this offers

LSPD SKIN
LVPD SKIN
SFPD SKIN

Exit Menu

case 0
setplayer skin lspd skin
case 1
setplayer skin lvpd skin
case 2
setplayer skin sfpd skin
case 3
player see first menu

i know must use dialogs and i try to make that
but i confused hard

can anyone give me code or help me to make it??

my pickup defines

#define LSPDDUTY
#define LSFDDUTY

LSPDDUTY = CreateObject(cords, -1)

i do a few step but confused too hard


Re: Help me to make this script - _Khaled_ - 24.06.2013

You need a whole gamemode mate, no one is free enough to make all that


Re: Help me to make this script - [..MonTaNa..] - 24.06.2013

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