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
SOLVED CS Wont show up
FlawlessHappiness Offline
Posting Freak

Posts: 3,980
Threads: 145
Joined: Mar 2012
Reputation: 171
#14
RE: CS Wont show up

It seems you have a typo in WakeUp().
PHP Code: (Select All)
else if (GetGlobalVarInt("SleepPoint") => 2
Should have been
PHP Code: (Select All)
else if (GetGlobalVarInt("SleepPoint") >= 2
Think of it as saying "Greater or equal" instead of "Equal or greater".
"Greater or equal" is the way you would normally say it, and is also the right way to write it.

This seemed to fix it.

Trying is the first step to success.
(This post was last modified: 01-11-2017, 05:22 PM by FlawlessHappiness.)
01-11-2017, 05:21 PM
Find


Messages In This Thread
SOLVED CS Wont show up - by Lizard - 01-10-2017, 07:15 PM
RE: CS Wont show up - by 7heDubz - 01-10-2017, 08:03 PM
RE: CS Wont show up - by Lizard - 01-10-2017, 08:06 PM
RE: CS Wont show up - by Mudbill - 01-10-2017, 10:11 PM
RE: CS Wont show up - by Lizard - 01-11-2017, 12:23 AM
RE: CS Wont show up - by Mudbill - 01-11-2017, 02:41 AM
RE: CS Wont show up - by Lizard - 01-11-2017, 11:19 AM
RE: CS Wont show up - by Mudbill - 01-11-2017, 11:37 AM
RE: CS Wont show up - by Lizard - 01-11-2017, 12:01 PM
RE: CS Wont show up - by FlawlessHappiness - 01-11-2017, 03:08 PM
RE: CS Wont show up - by Lizard - 01-11-2017, 03:33 PM
RE: CS Wont show up - by FlawlessHappiness - 01-11-2017, 03:36 PM
RE: CS Wont show up - by Lizard - 01-11-2017, 03:40 PM
RE: CS Wont show up - by FlawlessHappiness - 01-11-2017, 05:21 PM
RE: CS Wont show up - by Lizard - 01-11-2017, 05:44 PM



Users browsing this thread: 1 Guest(s)