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
script dosen't work!!!
zecuro Offline
Member

Posts: 162
Threads: 33
Joined: Jul 2011
Reputation: 3
#1
script dosen't work!!!

hey need some help on a script its a script i took from frictionalwiki and well its suppose to open a book shelf with a lever wellhere the script and a video
http://www.mediafire.com/?gjz7gf6u8mog4pa



void OnStart()
{
SetEntityConnectionStateChangeCallback("lever", "func_shelf");
}


void func_shelf(string &in asEntity, int alState)
{
if (alState == 1)
{
SetMoveObjectState("secret_door",1.0f);
PlaySoundAtEntity("", "quest_completed.snt", "secret_door_move_1", 0, false);
return;
}
}
08-04-2011, 04:58 PM
Find


Messages In This Thread
script dosen't work!!! - by zecuro - 08-04-2011, 04:58 PM
RE: script dosen't work!!! - by plutomaniac - 08-04-2011, 09:36 PM
RE: script dosen't work!!! - by zecuro - 08-04-2011, 09:39 PM
RE: script dosen't work!!! - by Tanshaydar - 08-04-2011, 09:43 PM
RE: script dosen't work!!! - by GreyFox - 08-04-2011, 09:59 PM
RE: script dosen't work!!! - by xtron - 08-04-2011, 11:57 PM
RE: script dosen't work!!! - by zecuro - 08-05-2011, 01:16 AM
RE: script dosen't work!!! - by xtron - 08-05-2011, 10:48 AM
RE: script dosen't work!!! - by zecuro - 08-05-2011, 07:05 PM



Users browsing this thread: 1 Guest(s)