View Single Post
  #5  
Old 05-12-2001, 09:37 PM
cell424 cell424 is offline
Registered User
Join Date: Mar 2001
Location: USA/PA
Posts: 184
cell424 is on a distinguished road
Send a message via AIM to cell424
the script

just add this in their,
//Team 1
if (playertouchsme&&team1) {set 1;
if (playertouchsme&&team1&&1) {unset 1;set 2;}
if (playertouchsme&&team1&&2) {unset 2;set 3;}
if (playertouchsme&&team1&&3) {unset 3;set 4;}
just make that up to till the game is over..and when it is have this;
if (playertouchsme&&team1&&4) {message Team 1 Won;

//Team 2
if (playertouchsme&&team2) {set 1;
if (playertouchsme&&team2&&1) {unset 1;set 2;}
if (playertouchsme&&team2&&2) {unset 2;set 3;}
if (playertouchsme&&team2&&3) {unset 3;set 4;}
just make that up to till the game is over..and when it is have this;
if (playertouchsme&&team2&&4) {message Team 2 Won;


__________________
Trunks
Reply With Quote