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
More questions, im sorry
Quotentote Offline
Member

Posts: 118
Threads: 23
Joined: Dec 2011
Reputation: 11
#1
More questions, im sorry

Im almost done with my first part of my first sory.

only 2 things left that causes me headache -.-*

1. my waterlurker is a bit lazy and dont want to get triggered:
PHP Code: (Select All)
void OnStart()
{
AddEntityCollideCallback("Player""wassermonster1""wasser"true1);
}
void wasser(string &in asEntitystring &in type)
{
  
SetEntityActive("wassermonster"true);
  
ShowEnemyPlayerPosition("wassermonster");


2nd thing is my goddamn sound problem x(

PHP Code: (Select All)
void looking(string &in asParentstring &in asChildint alState)
{
   
    
StartPlayerLookAt("lookto"1050"");
    
PlaySoundAtEntity("""react_breath_slow.snt""Player"0false);
    
PlaySoundAtEntity("""react_scare.snt""Player"0false);
    
PlaySoundAtEntity("""15_the_big_scream.snt""Player"0false);
    
GiveSanityDamage(5.0ftrue);
    
AddTimer(""2"TimerStopPlayerLook");


the soundfile '15_the_big_scream.snt' is so random... the whole script works fine...but these sounds.... really random...
for example:
1st testing it works properly
2nd testing i wasnt even near to the area and i heard it.
i just want to hear it ONE time when i ENTER the script area^^

thanks for the help
(This post was last modified: 12-19-2011, 02:42 AM by Quotentote.)
12-18-2011, 09:58 PM
Find


Messages In This Thread
More questions, im sorry - by Quotentote - 12-18-2011, 09:58 PM
RE: More questions, im sorry - by palistov - 12-18-2011, 10:01 PM
RE: More questions, im sorry - by Quotentote - 12-18-2011, 10:35 PM
RE: More questions, im sorry - by palistov - 12-19-2011, 01:10 AM
RE: More questions, im sorry - by Quotentote - 12-19-2011, 02:42 AM



Users browsing this thread: 1 Guest(s)