Quote:
Originally Posted by iAplle
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
|
mas como posso usar um Trabalho publicado aqui no forum e colocar em minha GM?