23.06.2013, 18:35
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
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