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
The train arrives at the station ..
Urakozachok Offline
Junior Member

Posts: 12
Threads: 6
Joined: Nov 2011
Reputation: 0
#1
The train arrives at the station ..

Help someone who can. I need to make the arrival of trains at the player gets into an area. I want to use this script:

void OnStart ()
{
AddEntityCollideCallback ("Player", "What is Ares", "Pribitiepoezda", true, 1);
}
void Pribitiepoezda (string & in asParent, string & in asChild, int alState)
{
AddPropImpulse ("chtotolkat (the name of the train in the game)", 0.0f, 0.0f, 0.0f (side in which talknesh train side dviganiya JDC), "world");
}
My question is: Do I need to put quotes here and how to fill in this blank. Show sample, who knows. Or write.

(side in which talknesh train side dviganiya Joint) or ("side in which talknesh train side dviganiya Joint") And what do they need to write? I would be very grateful.
(This post was last modified: 12-04-2011, 11:16 PM by Urakozachok.)
12-04-2011, 11:10 PM
Find


Messages In This Thread
The train arrives at the station .. - by Urakozachok - 12-04-2011, 11:10 PM



Users browsing this thread: 1 Guest(s)