04.04.2019, 13:16
Gostaria de saber como posso colocar novos trabalhos em minha GM, grato pela ajuda.
#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