it looks like all you may have to change is the <amxmod> to <amxmodx>
and line 67
from this:
Code:
public vote_bladez(id){
to this:
Code:
public vote_bladez(id,level,cid){
this compiles fine, can't test it though.
Edit: Added a couple lines to work in cstrike, and it works there, so I would assume it works in dod (again, can't test dod).