Hallo Community, ich hab da ein kleines Problemchen. Es gibt ja im Godfather dieses Tacho, und wenn man in einen Fahrzeug einsteigt, wird es ja auch eingeblendet. Doch wenn man das Fahrzeug nun verlässt, bleibt die Anzeige erhalten.
Ich habe schon was versucht, doch es bringt nichts.
if(IsPlayerInAnyVehicle(playerid)) { if(newstate == PLAYER_STATE_DRIVER) { TextDrawShowForPlayer(playerid,SpeedoBox); TextDrawShowForPlayer(playerid,SpeedoVehText); TextDrawShowForPlayer(playerid,SpeedoVeh[playerid]); TextDrawShowForPlayer(playerid,SpeedoKMHText); TextDrawShowForPlayer(playerid,SpeedoKMH[playerid]); TextDrawShowForPlayer(playerid,SpeedoTankText); TextDrawShowForPlayer(playerid,SpeedoTank[playerid]); TextDrawShowForPlayer(playerid,SpeedoHealth[playerid]); TextDrawShowForPlayer(playerid,SpeedoHealthText); } else { if(newstate == PLAYER_STATE_DRIVER) { TextDrawHideForPlayer(playerid,SpeedoBox); TextDrawHideForPlayer(playerid,SpeedoVehText); TextDrawHideForPlayer(playerid,SpeedoVeh[playerid]); TextDrawHideForPlayer(playerid,SpeedoKMHText); TextDrawHideForPlayer(playerid,SpeedoKMH[playerid]); TextDrawHideForPlayer(playerid,SpeedoTankText); TextDrawHideForPlayer(playerid,SpeedoTank[playerid]); TextDrawHideForPlayer(playerid,SpeedoHealth[playerid]); TextDrawHideForPlayer(playerid,SpeedoHealthText); } } }
Vielleicht weiß da einer mehr, und kann mir bitte helfen *-*
Mit freundlichen Grüßen.