Blockland Forums > Suggestions & Requests
Windows 95 startup and shutdown WAV
QuadStorm:
--- Quote from: Mr Queeba on November 05, 2013, 05:10:20 PM ---Bumped. Someone needs to fix the server.cs.
--- End quote ---
Basically you just need to replace the strange quotes with normal quote (") and fix a letter's case and the server.cs will work.
Mr Queeba:
Quote the strange quotes in the code so I can see.
Mr Queeba:
So like this?
--- Code: ---datablock AudioProfile(Win95start)
{
filename = “Win95start.wav”
};
datablock AudioProfile(Win95end)
{
filename = “Win95end.wav"
};
--- End code ---
Mr Queeba:
--- Quote from: Mr Queeba on November 05, 2013, 08:01:58 PM ---So like this?
--- Code: ---datablock AudioProfile(Win95start)
{
filename = “Win95start.wav”
};
datablock AudioProfile(Win95end)
{
filename = “Win95end.wav"
};
--- End code ---
--- End quote ---
Tried it out with new code, checked console.
Another Syntax error.
Nasoa:
just use the normal quotes
""
it looks like you're using weird unicode forward and backward quotes