fix moviemode bug with xp bs showing wrongly

This commit is contained in:
Lorenc Pekaj 2018-10-14 01:43:21 +11:00
parent fdb9f9aa77
commit 7606829ff9

View File

@ -179,7 +179,7 @@ hook OnPlayerDisconnect( playerid, reason )
hook OnPlayerMovieMode( playerid, bool: toggled )
{
if ( toggled )
if ( ! toggled )
{
TextDrawShowForPlayer( playerid, g_CurrentRankTD );
TextDrawShowForPlayer( playerid, g_currentXPTD );