mirror of
https://github.com/Resxt/Plutonium-T6-Scripts.git
synced 2025-07-04 10:11:50 +00:00
mapvote 1.0.2
Changed all notifies with the mapvote prefix to avoid conflicts with other scripts Fixed some typos in the code comments Removed self notifyonplayercommand("unselect", "+frag"); as it should have been removed in 1.0.1
This commit is contained in:
@ -16,8 +16,8 @@ OnKillcamEnd()
|
||||
return false;
|
||||
wait 3;
|
||||
|
||||
level notify("vote_start");
|
||||
level waittill("vote_end");
|
||||
level notify("mapvote_vote_start");
|
||||
level waittill("mapvote_vote_end");
|
||||
return false;
|
||||
}
|
||||
|
||||
@ -26,7 +26,7 @@ OnKillcamEnd()
|
||||
return true;
|
||||
wait 3;
|
||||
|
||||
level notify("vote_start");
|
||||
level waittill("vote_end");
|
||||
level notify("mapvote_vote_start");
|
||||
level waittill("mapvote_vote_end");
|
||||
return true;
|
||||
}
|
Reference in New Issue
Block a user