Re: redfox's bgt questions?
alright, wen pasting this in it gives a vvary peculiar error, and i'll let yall know that I'm using Mason's Zombie Arena, just to learn, for this, so maybe that'll help something:
On line: 367 (20)
Line: alert("devices list",dev);
Error: Non-terminated string literal
, any idea what this means?
in void main it calls checkcard();
and the void checkcard() is right here
void checkcard()
{
if (COMMAND_LINE!="")
{
if (COMMAND_LINE=="gl")
{
string[] devices=list_sound_devices();
string dev;
for (uint i=0; i<devices.length(); i++)
{
dev+=i+": "+devices[i]+"
";
}
alert("devices list",dev);
exit();
}
int cl=string_to_number(COMMAND_LINE);
if (cl>0)
{
open_sound_device(cl);
}
}
}
thanks in advance?
-- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector