The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.24-0ubuntu0.18.04.17 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



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
MovePlayerForward ? How this basically works and how to make it working?
HumiliatioN Offline
Posting Freak

Posts: 1,179
Threads: 64
Joined: Dec 2010
Reputation: 18
#1
MovePlayerForward ? How this basically works and how to make it working?

Yes I run to

void MovePlayerForward problem.

How i can use it and how this basically works?

I tried this script and nothing happens.

void Incoming(string &in asParent, string &in asChild, int alState)
{
MovePlayerForward(0.12);
AddTimer("forcemove", 0, "forcemove2");
}

void forcemove2(string &in asTimer)
{
MovePlayerForward(0.9);
AddTimer("forcemove", 0, "forcemove3");
}

void forcemove3(string &in asTimer)
{
MovePlayerForward(0.9);
}

I need help right away. Thanks. Undecided

- Humiliation

“Life is a game, play it”
(This post was last modified: 06-25-2012, 10:29 PM by HumiliatioN.)
06-25-2012, 10:27 PM
Find


Messages In This Thread
MovePlayerForward ? How this basically works and how to make it working? - by HumiliatioN - 06-25-2012, 10:27 PM



Users browsing this thread: 1 Guest(s)