Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/10/13 in all areas

  1. hellreturn

    g_crazygravity

    Try without ! command...and it should work afaik. So it should be like this to enable panzerwar and crazygravity set g_useraxisrespawntime 2 set g_useralliedrespawntime 2 panzerwar 1 crazygravity 1
    1 point
  2. Sol

    g_crazygravity

    It can't be as far as I know. here you are the script, I'm not quite sure about et_InitGame and restart eq 1 if it is a call before or after map_restart. maps = { "adlernest", "fueldump", "goldrush" } -- add map here command = "!crazygravity" -- command here function et_InitGame( levelTime, randomSeed, restart ) if restart == 1 then -- not quite sure local i = 1 while maps[i] ~= nil do if tostring(et.trap_Cvar_Get("mapname")) == maps[i] then et.trap_SendConsoleCommand(et.EXEC_APPEND, string.format("%s\n", command)) break end i = i + 1 end end end
    1 point
×
×
  • Create New...