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


Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
After player Died restart Map HeLpiE Help
nkmol Offline
Senior Member

Posts: 252
Threads: 19
Joined: Feb 2011
Reputation: 4
#2
RE: After player Died restart Map HeLpiE Help

i think when you use ,
void ChangeMap(string& asMapName, string& asStartPos, string& asStartSound, string& asEndSound);
it will restart the current map whith all the scripts, not 100% sure.

u could use like :

if (GetPlayerHealth == 0)
    {
        ChangeMap(string& asMapName, string& asStartPos, string& asStartSound, string& asEndSound);
    }

try to experiment whith this Wink
04-18-2011, 05:54 PM
Find


Messages In This Thread
RE: After player Died restart Map HeLpiE Help - by nkmol - 04-18-2011, 05:54 PM



Users browsing this thread: 1 Guest(s)