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 Issues
Gilligan's Hell Offline
Posting Freak

Posts: 851
Threads: 17
Joined: Feb 2012
Reputation: 36
#1
Question  Script Issues

I Don't understand, i keep getting that fucking Unexpected token error whenever i load my map.

Script:
void OnStart()
{
SetEntityPlayerLookAtCallback("", "memory", "looking", false);
}

void looking(string &in asEntity, int alState);
{
SetMessage("", "Messages", "Iremember", 10)
}

I'm only really good a mapping, i'm shit at scripting.
void PhonographScare(string &in EntityName, int alState);
{
if(alState == 1) ///revised int alCount to int alState
{

PlaySoundAtEntity("", "broken_music_box.ogg", "Phonograph_1", 5.0f, false);
SetPropStaticPhysics("Phonograph_1", true);

}
}


void OnEnter()
{

}


void OnLeave()
{
}

I Really need help here.

The International Narcotics Traffic
(This post was last modified: 08-08-2013, 06:16 AM by Gilligan's Hell.)
08-08-2013, 06:13 AM
Find


Messages In This Thread
Script Issues - by Gilligan's Hell - 08-08-2013, 06:13 AM
RE: Script Issues - by Kreekakon - 08-08-2013, 06:21 AM
RE: Script Issues - by Gilligan's Hell - 08-08-2013, 06:23 AM
RE: Script Issues - by Kreekakon - 08-08-2013, 06:27 AM
RE: Script Issues - by Gilligan's Hell - 08-08-2013, 06:28 AM
RE: Script Issues - by Your Computer - 08-08-2013, 10:08 AM
RE: Script Issues - by Gilligan's Hell - 08-08-2013, 10:01 PM
RE: Script Issues - by The chaser - 08-08-2013, 10:23 PM
RE: Script Issues - by Gilligan's Hell - 08-08-2013, 10:28 PM
RE: Script Issues - by The chaser - 08-08-2013, 11:11 PM
RE: Script Issues - by Gilligan's Hell - 08-09-2013, 07:34 AM



Users browsing this thread: 4 Guest(s)