The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.24-0ubuntu0.18.04.17 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



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
Small error with simple script
FrictionalWeekly Offline
Junior Member

Posts: 19
Threads: 6
Joined: Apr 2011
Reputation: 2
#1
Small error with simple script

[Image: Ad58ni8]

It seems like a simple script so what am I missing?

Spoiler below!

int recordingState = 0

void saveGame()
{
AutoSave();
}

void SaveStation(string)
{
saveGame();
{
PlaySoundAtEntity("recording 1", "CassetteRecording5.snt", "saveStation", 0, true);
saveGame();
}
}


04-17-2017, 12:46 PM
Find


Messages In This Thread
Small error with simple script - by FrictionalWeekly - 04-17-2017, 12:46 PM
RE: Small error with simple script - by Romulator - 04-17-2017, 04:17 PM



Users browsing this thread: 1 Guest(s)