Files
sweetgum-server/scripts/portal/MC2revive.js
Diego Armando de Freitas Matos 90ad58f17f CPQ 1 CPQ 2 CASAMENTO
2019-03-06 21:55:47 -03:00

8 lines
165 B
JavaScript

function enter(pi) {
if ( pi.getPlayer().getTeam() == 0 ) {
pi.warp( pi.getMapId() - 100);
} else {
pi.warp( pi.getMapId() - 100);
}
return true;
}