15.04.2011, 17:45
pawn Код:
foreach(Player, i) {
if(IsPlayerInArea(i, -352.180664, 1537.226684, -336.180664, 1553.226684)) {
if(EnteredArea[i] == 0) { // if he hasn'td beenterefo re
if(gTeam[i] == TEAM_USA && CapturedBy == 1 || gTeam[i] == TEAM_GERMANY && CapturedBy == 2 || gTeam[i] == TEAM_MERC && CapturedBy == 3 || gTeam[i] == TEAM_JAPAN && CapturedBy == 4 || gTeam[i] == TEAM_RUSSIA && CapturedBy == 5) {
SendClientMessage(i, COLOR_RED, "This area has already been captured by your team!");
EnteredArea[i] = 1;
}
else {
SendClientMessageToAll(COLOR_CON_GREEN, "The bigear is being taken over!");
EnteredArea[i] = 1; // He has entered
SendClientMessage(i,COLOR_CON_GREEN, "Stay In here for 30 seconds to take over the area!");
IfCapture[i] = 1;
T1[i] = SetTimer("TakeOver",30000,0);
}
}
}
else {
EnteredArea[i] = 0; // When he leaves, he's no longer in the area
KillTimer(T1[i]);
}
pawn Код:
if(IsPlayerInArea(i, -352.180664, 1537.226684, -336.180664, 1553.226684))
pawn Код:
CreateDynamicCP (-344.2773,1545.2611,75.5625, 5.5, 0, -1, -1, 50.0); // Checkpoint in the BIG Ears