04.01.2012, 15:12
Use this tutorial:
https://sampwiki.blast.hk/wiki/PAWN_tuto...eam_deathmatch
Just make 3 teams instead of 2. Eg:
https://sampwiki.blast.hk/wiki/PAWN_tuto...eam_deathmatch
Just make 3 teams instead of 2. Eg:
pawn Код:
#define TEAM_DRIFTERS 0
#define TEAM_ENFORCERS 1
#define TEAM_CRIMINALS 2
new gTeam[MAX_PLAYERS];

