Hey there,
I would like to share my nextmap vote system, you can freely use or modify it just use credit. You can watch a demo here:
https://www.youtube.com/watch?v=11bpcAUq87Q&hd=1
You can...
Hey there,
I would like to share my nextmap vote system, you can freely use or modify it just use credit. You can watch a demo here:
https://www.youtube.com/watch?v=11bpcAUq87Q&hd=1
You can...
Found some nice project: https://fedorahosted.org/squeal/
There are many examples on front page, just gotta copy/paste one:
$ squeal "count(*)", source from /var/log/messages* group by...
isSubStr(name1, name2)
Yes, you are correct.
foo()
{
bar = ::foobar;
[[bar]]();
}
What? to make a model invisible, just use hide(). setAlive() is not a stock function.
You are only wrong in that there isn't a warning, as such. That is the wrong word to use. But other than that, you are correct: notify(), waittill(), and endon() are all linked together: a waittill()...
yes, edit this:
fx/iw_impacts.csv
You can't override default GSCs in your main directory with files that aren't in a iwd.
However this does work in a fs_game folder (requires to be set in your startup line).
But you can override...
With this function you can force a player to play a specified animation using gsc. It can also be used to force a bot to change stance.
http://killtube.org/downloads/filthy_freak/setanim.gif
...
After studying the cod4x source for a few hours i found a way to get a client's real fps in cod2.
Basically, this hooks every call the code makes when a client issues a SV_ClientThink() command...
" needs to be escaped, hence you need to write "\"", or '"' might work also (with ').
This is the code i made a long time ago.
$errno = $errstr = null;
$cmd = "\xFF\xFF\xFF\xFFgetstatus";
$f = fsockopen('udp://' . $ip, $port, $errno, $errstr, $timeout);
if (!$f)
die ("Unable...
Basically you just make an UDP request and parse it, e.g. with explode(...)
Example code could be found in these projects, google for "php rcon call of duty".
...
dont use a loop to fix an array when said loop loops over said array.
Hello, i just want to share this awesome piece of code that i've been working on for nearly 4 years
Some historical explanations:
Original name of this program is NannyBot, and it was written...
Originally posted by general sniperfire on IWNation.
https://web.archive.org/web/20110107124933/http://iwnation.com/forums/forum/148-call-of-duty-4-scripting/
CoD4
/*...
On your mysql server (i assume you have a mysql server)
libcod adds custom function for using in your scripts.
Documentation: http://znation.nl/cod4script/
After you add libcod, it will be loaded each time you start or restart your server.
libcod...
When you got your binary then copy it to your library directory that you use for your cod2 server.
Example
Your game directory: /home/user/server1/
Your library directory:...
For mysqlclient
Also have you edited gsc_mysql.cpp according to http://killtube.org/showthread.php?2036-Help-me-pls)))&p=10679&viewfull=1#post10679
yum install glibc-devel.i686 glibc-devel (equal to g++-multilib on Debian/Ubuntu)
http://www.cyberciti.biz/faq/x86_64-linux-error-gnustub-32h-missing-error-and-solution/
gsc_mysql.cpp:96:...
I found that for some (maybe most) systems the LD_LIBRARY_PATH is not needed if libcod is compiled on said system, as the gcc/clang linker will automatically find the correct files and remove the...
Let's start with:
- Where are you running it on? (Linux? Windows?)
- Do you have access to your startup line or ftp?
- Which cod2 version?
You can download recompiled versions from:...
http://cod1.eu/screenshots/bots_name.png
names = [];
names[names.size] = "Rob";
names[names.size] = "Richard";
names[names.size] = "Jim";
names[names.size] = "IzNoGoD";...