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
Warnings Thanks for helpers!
Putkimato Offline
Junior Member

Posts: 25
Threads: 8
Joined: Jun 2012
Reputation: 0
#1
Warnings Thanks for helpers!

How do i make warinings? I run to area, then there spawns 4 brutes. Then there reads "Run, RUN!"

void OnEnter()

{

AddEntityCollideCallback("Player", "morspa4", "morspa4", true, 1);

}

void morspa4(string &in asParent, string &in asChild, int alState)

{
SetEntityActive("1", true);
SetEntityActive("2", true);
SetEntityActive("3", true);
SetEntityActive("4", true);
AddTimer("Scare", 0.01f, "Scare1");
}

void Scare1(string &in asTimer)

{

GiveSanityDamage(60, true);
PlaySoundAtEntity("", "react_scare.snt", "Player", 0, false);

}

could you add it in this?
(This post was last modified: 06-10-2012, 01:57 PM by Putkimato.)
06-10-2012, 11:07 AM
Find


Messages In This Thread
Warnings Thanks for helpers! - by Putkimato - 06-10-2012, 11:07 AM
RE: Warnings - by SilentStriker - 06-10-2012, 11:08 AM
RE: Warnings - by Ermu - 06-10-2012, 12:38 PM



Users browsing this thread: 1 Guest(s)