Script to get Kmapvote working for Arizard Deathrun.
0 replies, posted
step 1. make a new file called kmapvotehook.lua.
step 2. Put that file inside lua/autorun/server
step 3. place this code in the file you just made.
[CODE] hook.Add("DeathrunShouldMapSwitch", "KMapVoteHook", function() MAPVOTE:BeginVote()
return false
end)
[/CODE]
Step 4. Done!
Sorry, you need to Log In to post a reply to this thread.