| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 618 online users. » 0 Member(s) | 615 Guest(s) Applebot, Baidu, Bing
|
| Latest Threads |
GOLDEN TIMES
Forum: Diskutime rreth eSportsKosova
Last Post: FidanSH
08-28-2026, 02:40 AM
» Replies: 0
» Views: 32
|
Multi-Account Browser Saf...
Forum: Qendrat e lojërave
Last Post: omo-serviceSmuth
08-26-2026, 06:30 PM
» Replies: 0
» Views: 44
|
2captcha analog: OMOCaptc...
Forum: Qendrat e lojërave
Last Post: omocaptchaSmuth
08-23-2026, 10:10 AM
» Replies: 0
» Views: 52
|
Негабаритные перевозки по...
Forum: Qendrat e lojërave
Last Post: SamiSix
08-23-2026, 09:26 AM
» Replies: 0
» Views: 55
|
A smarter way to preview ...
Forum: Qendrat e lojërave
Last Post: zjohndrk6666
08-20-2026, 07:19 PM
» Replies: 0
» Views: 64
|
how to break ReCaptcha v....
Forum: Gjuhë Angleze
Last Post: MaryAxork6174
08-15-2026, 01:06 AM
» Replies: 0
» Views: 60
|
A jena Live me postu !
Forum: Diskutime rreth eSportsKosova
Last Post: PIONERI
08-12-2026, 05:12 PM
» Replies: 0
» Views: 78
|
Ilir 'washere' Amati - AI...
Forum: CS - Config. (CFG)
Last Post: alking1
06-08-2026, 09:35 AM
» Replies: 1
» Views: 270
|
[Zombie Outstanding] +.Sm...
Forum: AMX - Addon's
Last Post: Learti Zm
06-07-2026, 01:46 PM
» Replies: 7
» Views: 701
|
Knife Addons @ 2016 New
Forum: AMX - Addon's
Last Post: Mr.Patr1k
06-07-2026, 09:49 AM
» Replies: 8
» Views: 703
|
|
|
| BCD HUDTiMER PLUGiN |
|
Posted by: LND. - 10-21-2022, 05:32 PM - Forum: AMX - Plugin's
- No Replies
|
 |
Hello
shumica nga ju e dini per pluginin ne fjal
per ata qe nuk e din:
me ket plugin ti mund te shohesh kohen e shperthimit te c4 me nje HUD MESSAGE,si ne foto
![[Image: attachment.php?attachmentid=13913&d=1171654283]](http://forums.alliedmods.net/attachment.php?attachmentid=13913&d=1171654283)
![[Image: attachment.php?attachmentid=13914&d=1171654289]](http://forums.alliedmods.net/attachment.php?attachmentid=13914&d=1171654289)
Source Code
Quote:/*
Bomb Countdown HUD Timer v0.2 by SAMURAI
* Plugin Details
With this plugin enabled, you can see an colored Hud Message with the c4 time left, until explode
Remeber : if until explode remains less than 8 seconds, hudmessage color will be red, if > 7 will be yellow and > 13 will be green.
* Required Modules:
- CSX
* Credits:
- Emp` for various indicates
- Alka for full tests
* Changelog
- Fixed Events problems
- Pcvars
- Fixed any bug on plugin
*/
#include <amxmodx>
#include <csx>
#define PLUGIN "Bomb Countdown HUD Timer"
#define VERSION "0.2"
#define AUTHOR "SAMURAI"
new g_c4timer, pointnum;
new bool:b_planted = false;
new g_msgsync;
public plugin_init()
{
register_plugin(PLUGIN,VERSION,AUTHOR);
pointnum = get_cvar_pointer("mp_c4timer");
register_logevent("newRound", 2, "1=Round_Start");
register_logevent("endRound", 2, "1=Round_End");
register_logevent("endRound", 2, "1&Restart_Round_");
g_msgsync = CreateHudSyncObj();
}
public newRound()
{
g_c4timer = -1;
remove_task(652450);
b_planted = false;
}
public endRound()
{
g_c4timer = -1;
remove_task(652450);
}
public bomb_planted()
{
b_planted = true;
g_c4timer = get_pcvar_num(pointnum);
dispTime()
set_task(1.0, "dispTime", 652450, "", 0, "b");
}
public bomb_defused()
{
if(b_planted)
{
remove_task(652450);
b_planted = false;
}
}
public bomb_explode()
{
if(b_planted)
{
remove_task(652450);
b_planted = false;
}
}
public dispTime()
{
if(!b_planted)
{
remove_task(652450);
return;
}
if(g_c4timer >= 0)
{
if(g_c4timer > 13) set_hudmessage(0, 150, 0, -1.0, 0.80, 0, 1.0, 1.0, 0.01, 0.01, -1);
else if(g_c4timer > 7) set_hudmessage(150, 150, 0, -1.0, 0.80, 0, 1.0, 1.0, 0.01, 0.01, -1);
else set_hudmessage(150, 0, 0, -1.0, 0.80, 0, 1.0, 1.0, 0.01, 0.01, -1);
ShowSyncHudMsg(0, g_msgsync, "C4: %d", g_c4timer);
--g_c4timer;
}
}
/* AMXX-Studio Notes - DO NOT MODIFY BELOW HERE
*{\\ rtf1\\ ansi\\ deff0{\\ fonttbl{\\ f0\\ fnil Tahoma;}}\n\\ viewkind4\\ uc1\\ pard\\ lang1033\\ f0\\ fs16 \n\\ par }
*/
Shkarko Ketu
|
|
|
| Startup Control Panel #Freeware# |
|
Posted by: LiridonMurati - 10-21-2022, 04:38 PM - Forum: Programet
- Replies (3)
|
 |
![[Image: ?di=WZTS]](http://cs-jeppo.com/image/?di=WZTS)
Startup Control Panel eshte nje panel kontrollimi notifikues qe ju mundeson shume lehte te konfiguroni programet qe deshironi te startojn se bashku me kompjuterin. Eshte i lehte per perdorim, shume i vogel ne madhesi qe nuk do e ngarkoj sistemin tuaj. Nje vegel me vlere per administrimin e sistemit.
Code: http://www.mlin.net/StartupCPL.shtml
Direct Link
|
|
|
|