19th February 2013, 13:18
https://sphotos-b.xx.fbcdn.net/hphotos-ash3/559697_164434407040334_202407018_n.jpg
https://sphotos-b.xx.fbcdn.net/hphotos-ash3/17616_164283857055389_1998535492_n.jpg...
18th February 2013, 19:07
http://www.youtube.com/watch?v=p-Z3YrHJ1sU
Old but Gold ;D
PS: It's good for sleep too :D
18th February 2013, 09:46
This is my old Addbots script.
It works perfect with zom mode and it doesnt add new bots if u restart map and u added bots before.
You can always add new bots to the game and it will add max 60...
18th February 2013, 05:32
18th February 2013, 04:44
It doesnt depends on CoD2 or CoD4, just on the mod.
Your tdm-spawns are only working, because you teleport the activator at roundstart into the activator-area (you wouldnt need that, if you just...
17th February 2013, 18:37
When i sleep i hear often didgeridoo lol :D
http://www.youtube.com/watch?v=81vLopFB3wI
EDIT: LOL at meaning of life, its perfect xD
17th February 2013, 17:27
Hey evo,You don't need to set it up.Altleast I didn't have to and for spawns there is a thread i called long ago "deathrun spawns?" try finding it.I got an answer,you need to make a teleporter around...
17th February 2013, 12:11
Try this:
Text size : 90
itemDef
{
name "button_bar"
visible 1
rect 0 0 128 24
origin ORIGIN_CHOICE1
forecolor GLOBAL_UNFOCUSED_COLOR
17th February 2013, 09:39
Text size:
textscale size
size = any size you want
Position of the text:
16th February 2013, 11:42
My way to put xmodels:
-Extract all of your xmodels from iw_13.iwd to a folder called "xmodel" in main
-Right click in 2dview, misc, model
-In the pop window, select the xmodel you want. If...
15th February 2013, 20:26
Ah, maybe forgot to convert to JPG?
EDIT: you uploaded as .png, thats why they were too big :D
JPG:
150
148
149
15th February 2013, 20:23
This is my desktop.
147
(my background is a slide show that switches every 30 minutes if i am plugging in)
13th February 2013, 16:40
Hey all,
Evo asked in the forums how to do it so I thought I should make a tutorial.
->How to add Xmodels to map in CoD2Radiant<-
Things you'll need :
-Winrar
Lets get started!
13th February 2013, 16:22
For all I know, you need to copy the xmodel folder from iw_13.iwd to the main folder.
Then run the radiant and rightclick on the 2dgrid, select the xmodel option and browse to that xmodel folder.
12th February 2013, 17:31
Basically i only use this:
Hold right Mouse: Camera movement Forward/Backward
Hold right Mouse + Ctrl: Camera movement Up/Down
Hold right Mouse + Ctrl + Shift: Camera Free Looking
Middle...
12th February 2013, 17:30
Action
Key
Camera Up
D
Camera Down
C
12th February 2013, 17:26
Hold CTRL and SHIFT to look up and down.
CTRL for just going up and down (not looking).
Most radiant keys is just trial and error, just try them out and see what it does and there's also a list...
12th February 2013, 16:42
When you turn on iTunes, from the context menu select: Switch to Mini Player or a combination of keys: Ctrl + Shift + M :)
12th February 2013, 16:21
Hey Mitch,
I've downloaded the "new Xfire" in last week, but in my opinion, an earlier version (Version 1.153 Build 46071) was much better.
This new one doesn't show me servers info. Anyway in-game...
11th February 2013, 19:55
Here I wrote how to implement killstreak: LINK
11th February 2013, 09:11
Jaws 3 (just because it came from tv) :p
11th February 2013, 01:04
if you just call "write" on a file, then close it again, it will be empty. Comes in handy when trying to prevent files from getting larger.
Also, here is my account system, use it for inspiration:...
10th February 2013, 18:44
I got it to work with the file function, no problem at all:
Hud:
init()
{
game["ratio"] = &"DEMON_TEST";
precacheString( game["ratio"] );
10th February 2013, 15:46
Ok, I found out what the problem is - once a file has been created using the "write" function, it wont update. So, you are fine entering data into file the very first time. After that, it simply...
10th February 2013, 14:15
Working on it. Got the file functions to store my kills. Now, I will work on getting it to read it back to me during a game.