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
I don't know why this error appears...
Romulator Offline
Not Tech Support ;-)

Posts: 3,628
Threads: 63
Joined: Jan 2013
Reputation: 195
#2
RE: I don't know why this error appears...

PHP Code: (Select All)
void monsterfunc()
{
ShowEnemyPlayerPosition("monster_1);



I think thats your issue. You don't have a closing quotation mark Smile

Change it to this:
PHP Code: (Select All)
ShowEnemyPlayerPosition("monster_1"); 

Discord: Romulator#0001
[Image: 3f6f01a904.png]
(This post was last modified: 05-18-2013, 12:17 PM by Romulator.)
05-18-2013, 12:10 PM
Find


Messages In This Thread
RE: I don't know why this error appears... - by Romulator - 05-18-2013, 12:10 PM



Users browsing this thread: 1 Guest(s)