24.11.2007, 18:27 
	
	
	
		As i have said i will update asap.
put this at the top of the game (replace what is currently there) and it should work fine
	
	
	
	
put this at the top of the game (replace what is currently there) and it should work fine
Code:
#include <a_samp> #include <dutils> #include <dudb> #include <core> #include <float> /*============================================================================== Gamemode by LethaL <> This gamemode has working gang turf areas that can be taken by any team (i.e the area on the map will change colour by killing team) <> Also register system and stats saving <> Admin class is XtremeAdmin only (need to configure in your admin filterscript) ================================================================================ */ #define MAX_TEAMKILLS 3 //this is number of times b4 player is kicked #define MAX_TEAMKILLS_FORJAIL 2 //this is number of times b4 player is jailed #define JAIL_TIME_LENGTH 300000 //5 mins = 300000 #define REOWN_TURF 4 //this the number of kills necessry before the gang area/turf is reowned by a gang e.g. for grove to get ganton back from ballas #define GANGAREA_TAKE 4 //number of kills b4 a gang takes another gangs turf #define GANGAREA_WARNINGS 2 //number of kills before a warning message


