Hello I was wondering the different commands for gamemodes where, as i have been pondering them for a while after not finding anyhting on CC's site. Any help at all is appreciated
I think it can use any normal command used in weapons
I emant like the "example_gm_update() and stuff like that And i also want to know if ti is possible to alter the game quite a bit, and add things the game normally doesn't incoporate
Ok, I want to do some gamemode, but it must reset values each game (not each round, but after game start), I mean if I play several games, how can I reset without exiting?
you could use this:
"if getframe()==0 and getround()==1 and getturn()==1 then"
but there is no "getturn" command...
I've no idea how to do this the best way. I guess I'll add a "start" function or something like that for game modes and/or a getturn command.