01.04.2016, 22:54
Quote:
Nice, But can i make 1 player able to capture the zone?
And a command like /attack to capture it too? Great script ![]() |
Actually the player limit is already to 1. You can edit these values if you want from the turfs.pwn filterscript:
pawn Код:
#define TURF_REQUIRED_KILLS (3)
#define TURF_REQUIRED_PLAYERS (1)
#define TURF_REQUIRED_CAPTURETIME (2 * 60 * 1000)
#define TURF_REQUIRED_PROVOKETIME (10 * 1000)