hlmod.hu https://hlmod.hu/ |
|
Kód https://hlmod.hu/viewtopic.php?f=24&t=2920 |
Oldal: 1 / 1 |
Szerző: | Crazy [2011.12.21. 21:32 ] |
Hozzászólás témája: | Kód |
Kódokat hova kell beírni vagy az mi még kezdő vok:S |
Szerző: | VirTuaL ~` [2011.12.21. 21:33 ] |
Hozzászólás témája: | Re: Kód |
Miféle kódokat? ![]() ![]() _________________ ![]() ![]() |
Szerző: | Crazy [2011.12.21. 21:35 ] |
Hozzászólás témája: | Re: Kód |
vannak ilyen baromságok hogy:Kód: #include <amxmodx> #include <csx> #include <amxmisc> #include <zombieplague> #define PLUGIN "[ZP] Infection Countdown Remix" #define VERSION "1.3" #define AUTHOR "Dels" new countdown_timer new g_msgsync; const TASK_ID = 1603; public plugin_init() { register_plugin(PLUGIN, VERSION, AUTHOR); register_event("HLTV", "event_round_start", "a", "1=0", "2=0"); register_dictionary("zp_countdown_remix.txt"); //needed for smooth countdown display g_msgsync = CreateHudSyncObj(); } public event_round_start() { //bugfix remove_task(TASK_ID); countdown_timer = get_cvar_num("zp_delay") - 1; set_task(4.0, "countdown", TASK_ID); } public countdown() { if (countdown_timer > 1) { set_hudmessage(255, 0, 0, 0.03, 0.79, 0, 6.0, 12.0); if (countdown_timer != 1) ShowSyncHudMsg(0, g_msgsync, "%L", LANG_PLAYER, "COUNTDOWN_MSG", countdown_timer-1); //the new way } --countdown_timer; if(countdown_timer >= 1) set_task(1.0, "countdown", TASK_ID); else remove_task(TASK_ID); } |
Szerző: | VirTuaL ~` [2011.12.21. 21:39 ] |
Hozzászólás témája: | Re: Kód |
SMA file-ba. És ha már írod akkor Kód: IDE IRD ____________ ![]() ![]() |
Szerző: | Metal [2011.12.22. 09:31 ] |
Hozzászólás témája: | Re: Kód |
kuka+lezárva... |
Oldal: 1 / 1 | Minden időpont UTC+02:00 időzóna szerinti |
Powered by phpBB® Forum Software © phpBB Limited https://www.phpbb.com/ |