CPQ 1 CPQ 2 CASAMENTO
This commit is contained in:
8
scripts/portal/MC2revive.js
Normal file
8
scripts/portal/MC2revive.js
Normal file
@@ -0,0 +1,8 @@
|
||||
function enter(pi) {
|
||||
if ( pi.getPlayer().getTeam() == 0 ) {
|
||||
pi.warp( pi.getMapId() - 100);
|
||||
} else {
|
||||
pi.warp( pi.getMapId() - 100);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
Reference in New Issue
Block a user