jasonpointer
Valued Member!
Hey all,
Has anyone got any ideas what the script code or adjustment to the init.sqf is?
Thanks
Jp
Has anyone got any ideas what the script code or adjustment to the init.sqf is?
Thanks
Jp
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
i didin description.sqf but it does not seem to show up when i loadup the server -.-Code:loadScreen = bss.jpg;
Thanks for the tip. i dont see any tho.
http://sharetext.org/S01X this is my description.sqf
sorry for stealing your topic jasonpointer![]()
replace the top of playerspawn.sqf with
waitUntil { alive player };
do everything else like 1.7.6
class CfgSounds
{
sounds[] =
{
introSong
};
class introSong
{
name="introSong";
sound[]={introSong.ogg,0.9,1};
titles[] = {};
};
};