Originally posted by Ziliak
Do you know all the gamemode codes? I need Free For All, Team Deathmatch, Search & Destroy; Capture the Flag; Headquarters; Demolition; Domination, and Sabotage. Then my v1 is pretty much done and ready to release here on ngu! :happygrin:
If you want the hidden gamemode's here you go:
GTNW: g_gametype gtnw;party_gametype gtnw;
VIP: g_gametype vip;party_gametype vip;
ARENA: g_gametype arena;party_gametype arena;
Now here's the normal one's:
Search & Destroy
Code:
g_gametype sd;fast_restart;
Domination
Code:
g_gametype dom;fast_restart;
Team Deathmatch
Code:
g_gametype dm;fast_restart;
I dont know the other's, you will have to try these because im not sure:
FFA: g_gametype ffa;fast_restart;
Capture the flag: g_gametype ctf;fast_restart;
Headquarter's: g_gametype hq;fast_restart;
Demolition: g_gametype dem;fast_restart;
Sabotage: g_gametype sab;fast restart;
I dont know about them you'll have to try them out. Hope i helped.