Fix Makefile to build death_exploit.smx.
Fix death_exploit to run autoexec.
all: version smx
-smx: limited_weapons.smx
+smx: death_exploit.smx limited_weapons.smx
version:
@./mkversion
/* Set up cvars. */\r
death_hp = CreateConVar("death_hitpoints", "1", "Hitpoints for players who were dead at the end of the last map.", FCVAR_NONE, true, 0.0, true, 100.0);\r
\r
+ AutoExecConfig(true, "death");\r
+\r
/* Hooks. */\r
HookEvent("player_first_spawn", player_first_spawn_callback);\r
HookEvent("player_transitioned", player_transitioned_callback);\r