Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Script Help HUD Problem
DnALANGE Offline
Banned

Posts: 1,549
Threads: 73
Joined: Jan 2012
#2
RE: HUD Problem

Well..
You are doing it the OLD way...
This way you should DISABLE all the other events you can fine in your sanityevent.cfg
You should DE_ACTIVATE \ DISABLE them in your YOURMAP.hps
on OnSTART or OnENTER
-
BUT in the NEW (beta) patch there is an actual script that calls for the event itself.
so you do NOT need to DE_ACTIVATE \ DISABLE the other events!
Only 1 line :
PHP Code: (Select All)
StartInsanityEvent("YOUREVENTHERE"); 
to STOP the event :
PHP Code: (Select All)
StopCurrentInsanityEvent(); 
(This post was last modified: 05-07-2014, 07:19 PM by DnALANGE.)
05-07-2014, 07:16 PM
Find


Messages In This Thread
HUD Problem - by SSEAlexander - 05-07-2014, 06:27 PM
RE: HUD Problem - by DnALANGE - 05-07-2014, 07:16 PM
RE: HUD Problem - by SSEAlexander - 05-07-2014, 07:18 PM
RE: HUD Problem - by DnALANGE - 05-07-2014, 07:20 PM
RE: HUD Problem - by SSEAlexander - 05-07-2014, 07:21 PM
RE: HUD Problem - by FlawlessHappiness - 05-07-2014, 08:23 PM
RE: HUD Problem - by DnALANGE - 05-07-2014, 09:20 PM
RE: HUD Problem - by SSEAlexander - 05-09-2014, 03:31 PM
RE: HUD Problem - by PutraenusAlivius - 05-09-2014, 04:20 PM
RE: HUD Problem - by SSEAlexander - 05-10-2014, 03:41 PM
RE: HUD Problem - by DnALANGE - 05-10-2014, 03:48 PM
RE: HUD Problem - by SSEAlexander - 05-10-2014, 04:02 PM
RE: HUD Problem - by SSEAlexander - 05-10-2014, 05:55 PM
RE: HUD Problem - by DnALANGE - 05-10-2014, 08:01 PM
RE: HUD Problem - by SSEAlexander - 05-10-2014, 08:03 PM



Users browsing this thread: 1 Guest(s)