Search found 158 matches

by Mitch
Wed May 21, 2014 9:09 am
Forum: Call of Duty series
Topic: Awaiting connection
Replies: 2
Views: 37349

Re: Awaiting connection

My CoD 2 is getting slow on connectiing to server... It says Awaiting connection 16... 20 and it joins at some point.. but it was like on 5 th number or sometimes in second.. That is virus or something ? EDIT: I just went on windows 7 ( i was on XP) and i had the same problem.. When the count is ab...
by Mitch
Sun May 18, 2014 5:15 pm
Forum: Wall of Shame
Topic: Player banned: |GhosT|VenoM
Replies: 0
Views: 3801

Player banned: |GhosT|VenoM

Sunday, 18th May
Name in game: |GhosT|VenoM
Account + IP banned
Reason: aimbot
Duration: Perm

(see around 1 min, and ignore the lines)
6259f9
by Mitch
Wed May 14, 2014 10:15 pm
Forum: Scripting
Topic: !Message
Replies: 1
Views: 8198

Re: !Message

You need libcod for this and the latest version doesn't require the std scripts. They are now real functions.

For libcod support post a thread on killtube.

http://killtube.org/forumdisplay.php?44-libcod
by Mitch
Sun May 11, 2014 10:31 pm
Forum: Wall of Shame
Topic: Player banned: Tepes the impaler
Replies: 0
Views: 3993

Player banned: Tepes the impaler

Sunday, 11th May
Name in game: Tepes the impaler
Account + IP banned
Reason: wallhack
Duration: Perm

625222
by Mitch
Sun May 11, 2014 1:58 pm
Forum: Wall of Shame
Topic: Player banned: uzu/laki
Replies: 0
Views: 3785

Player banned: uzu/laki

Sunday, 11th May
Name in game: uzu/laki
Account + IP banned
Reason: aimbot
Duration: Perm

62520c
by Mitch
Sat May 10, 2014 1:01 pm
Forum: Scripting
Topic: limit for cod2
Replies: 1
Views: 6156

Re: limit for cod2

http://killtube.org/showthread.php?1824 ... ine-limits
Max string length: 1024 (for cvars and in script)(serthy), 256 (for iprintln and probably iprintlnbold too)(izno)
Max client cvars: 1000 minus the default ones (serthy)
by Mitch
Tue May 06, 2014 10:48 pm
Forum: Bugs
Topic: FS_handle for file: None Free
Replies: 13
Views: 25971

Re: FS_handle for file: None Free

DeEchteBen wrote:Seems like they can't help us on that forum, can they?
Probably, I don't know what to do either. Except try to modify the playing of those sounds that don't work a little.

I will try this when i got time. Add me on xfire. (>> icon)
by Mitch
Sat May 03, 2014 3:14 pm
Forum: News and announcements
Topic: Artwork contest
Replies: 9
Views: 11986

Re: Artwork contest

Due to inactivity of this thread i will close this contest next week. Afterwards I will post best creations on facebook and let the group decide who gets first place etc.
by Mitch
Sat May 03, 2014 3:03 pm
Forum: Scripting
Topic: inputing a number
Replies: 2
Views: 7553

Re: inputing a number

Try something like this:

Code: Select all

array = StrTok( getCvar("stevo_score"), " " ); // splits space in your cvar
slot = array[0];
score = array[1];
// insert find player here
player.score = score;
StrTok: http://znation.nl/cod4script/strtok.htm
by Mitch
Mon Apr 28, 2014 10:53 pm
Forum: Bugs
Topic: FS_handle for file: None Free
Replies: 13
Views: 25971

Re: FS_handle for file: None Free