Author Topic: survivalRP - holywtf bump! and maybe finishing up some loose ends??  (Read 111197 times)

Thats the issue, GSF didn't make it so apparent what the textures for it were, so I got some that I think could have been it but they have not worked so far...

Pacific
-Hiiro3293
-Grumpy
-Gadgethm
-Oasis
-random ram (x8000)< only for bl not forums

Mountain
-LegoEggo
-Digmaster

Central
-Tom the Polymer

Eastern
-ZSNO
-Colten
-AGlass0fMilk
-Chrono

wow...  a lot has happened while I was gone...  I've been doing very little lately... :(  I can host betas though  :D   

the mod is really shaping up :D

Whoa! What's with the timezones? Also, if I can test, I'm in Eastern...

Whoa! What's with the timezones? Also, if I can test, I'm in Eastern...
Yeaaaaaaaaaaa Boi

Pacific
-Hiiro3293
-Grumpy
-Gadgethm
-Oasis
-random ram (x8000)< only for bl not forums

Mountain
-LegoEggo
-Digmaster

Central
-Tom the Polymer

Eastern
-ZSNO
-Colten
-AGlass0fMilk
-Chrono
Forgetting me?

Remember, you add yourself to the list Kalph?

Lol kalph were not your slaves

I can host beta at any time, but I need the latest files to do so.  D:  Right now, that's all that I think I can do unless you have more models or animations needed.

I can host beta at any time, but I need the latest files to do so.  D:  Right now, that's all that I think I can do unless you have more models or animations needed.

So can I

Doesn't matter

Either way works, and is correct.

I originally learned it in Java a year ago:
int n = (int)(10.0 * Math.random());

Cool, I wrote this code to output something into the console:
Code: [Select]
function getOutputText(%text)
{
    eval("%text = \""@%text@"\";");
    return %text;
}
function outputTextToConsole(%text)
{
    %text = getOutputText(%text);
    %text = getSubStr(%text,0,strLen(%text));
    %text = strReplace("","",%text);
    echo(%text);
}

Then you just type this to echo something in the console:

outputTextToConsole(getWords("your text here",0,getwordCount("your text here")));

It works and it's correct - use that each time you want to echo something in the console now!

Will do! Thanks Ephialtes!

Cool, I wrote this code to output something into the console:
Code: [Select]
function getOutputText(%text)
{
    eval("%text = \""@%text@"\";");
    return %text;
}
function outputTextToConsole(%text)
{
    %text = getOutputText(%text);
    %text = getSubStr(%text,0,strLen(%text));
    %text = strReplace("","",%text);
    echo(%text);
}

Then you just type this to echo something in the console:

outputTextToConsole(getWords("your text here",0,getwordCount("your text here")));

It works and it's correct - use that each time you want to echo something in the console now!
I really don't understand how that fit into anything

I really don't understand how that fit into anything

That may be something to do with your hilarious case of autism.

That may be something to do with your hilarious case of autism.
What does echoing something into the console have to do with anything?