mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-12 06:34:35 +00:00
Changed some MapLimits
This commit is contained in:
parent
45bdc61513
commit
26586036bf
3 changed files with 51 additions and 53 deletions
|
|
@ -1,5 +1,5 @@
|
|||
//Start and Reset Notify
|
||||
package NoRapeNotify {
|
||||
//package NoRapeNotify {
|
||||
|
||||
//Start Notify
|
||||
//function DefaultGame::spawnPlayer( %game, %client, %respawn ) {
|
||||
|
|
@ -12,19 +12,21 @@ package NoRapeNotify {
|
|||
//}
|
||||
//}
|
||||
|
||||
//Reset Notify
|
||||
function DefaultGame::gameOver( %game ) {
|
||||
//Call default function
|
||||
parent::gameOver( %game );
|
||||
//Reset NoBaseRape Notify
|
||||
ResetNotify::MissionEnd( %game, %client );
|
||||
}
|
||||
//Moved the DefaultGame::gameOver in evo defaultgame.ovl
|
||||
|
||||
};
|
||||
//Reset Notify
|
||||
//function DefaultGame::gameOver( %game ) {
|
||||
//Call default function
|
||||
//parent::gameOver( %game );
|
||||
//Reset NoBaseRape Notify
|
||||
//ResetNotify::MissionEnd( %game, %client );
|
||||
//}
|
||||
|
||||
//};
|
||||
|
||||
// Prevent package from being activated if it is already
|
||||
if (!isActivePackage(NoRapeNotify))
|
||||
activatePackage(NoRapeNotify);
|
||||
//if (!isActivePackage(NoRapeNotify))
|
||||
//activatePackage(NoRapeNotify);
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue