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
Full conversion
Icaab2607 Offline
Junior Member

Posts: 34
Threads: 13
Joined: Mar 2013
Reputation: 0
#3
RE: тотальная конверсия

(05-02-2013, 07:01 AM)JustAnotherPlayer Wrote: I can only solve one problem; this is because I do not fully recognize what is your problem.

Floating in water.
Create an area covering the entire area where the water will be. Name it "ScriptAreaWater" without the quotation marks.
Copy-paste the following code.
PHP Code: (Select All)
void OnStart()
{
AddEntityCollideCallback("Player""ScriptAreaWater""SwimWater"false1);
}

void SwimWater(string &in asParentstring &in asChildint alState);
{
AddPlayerBodyForce(030000false);

[Image: bandicam20_8257029_7872451.jpg]
05-02-2013, 06:45 PM
Find


Messages In This Thread
Full conversion - by Icaab2607 - 05-01-2013, 07:17 PM
RE: Total conversion - by PutraenusAlivius - 05-02-2013, 07:01 AM
RE: тотальная конверсия - by Icaab2607 - 05-02-2013, 06:45 PM
RE: Full conversion - by PutraenusAlivius - 05-03-2013, 02:46 PM
RE: Full conversion - by Rapture - 05-03-2013, 03:57 PM
RE: Полный переход - by Theforgot3n1 - 05-02-2013, 08:09 PM
RE: Полный переход - by Rapture - 05-02-2013, 08:17 PM



Users browsing this thread: 1 Guest(s)