Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Fatal Error Help!!
tigerlillymaya13 Offline
Junior Member

Posts: 44
Threads: 8
Joined: Feb 2017
Reputation: 0
#5
Not Solved RE: Fatal Error Help!!

Does this look right to you? I made the changes you suggested and even matched the names in my map and lang file. Now it is saying that here is an error with 9,20, 10,19,11,12 and 14,1.

///////////////////////////
// Run when the map starts
void OnStart()
{
AddUseItemCallback("", "RoomKey", "Bedroom", "usekeyondoor", true);
}

void usekeyondoor(string &in asItem, string &in asEntity);
SetLevelDoorLocked("Bedroom", false, true);
PlaySoundAtEntity("", "unlock_door.snt", asEntity, 0, false);
RemoveItem(asItem);

void OnLeave()
}
(This post was last modified: 12-12-2017, 04:58 PM by tigerlillymaya13.)
12-12-2017, 04:57 PM
Find


Messages In This Thread
Fatal Error Help!! - by tigerlillymaya13 - 12-10-2017, 07:11 PM
RE: Fatal Error Help!! - by Mudbill - 12-11-2017, 01:21 AM
RE: Fatal Error Help!! - by tigerlillymaya13 - 12-11-2017, 04:27 PM
RE: Fatal Error Help!! - by Mudbill - 12-11-2017, 10:54 PM
RE: Fatal Error Help!! - by tigerlillymaya13 - 12-12-2017, 04:57 PM
RE: Fatal Error Help!! - by Abion47 - 12-12-2017, 11:51 PM
RE: Fatal Error Help!! - by tigerlillymaya13 - 12-13-2017, 05:05 PM
RE: Fatal Error Help!! - by tigerlillymaya13 - 12-13-2017, 11:20 PM



Users browsing this thread: 1 Guest(s)