08.05.2016, 17:56
In wich callback? Can you write example please...
Can you edit it to me to gTeam (Team 1: Policias, team 2: Terroristas)
Because i want to each team have one color, Azul (Blue) for Policias and Rojo (Red) for Terroristas.
Can you edit it to me to gTeam (Team 1: Policias, team 2: Terroristas)
Because i want to each team have one color, Azul (Blue) for Policias and Rojo (Red) for Terroristas.
Код:
static gTeam[MAX_PLAYERS]; #define Policias 1 #define Terroristas 2 #define RojoMarcado 0xFF0000FF //Colour for Terroristas #define AzulMarcado 0x0000FFFF //Colour for Policias