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
.Lang File Help Need help displaying door is locked on non-exit doors.
julianprokop Offline
Junior Member

Posts: 19
Threads: 7
Joined: Nov 2011
Reputation: 0
#9
RE: Need help displaying door is locked on non-exit doors.

Still isn't working. This is what I have,
///CALLBACK
{
SetEntityPlayerInteractCallback("locked_door", "door_message", true);

}

///FUNCTION

void door_message(string &in asEntity)
{
if(GetSwingDoorLocked("Door")==false)
{
SetMessage("Doors", "door", 3);
}
}



02-13-2012, 12:56 AM
Find


Messages In This Thread
RE: Need help displaying door is locked on non-exit doors. - by julianprokop - 02-13-2012, 12:56 AM



Users browsing this thread: 1 Guest(s)