12.08.2015, 14:29
Vocк tб usando da maneira errada, o certo seria vocк definir apenas um "Trabalho" e setar por nъmeros...
Governo = Nъmero 1
Policia = Nъmero 2
e assim por diante
Governo = Nъmero 1
Policia = Nъmero 2
pawn Код:
enum Profs
{
Trabalho
}
new Profissao[MAX_PLAYERS][Profs];
if(Profissao[playerid][Trabalho] == 1)
{
SetPlayerColor(playerid, COR_GOVERNO);
}
if(Profissao[playerid][Trabalho] == 2)
{
SetPlayerColor(playerid, COR_PM);
}