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


Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Can Someone Tell Me The Wrong??...
Post: RE: Can Someone Tell Me The Wrong??...

//////////////////////////// // Run first time starting map void OnStart() { FadeIn(3); SetPlayerActive(true); ShowPlayerCrossHairIcons(true); SetInventoryDisabled(false); SetPlayerJumpDisabled(false)...
iVicio Custom Stories, TCs & Mods 11 7,651 05-31-2011, 08:19 PM
  Thumbs Up Thread: Hotel 666
Post: Hotel 666

Im working on a custom stories called "Hotel 666", so i made something like a "cover", what do you think? :) Mini Trailer -> http://www.vimeo.com/24526941 (dont hit me) :D
iVicio Custom Stories, TCs & Mods 10 14,549 05-31-2011, 02:30 PM
    Thread: I Need A Help Regarding The Lock Doors
Post: RE: I Need A Help Regarding The Lock Doors

(05-30-2011, 02:41 PM)DannieWest Wrote: (05-29-2011, 06:14 PM)iVicio Wrote: void UsedKeyOnDoor_01(string &in asItem, string &in asEntity) { SetSwingDoorLocked("Door_1", false, true); PlayS...
iVicio Custom Stories, TCs & Mods 11 10,007 05-30-2011, 05:01 PM
    Thread: I Need A Help Regarding The Lock Doors
Post: RE: I Need A Help Regarding The Lock Doors

// Run first time starting map void OnStart() { AddUseItemCallback("", "Door_1_Key", "Door_1", "UsedKeyOnDoor_01", true); AddUseItemCallback("", "Door_3_Key", "Door_3", "UsedKeyOnDoor_02", true); Ad...
iVicio Custom Stories, TCs & Mods 11 10,007 05-29-2011, 06:14 PM