[Ajuda] Bug da skin presidiбrio
#1

Estou tentando tirar um bug do GM mas nгo to conseguindo, parecia simples mesmo pra um iniciante como eu, mas confesso que nгo consegui..
Acontece que quando o player й solto da prisгo, ele continua com a skin de presidiбrio ao invйs de voltar com sua skin normal


Код:
}
	else if(PlayerInfo[i][pJailed] == 9)
{
	SetPlayerInterior(i, 0);
	SetPlayerPos(i, 1539.6094,-1694.4749,13.5469);
}
        PlayerInfo[i][pJailed] = 0;
	SendClientMessage(i, COLOR_GRAD1,"Vocк pagou sua divida com a sociedade.");
	GameTextForPlayer(i, "~g~Livre~n~~w~Nao cometa mais crimes", 5000, 1);
	SetPlayerChatBubble(i, "*", COLOR_RED, 1, 1);
        skinneg[i] = GetPlayerSkin(i);
	if(gTeam[i] == 4) { gTeam[i] = 3; }
	ClearCrime(i);
	SetPlayerToTeamColor(i);
				}
Tem algo errado aн? agradeзo.
Reply
#2

pawn Код:
}
else if(PlayerInfo[i][pJailed] == 9)
{
SetPlayerInterior(i, 0);
SetPlayerPos(i, 1539.6094,-1694.4749,13.5469);
}
PlayerInfo[i][pJailed] = 0;
SendClientMessage(i, COLOR_GRAD1,"Vocк pagou sua divida com a sociedade.");
GameTextForPlayer(i, "~g~Livre~n~~w~Nao cometa mais crimes", 5000, 1);
SetPlayerChatBubble(i, "*", COLOR_RED, 1, 1);
skinneg[i] = GetPlayerSkin(i);
SetPlayerSkin(i, skinneg[i]);
if(gTeam[i] == 4) { gTeam[i] = 3; }
ClearCrime(i);
SetPlayerToTeamColor(i);
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)