Hello, wanted to know if they can help me, I want to run the script (mapvote) at the end of a map, now I have running the awe mapvote, but "kung foo man" provided a new mapvote which not and could run, I could doing wrong ?

+ MapVote AWE

PHP Code:
Callback_StartGameType()
{
  
thread maps\mp\gametypes\_mapvote::init()
}

endMap()
{
  
maps\mp\gametypes\_mapvote::Initialize();

+ New MapVote > Script (http://killtube.org/downloads/cod2/e...td/mapvote.gsc)

PHP Code:
endMap()
{
  
maps\mp\gametypes\mapvote::addMap("mp_toujane",   "loadscreen_mp_toujane",     &"Toujane",   "Toujane");
  
maps\mp\gametypes\mapvote::addMap("mp_burgundy",  "loadscreen_mp_burgundy",    &"Burgundy",  "Burgundy");
  
maps\mp\gametypes\mapvote::addMap("mp_carentan",  "loadscreen_mp_carentan",    &"Carentan",  "Carentan");
  
maps\mp\gametypes\mapvote::addMap("mp_matmata",   "loadscreen_mp_matmata",     &"Matmata",   "Matmata");
  
maps\mp\gametypes\mapvote::addMap("mp_dawnville""loadscreen_mp_dawnville",   &"Dawnville""Dawnville");
  
maps\mp\gametypes\mapvote::precache();