fix moviemode bug with xp bs showing wrongly
This commit is contained in:
parent
fdb9f9aa77
commit
7606829ff9
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user