09.03.2010, 20:27
(
Последний раз редактировалось aircombat; 08.04.2011 в 10:31.
)
i added this to my script :
and it just compiled fine what's wrong ?
________
Uggs
Код:
// Max Number of pickups (for destroying cash drops) #define MAX_PICKUPS 150 // Teams <---- Line 46 #define TEAM_COP 1 #define TEAM_ARMY 2 #define TEAM_MEDIC 3 #define TEAM_CARFIX 4 #define TEAM_CASSEC 5 #define TEAM_DRIVER 6 #define TEAM_BISTRO 7 #define TEAM_JAILTK 8 #define TEAM_PVTMED 9 #define TEAM_CIVIL 10 #define TEAM_GASDEL 11 #define TEAM_DRGDEL 12 #define TEAM_HITMAN 13 #define TEAM_GUNDEL 14 #define TEAM_SNITCH 15 #define TEAM_RAPIST 16 #define TEAM_BOUNTY 17 #define TEAM_KIDNAP 18 #define TEAM_PILOT 19 // Script Version ( for gamemode text etc) #define sversion "1.9"
________
Uggs