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
Locked Door Message not Working, Help Needed. (Awarding Virtual Cookie)
FlawlessHappiness Offline
Posting Freak

Posts: 3,980
Threads: 145
Joined: Mar 2012
Reputation: 171
#15
RE: Problem with "extra_english.lang"

(09-03-2012, 11:05 PM)Frodos Wrote: void OnStart()
{
SetEntityPlayerInteractCallback("roomone", "DoorLockedPlayer", true);
}

void DoorLockedMessage(string &in entity)
{
SetMessage("Messages", "lockeddoor", 0);
}
How about the bold words? Wink You function and the function you call has to be the same. You cannot call DoorLockedPlayer, and then change the name to DoorLockedMessage.

Do i get cookie? Tongue

Trying is the first step to success.
(This post was last modified: 09-04-2012, 03:54 PM by FlawlessHappiness.)
09-04-2012, 07:13 AM
Find


Messages In This Thread
RE: Problem with "extra_english.lang" - by Zaffre - 09-03-2012, 01:58 AM
RE: Problem with "extra_english.lang" - by Frodos - 09-03-2012, 02:26 AM
RE: Problem with "extra_english.lang" - by Zaffre - 09-03-2012, 02:53 AM
RE: Problem with "extra_english.lang" - by Frodos - 09-03-2012, 03:56 AM
RE: Problem with "extra_english.lang" - by Zaffre - 09-03-2012, 04:22 AM
RE: Problem with "extra_english.lang" - by Frodos - 09-03-2012, 04:29 AM
RE: Problem with "extra_english.lang" - by Zaffre - 09-03-2012, 04:20 PM
RE: Problem with "extra_english.lang" - by Frodos - 09-03-2012, 11:05 PM
RE: Problem with "extra_english.lang" - by FlawlessHappiness - 09-04-2012, 07:13 AM
RE: Problem with "extra_english.lang" - by Zaffre - 09-03-2012, 11:11 PM
RE: Problem with "extra_english.lang" - by Frodos - 09-03-2012, 11:13 PM



Users browsing this thread: 7 Guest(s)