View Single Post
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 01-12-2017 , 06:26   Re: Bomb Status [ V 1.7 ]
Reply With Quote #114

Replace the original lines(524, 525) with:
PHP Code:
formatex(HudMessagecharsmax(HudMessage), "%L"id"BOMBSTATUS_PLANTED1"UsedBombSite == "B1" :"B2"PlayerNamefloatround((get_distance_f(PlayerOriginsBombOrigin) / 100)), CountExplosionTimeget_pdata_bool(idm_bHasDefuser) ? "DefuseKit" "Default") : 
formatex(HudMessagecharsmax(HudMessage), "%L"id"BOMBSTATUS_PLANTED2"UsedBombSite == "B1" :"B2"PlayerNamefloatround((get_distance_f(PlayerOriginsBombOrigin) / 100)), CountExplosionTime
Also, can you provide some feedback? Does the plugin guess correctly the bombsite? Do you have any issue?
__________________

Last edited by HamletEagle; 01-12-2017 at 06:28.
HamletEagle is offline