Quote:
Originally Posted by AutoMatic2
Acho que ta errado e o sinal != tenta mudar pra ==
PHP код:
if(Player[playerid][pProf] == 2 && IsPlayerInAnyVehicle(playerid, CarroJornal[c]))
{
// ...
}
else
{
ClearAnimations(playerid);
}
Se nгo quiser usar ClearAnimations use RemoveVehicle mesmo! Teste e veja a diferenзa
|
Se eu colocar "==" vai comparar e nгo diferenciar