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 Help ERR : unexpected token '{'
McWane Offline
Junior Member

Posts: 3
Threads: 1
Joined: Jul 2012
Reputation: 0
#1
ERR : unexpected token '{'

Yes I know there are other threads with this same problem. But I don't get how they were able to fix theirs. So telling me what i'm doing wrong and telling me how to fix it would be nice(This is my first script BTW)

Here it is, nice and short.

void onStart ()
{
AddUseItemCallback("", "key_1", "locked_door1", "UsedKeyOnDoor", true);
SetEntityCallbackfunc("key_1","OnPickup");
}

void UsedKeyOnDoor(string &in asItem, string &asEntity);
{
SetSwingDoorLocked("locked_door1",false,true);
PlaySoundAtEntity("","unlock_door.snt","locked_door1",0,false);
RemoveItem("key_1");
}

void onLeave ()
{
}
07-11-2012, 08:05 PM
Find


Messages In This Thread
ERR : unexpected token '{' - by McWane - 07-11-2012, 08:05 PM
RE: ERR : unexpected token '{' - by SilentStriker - 07-11-2012, 08:10 PM
RE: ERR : unexpected token '{' - by Adny - 07-11-2012, 08:27 PM
RE: ERR : unexpected token '{' - by McWane - 07-11-2012, 08:43 PM
RE: ERR : unexpected token '{' - by Adny - 07-11-2012, 08:53 PM
RE: ERR : unexpected token '{' - by CookieMonster - 07-12-2012, 03:26 AM
RE: ERR : unexpected token '{' - by Your Computer - 07-12-2012, 03:35 AM
RE: ERR : unexpected token '{' - by CookieMonster - 07-12-2012, 11:58 AM
RE: ERR : unexpected token '{' - by McWane - 07-18-2012, 06:59 AM



Users browsing this thread: 1 Guest(s)