04.04.2019, 13:26
PHP Code:
#define DESEMPREGADO 0
#define PILOTO 1
enum pInfo {
Profissao
}
new PlayerInfo[MAX_PLAYERS][pInfo];
//Sу ir fazendo as profissхes agora
PlayerInfo[playerid][Profissao] == DESEMPREGADO
PlayerInfo[playerid][Profissao] == PILOTO //e assim por diante