This commit is contained in:
Lorenc Pekaj 2018-09-29 21:50:27 +10:00
parent d3db7d1117
commit c5c0213793

View File

@ -54,7 +54,6 @@ native gpci ( playerid, serial[ ], len );
new bool: False = false; new bool: False = false;
// #define IsPlayerPlayingPool(%0) (False)
/* ** SF-CNR ** */ /* ** SF-CNR ** */
#include "irresistible\_main.pwn" #include "irresistible\_main.pwn"
@ -6776,7 +6775,7 @@ thread geteventhost( playerid )
CMD:unbanme( playerid, params[ ] ) CMD:unbanme( playerid, params[ ] )
{ {
ShowPlayerDialog( playerid, DIALOG_UNBAN_CLASS, DIALOG_STYLE_LIST, ""COL_WHITE"Unban Class", ""COL_GOLD"$750,000"COL_WHITE"\tUnban Army Class\n"COL_GOLD"$500,000"COL_WHITE"\tUnban Cop Class\n", "Select", "Close" ); ShowPlayerDialog( playerid, DIALOG_UNBAN_CLASS, DIALOG_STYLE_TABLIST, ""COL_WHITE"Unban Class", "Unban Army Class\t"COL_GOLD"$750,000\nUnban Cop Class\t"COL_GOLD"$500,000", "Select", "Close" );
return 1; return 1;
} }
@ -25430,6 +25429,7 @@ stock ResetPlayerPassiveMode( playerid, bool: passive_disabled = false )
p_PassiveModeExpireTimer[ playerid ] = -1; p_PassiveModeExpireTimer[ playerid ] = -1;
p_PassiveModeDisabled{ playerid } = passive_disabled; p_PassiveModeDisabled{ playerid } = passive_disabled;
TextDrawHideForPlayer( playerid, g_PassiveModeTD ); TextDrawHideForPlayer( playerid, g_PassiveModeTD );
return 1;
} }
function PassiveMode_Reset( playerid, time_left ) function PassiveMode_Reset( playerid, time_left )