| hlmod.hu https://hlmod.hu/ | |
| Legjobb DHUDBAN HELP! https://hlmod.hu/viewtopic.php?f=29&t=9941 | Oldal: 1 / 3 | 
| Szerző: | alfanero [2013.08.07. 17:41 ] | 
| Hozzászólás témája: | Legjobb DHUDBAN HELP! | 
| Ebben Tudna valaki segiteni mert a 3 elvan csuszva a többitöl igy van : 1 2 3 es ilyenek kene lennie: 1. 2. 3. SMA Forráskód: [ Mindet kijelol ] 
 | |
| Szerző: | alfanero [2013.08.07. 17:43 ] | ||
| Hozzászólás témája: | Re: Legjobb DHUDBAN HELP! | ||
| alfanero írta: Ebben Tudna valaki segiteni mert a 3 elvan csuszva a többitöl igy van : 1 2 3 es ilyenek kene lennie: 1. 2. 3. SMA Forráskód: [ Mindet kijelol ] 
 Igy Sry: 
 | |||
| Szerző: | m0csy652 [2013.08.07. 17:45 ] | 
| Hozzászólás témája: | Re: Legjobb DHUDBAN HELP! | 
| #include <amxmodx> #include <amxmisc> #include <hamsandwich> #include <dhudmessage> #include <cstrike> #define PLUGIN "New Plugin" #define AUTHOR "Unknown" #define VERSION "1.0" new g_iKills[32]; new top1, top2, top3; public plugin_init() { register_plugin(PLUGIN, VERSION, AUTHOR) register_event("DeathMsg", "EventDeathMsg", "a") register_logevent("RoundEnd", 2, "1=Round_End") } public client_disconnect(id) { g_iKills[id] = 0; } public EventDeathMsg() { new killer = read_data(1) new victim = read_data(2) if(killer != victim && killer && cs_get_user_team(killer) != cs_get_user_team(victim)) { g_iKills[killer]++; } else g_iKills[killer]--; } public RoundEnd() { new players[32], num; get_players(players, num); SortCustom1D(players, num, "sort_bestplayer") top1 = players[0] top2 = players[1] top3 = players[2] new top1neve[33], top2neve[33], top3neve[33]; get_user_name(top1, top1neve, charsmax(top1neve)) get_user_name(top2, top2neve, charsmax(top2neve)) get_user_name(top3, top3neve, charsmax(top3neve)) set_dhudmessage(random(256), random(256), random(256), 0.29, 0.42,0,6.0,12.0,0.1,0.2) show_dhudmessage(0, "Ebben a Körben a Legjobb játékosok:^n1 %s^n2 %s^n 3%s", top1neve, top2neve, top3neve) client_print(0, print_chat, "") for(new i; i < 31; i++) { g_iKills[i] = 0; } } public sort_bestplayer(id1, id2) { if(g_iKills[id1] > g_iKills[id2]) return -1; else if(g_iKills[id1] < g_iKills[id2]) return 1; return 0; } /* AMXX-Studio Notes - DO NOT MODIFY BELOW HERE *{\\ rtf1\\ ansi\\ deff0{\\ fonttbl{\\ f0\\ fnil Tahoma;}}\n\\ viewkind4\\ uc1\\ pard\\ lang1046\\ f0\\ fs16 \n\\ par } */ | |
| Szerző: | pixxa112 [2013.08.07. 17:45 ] | 
| Hozzászólás témája: | Re: Legjobb DHUDBAN HELP! | 
| Tessék: SMA Forráskód: [ Mindet kijelol ] 
 | |
| Szerző: | alfanero [2013.08.07. 17:46 ] | 
| Hozzászólás témája: | Re: Legjobb DHUDBAN HELP! | 
| Köszönöm Szépen! | |
| Szerző: | pixxa112 [2013.08.07. 17:46 ] | 
| Hozzászólás témája: | Re: Legjobb DHUDBAN HELP! | 
| alfanero írta: Köszönöm Szépen! Ne csak mond csináld is XD | |
| Szerző: | alfanero [2013.08.07. 17:47 ] | 
| Hozzászólás témája: | Re: Legjobb DHUDBAN HELP! | 
| Es Grat az ötletes pluginhoz Pixxa | |
| Szerző: | pixxa112 [2013.08.07. 17:47 ] | 
| Hozzászólás témája: | Re: Legjobb DHUDBAN HELP! | 
| Amúgy mocsyé nem jó. | |
| Szerző: | alfanero [2013.08.07. 17:48 ] | 
| Hozzászólás témája: | Re: Legjobb DHUDBAN HELP! | 
| Nyomtam Köszi gombot:D   | |
| Szerző: | alfanero [2013.08.07. 17:48 ] | 
| Hozzászólás témája: | Re: Legjobb DHUDBAN HELP! | 
| Azt tudom h nem jó.   | |
| Oldal: 1 / 3 | Minden időpont UTC+01:00 időzóna szerinti | 
| Powered by phpBB® Forum Software © phpBB Limited https://www.phpbb.com/ | |