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 [SOLVED] Death Teleporting
Radical Batz Offline
Posting Freak

Posts: 953
Threads: 145
Joined: Dec 2013
Reputation: 25
#6
RE: Death Teleporting

(09-20-2014, 09:34 AM)Straxedix Wrote: I can't find it...

It's in the main/maps/22_torture_chancel.hps

Well you can mess around with it, since you can't find it, it's something like this that you want.
PHP Code: (Select All)
void instakill(string &in asParentstring &in asChildint alState)
{
    
GivePlayerDamage(110"Claws"truetrue);
}

void CheckPoint(string &in asNameint alCount)
{
    
AddTimer("ChangeMap"5.0"TimerChangeMap");
    
FadeOut(0.0f);
}

void TimerChangeMap(string &in asChangeMap)
{
    
SetupLoadScreen("LoadingText"""1"");
    
ChangeMap("","PlayerStartArea_1""""");    


(This post was last modified: 09-20-2014, 09:37 AM by Radical Batz.)
09-20-2014, 09:34 AM
Find


Messages In This Thread
[SOLVED] Death Teleporting - by Straxedix - 09-20-2014, 09:21 AM
RE: Death Teleporting - by Amnesiaplayer - 09-20-2014, 09:26 AM
RE: Death Teleporting - by Straxedix - 09-20-2014, 09:27 AM
RE: Death Teleporting - by Radical Batz - 09-20-2014, 09:28 AM
RE: Death Teleporting - by Straxedix - 09-20-2014, 09:34 AM
RE: Death Teleporting - by Radical Batz - 09-20-2014, 09:34 AM
RE: Death Teleporting - by Straxedix - 09-20-2014, 09:37 AM
RE: Death Teleporting - by Radical Batz - 09-20-2014, 09:38 AM
RE: Death Teleporting - by Straxedix - 09-20-2014, 09:39 AM
RE: Death Teleporting - by Radical Batz - 09-20-2014, 09:40 AM
RE: Death Teleporting - by Straxedix - 09-20-2014, 09:41 AM
RE: Death Teleporting - by Radical Batz - 09-20-2014, 09:47 AM
RE: Death Teleporting - by Straxedix - 09-20-2014, 09:54 AM
RE: Death Teleporting - by Radical Batz - 09-20-2014, 09:55 AM
RE: Death Teleporting - by Straxedix - 09-20-2014, 10:06 AM
RE: Death Teleporting - by Radical Batz - 09-20-2014, 10:07 AM
RE: Death Teleporting - by Straxedix - 09-20-2014, 10:08 AM
RE: [SOLVED] Death Teleporting - by Radical Batz - 09-20-2014, 10:13 AM



Users browsing this thread: 1 Guest(s)