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:
  • 1 Vote(s) - 2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem with the CreateEntityAtArea
Red Offline
Posting Freak

Posts: 1,757
Threads: 49
Joined: Feb 2012
Reputation: 54
#1
Problem with the CreateEntityAtArea

Why this script doesn't work?
The sound works and stuff but the freaking Entity doesn't appear!

PHP Code: (Select All)
void OnStart()
{

       
AddUseItemCallback("place""A""B","C"false);
}



void C(string &in asItemstring &in asEntity)
{

    
RemoveItem(asItem);
    
CreateEntityAtArea(asItemasItemasEntitytrue);
    
PlaySoundAtEntity("s""derb.snt""B"0false);
    } 
(This post was last modified: 01-15-2013, 05:26 PM by Red.)
01-14-2013, 07:00 PM
Find


Messages In This Thread
Problem with the CreateEntityAtArea - by Red - 01-14-2013, 07:00 PM
RE: Problem with the CreateEntityAtArea - by Red - 01-14-2013, 07:24 PM
RE: Problem with the CreateEntityAtArea - by Red - 01-14-2013, 08:07 PM
RE: Problem with the CreateEntityAtArea - by Red - 01-15-2013, 07:02 AM



Users browsing this thread: 2 Guest(s)