_saybold.gsc
main()
{
setcvar("saybold", "");
while(1)
{
wait 0.05;
_saybold.gsc
main()
{
setcvar("saybold", "");
while(1)
{
wait 0.05;
B3 poweradmin saybold:
_b3_saybold()
{
msg = getcvar("b3_saybold");
setcvar("b3_saybold", "");
players = getentarray("player", "classname");
saybold()
{
setcvar("saybold","");
for(;;) {
wait 0.05;
if(getcvar("saybold")!="") {
iprintlnbold(getcvar("saybold"));
setcvar("saybold","");
...
Going by your explanation you failed the intial installation of the endmapvote.
You tried to combine 2 mods by using magic instead of coding.
Show the fix for all, that's what a public help forum is all about. And I won't remove anything. The next guy having the exact same error can just google it then.
Did you just copy and paste it or modified it to your situation?
If you modified it, please post your version.
Otherwise change it to your situation.
Edit: Also test it without tmux.
New winner.
Post the output of: screen -ls (implying you don't know how to get into your CoD2 screen session)
no, i need the error server-side, not clientside.
It doesnt even mention line 200 in that image.
post full error.
Try reading this:
https://killtube.org/showthread.php?1740-READ-BEFORE-POSTING-Guide-on-asking-for-help
Restarting the CoD2 server on reboot is step 12 of Whiskas tutorial, which you sent me per PM:...
Read the tutorial again, it explains EXACTLY how to run a file in screen in step 6.
In step 7 it lists some changes to your .sh file in order to add libcod. THIS DOES NOT MAKE THE SCREEN COMMANDS IN...
The easiest way is proably to create a simple shell script (name it 'myserver.sh'), put in your cod2 dir and then launch it from the screen e.g 'screen sh myserver.sh'
#!/bin/bash
export...
Also, please stop spamming my over PM about your problems. As mentioned before, the world doesnt revolve around you getting your answer within 10 minutes.
On a more on-topic note: why are you...
Could be you got another mod installed, with a _callbacksetup in an iwd file, which will overwrite the one outside the iwd file (the one you made the modifications to)
Start simple with a windows server, basically works same then on linux: http://killtube.org/showthread.php?359-VIDEO-rotating-brushmodels
Repeat the process as often as needed, till you can make...
suck000, i can help you!
my skype: max-damage3 or click button on www.newnl.myihor.ru (BUTTON ICON-SKYPE IN DOWN PAGE)
IzNoGoD make a tutorial for this -> http://killtube.org/showthread.php?2454-Work-in-progress-Setup-CoD2-on-your-ubuntu-14-04-server
Big update: Cleaned up the mysql files and made the stuff make more sense.
Here goes:
init()
{
//get your host, user, pass, db, port here
level.JH_mysql = mysql_reuse_connection();...
Here you go
fixChatArgs(args)
{
if (isDefined(args[1]))
{ // engine is adding identifier infront of the chat message
if (getAscii(args[1][0]) >= 20 && getAscii(args[1][0]) <=...
This is a very simple code to ask a question and see the result. You can improve it with some nice huds.
Libcod needed
case "vote":
if(isdefined(level.pers["voted"]) &&...
#!/bin/bash
while true
do
LD_LIBRARY_PATH=. LD_PRELOAD=/path/to/libcod/libcod2_1_0.so /path/to/exe/cod2_lnxded +set fs_basepath /path/to/directory +set fs_homepath /path/to/directory +set fs_game...
Hello,
this is an multiple unknown soldier renamer.
It auto renames unknown soldier names, guests names and everything else you want.
Add a files named _unkRn.gsc in the maps\mp\gametypes...