30.09.2009, 14:02
Код:
public turfwar() { new rand = random(sizeof(checkpoints)); for(new i=0; i<MAX_PLAYERS; i++) { SetPlayerCheckpoint(i,2,checkpoints[rand][0],0,0,0,5.0); } SendClientMessageToAll(COLOR_YELLOW,"[INFO] A enemy area is now avaible to take over. Go, find it and take it!"); SendClientMessageToAll(COLOR_YELLOW,"[INFO] The area is marked on your map! Go there and enter the checkpoint."); }