Hey all.
Probably you guys already know me, I want to applicate for Mod [20] because:
- I want to keep the server clean.
- Enforce rules and make sure people follow them.
- I can speak proper...
Hey all.
Probably you guys already know me, I want to applicate for Mod [20] because:
- I want to keep the server clean.
- Enforce rules and make sure people follow them.
- I can speak proper...
Ok, as I suspected, the ratio hud was a mess, so I wrote a test script in order to see what was crashing the server. And it was that you can't divide 0 by a 0. Below is the test script I wrote. I...
Hello to everybody :)
I'm thinking to create this new mod fod COD2, gametype name : race
I'll write all things you have to know :
First : Maps to create, i thinking about mario kart maps (...
Hello all,
Lately, a lot of people have been visiting killtube with the sole purpose of asking for someone "to do a mod for them". This is quite annoying, and I'd like to write some kind of FAQ to...
Loveboy, I'm not a person who asks much on this site, but I read it almost everytime I am on the inet. I think that you are getting Tally and other modders out of their nerves. They are a bit tired...
FGetArg( <filenum>, <arg> )
Module: File
Summary:
Get a specific argument number from the current line
Required Args:
1: <filenum> The file number returned by openfile
2: <arg> the...
I'm not sure whether I understand, but that way writing events
f = openFile(filename + ".txt", "write");
fprintln(f,self.name);
fprintln(f,self.score);
fprintln(f,self.etc);
closefile(f);
...
stripint(string)
{
newstring = "";
for(i = 0; i < string.size; i++)
{
if(!isint(string[i]))
newstring += string[i];
}
return newstring;
}
if you only want to check if there is an integer BEHIND a name do this:
int = "";
for( i = string.size - 1 ; i >= 0 ; i-- )
{
if( !isSubStr( "0123456789" , string[i] ) )
...
The Web-Console (based on Web-Sockets-Technology):
137
http://i.imgur.com/2ZibpTQ.gif
http://24.media.tumblr.com/0b822da2c011d9b90af983cce99231d9/tumblr_mhij83797h1qdlh1io1_250.gif
http://pic.jpgdump.com/26696.gif
http://pic.jpgdump.com/26742.gif...
Tutorial Putty Tunnel
Requirements: ssh-user-account
1) Connect to the server, you want a tunnel to
2) Rightclick on the title bar -> Change Settings...
128
It's useful for creating an IWI file when all you want to edit is the IWI file itself and leave the materials file alone: convert to DDS; edit it to how you want to; drop the edited DDS file on the...
I forgot the right limit. I have seen the error message that says this limit.
Edit: I just checked and it is 15.
******* script runtime error *******
Too many player head icons precached....
The _friendicons.gsc script will always override your rank script. I wrote the ranking system for the eXtreme+ mod back in 2006 and I had the exact same problem. You need to look at the eXtreme...
Every idiot can learn programming, only need to want it. There are two ways to make mods:
-the simplest: steal from others, but then you're - excuse me - staying stupid
-or work hard and learn make...
Here comes some more :D
http://i.imgur.com/wAzK4Yt.gif
http://i.imgur.com/HBH8Y.gif
http://i.imgur.com/tLuNj.gif
http://i.imgur.com/zbzGMVx.gif
http://i.imgur.com/WMrP8aD.gif...
Hey all,
My latest script I created:
This will avoid running 100 of times running the same onPlayerConnect() script.
/*
Created by by: Selbie
Release Version: v1.0
Thanks guys,
You are the best :))))
Hey guys,
I am coming back in server for 1 week..
It'll be great :D
see you soon ......
Regards,
Killer.Pro
Hey all,
Falcon is a pretty new language and the most dynamic one i have ever seen. I am looking forward to embed it in CoD2, though i cant promise it yet.
Main Site: http://www.falconpl.org/...
This forum is targetting english audience mainly, so i suggest you guys keep the conversation in english too. You can however include the german version of your comment, to make it easier to...
Do you want fries with that?
Just watched: Inception
Movie touched my emotions/brain, such a great one :)
The breathing is in: \maps\mp\gametypes\_healthoverlay.gsc