hlmod.hu https://hlmod.hu/ |
|
Nice Team Score + Pontos idő https://hlmod.hu/viewtopic.php?f=29&t=22760 |
Oldal: 1 / 1 |
Szerző: | Panther [2015.11.26. 06:57 ] |
Hozzászólás témája: | Nice Team Score + Pontos idő |
Ebbe a pluginba bele tudná valaki írni egy sortöréssel a pontos időt? /* Created Nice Team Score by sector for www.chatbox.do.am Web Help - www.chatbox.do.am All ingenious is simple - Nice. Made in Russia. */ #include <amxmodx> new nMSGS, nCT, nT, nR public plugin_init() { register_plugin("Nice Team Score", "1.0 Fixed", "sector") register_event("SendAudio", "nice_team_score_ct", "a", "2&%!MRAD_ctwin") register_event("SendAudio", "nice_team_score_t", "a", "2&%!MRAD_terwin") register_logevent("nice_team_score_round", 2, "1=Round_End") register_logevent("nice_team_score_reset", 2, "1&Restart_Round_", "1=Game_Commencing") nMSGS = CreateHudSyncObj() set_task(3.0, "nice_team_score_msg", _, _, _, "b") } public nice_team_score_msg() { new nPlayers[32], nNums, nPlayer_S get_players(nPlayers, nNums, "c") for(new i = 0; i < nNums; i++) { nPlayer_S = nPlayers[i] } set_hudmessage(55, 55, 255, -1.0, 0.01, 2, 6.0, 4.0) ShowSyncHudMsg(0, nMSGS, "T: %d vs. CT: %d^nKor: %d - Jatekosok: %d^n", nT, nCT, nR, nPlayer_S) } public nice_team_score_ct() { nCT++ } public nice_team_score_t() { nT++ } public nice_team_score_round() { nR++ } public nice_team_score_reset() { nCT = 0 nT = 0 nR = 0 } /* AMXX-Studio Notes - DO NOT MODIFY BELOW HERE *{\\ rtf1\\ ansi\\ deff0{\\ fonttbl{\\ f0\\ fnil Tahoma;}}\n\\ viewkind4\\ uc1\\ pard\\ lang1038\\ f0\\ fs16 \n\\ par } */ |
Szerző: | lada xp [2015.11.26. 15:18 ] |
Hozzászólás témája: | Re: Nice Team Score + Pontos idő |
Teszteld SMA Forráskód: [ Mindet kijelol ]
|
Szerző: | mforce [2015.11.26. 15:34 ] |
Hozzászólás témája: | Re: Nice Team Score + Pontos idő |
Elég gáz a másodpercmutatás, ha 3mp-enként frissül. |
Oldal: 1 / 1 | Minden időpont UTC+02:00 időzóna szerinti |
Powered by phpBB® Forum Software © phpBB Limited https://www.phpbb.com/ |