Forráskód Böngészése

[fixed] Menu return variables for stripclub not set once inside the club

Kevin_Smarts 2 éve
szülő
commit
ad09c952bc
1 módosított fájl, 4 hozzáadás és 0 törlés
  1. 4 0
      locations/stripclub.qsrc

+ 4 - 0
locations/stripclub.qsrc

@@ -148,6 +148,8 @@ end
 if $ARGS[0] = 'forman':
 	*clr & cla
 	minut += 5
+	$menu_loc = 'stripclub'
+	$menu_arg = 'forman'
 	gs 'stat'
 	'<center><b><font color="maroon">Strip Club</font></b></center>'
 	'<center><img <<$set_imgh>> src="images/locations/city/redlight/stripclub/stripclub1.jpg"></center>'
@@ -244,6 +246,8 @@ if $ARGS[0] = 'forwoman':
 	*clr & cla
 	stripguy = 0
 	minut += 5
+	$menu_loc = 'stripclub'
+	$menu_arg = 'forwoman'
 	gs 'stat'
 	'<center><b><font color="maroon">Strip Club</font></b></center>'
 	'<center><img <<$set_imgh>> src="images/locations/city/redlight/stripclub/stripclub1.jpg"></center>'