ryan
Veteran
- Messages
- 12
- Reaction score
- 4
- Points
- 793
I Am Making a menu and i was wondering how to change the gamemode from FFA to TDM or something like that. Does anyone know how to do that like in TCM V8 or Anarchy Private?
I Had a idea but i dont know if it will work but this is my idea:
ChangeToTDM()
{
self iprintlnbold("Changing Game Mode To TDM");
wait 1;
setdvar("g_gametype","tdm");
map_restart(true);
}
I Had a idea but i dont know if it will work but this is my idea:
ChangeToTDM()
{
self iprintlnbold("Changing Game Mode To TDM");
wait 1;
setdvar("g_gametype","tdm");
map_restart(true);
}