hlmod.hu https://hlmod.hu/ |
|
Csak halott lássa https://hlmod.hu/viewtopic.php?f=10&t=18952 |
Oldal: 2 / 2 |
Szerző: | CrB [2015.01.14. 20:04 ] |
Hozzászólás témája: | Re: Csak halott lássa |
Igen ezzel eléred h csak az látja aki meghal ő is csak 5 mp ig xXlederXxHUN írta: plugin_init-be: SMA Forráskód: [ Mindet kijelol ]
valahova a pluginba: SMA Forráskód: [ Mindet kijelol ]
Tessék amit kértél: SMA Forráskód: [ Mindet kijelol ]
|
Szerző: | Fantom [2015.01.14. 20:24 ] |
Hozzászólás témája: | Re: Csak halott lássa |
crazyboy írta: Igen ezzel eléred h csak az látja aki meghal ő is csak 5 mp ig xXlederXxHUN írta: plugin_init-be: SMA Forráskód: [ Mindet kijelol ]register_event("DeathMsg", "death", "a") valahova a pluginba: SMA Forráskód: [ Mindet kijelol ]public death() { new aldozat = read_data(2) if(is_user_connected(aldozat)) { set_hudmessage(random(255),random(255), random(255), 0.0, 0.6, 0, 0.6, 5.0) show_hudmessage(aldozat,"Frags of CT: %d^nFrags of TE: %d",ctfrags, tfrags) } } Tessék amit kértél: SMA Forráskód: [ Mindet kijelol ]#include <amxmodx> #include <cstrike> #define PLUGIN "Frags CT of TE" #define VERSION "1.0" #define AUTHOR "pixxa112" new ctfrags = 0 new tfrags = 0 public plugin_init() { register_plugin(PLUGIN, VERSION, AUTHOR) register_event("DeathMsg", "halal", "a"); register_logevent("round_first", 2, "0=World triggered", "1&Restart_Round_") register_logevent("round_first", 2, "0=World triggered", "1=Game_Commencing") set_task(5.0, "hud") } public round_first() ctfrags = 0, tfrags = 0 public halal() { static killer killer = read_data(1); if(get_user_team(killer) == 2) ctfrags++ if(get_user_team(killer) == 1) tfrags++ return PLUGIN_CONTINUE } public hud() { new players[32],num get_players(players, num, "bch") for(new i = 0; i<=num; i++) { new id = players[i] set_hudmessage(random(255),random(255), random(255), 0.0, 0.6, 0, 0.6, 5.0) show_hudmessage(id,"Frags of CT: %d^nFrags of TE: %d",ctfrags, tfrags) } set_task(5.0, "hud") } Most se jó az élő is lássa |
Szerző: | CrB [2015.01.14. 20:29 ] |
Hozzászólás témája: | Re: Csak halott lássa |
érdekes.. leteszteltem nálam működik |
Szerző: | Fantom [2015.01.14. 20:37 ] |
Hozzászólás témája: | Re: Csak halott lássa |
crazyboy írta: érdekes.. leteszteltem nálam működik |
Szerző: | CrB [2015.01.14. 20:47 ] |
Hozzászólás témája: | Re: Csak halott lássa |
SMA Forráskód: [ Mindet kijelol ]
|
Szerző: | Fantom [2015.01.14. 20:52 ] |
Hozzászólás témája: | Re: Csak halott lássa |
[ablak] crazyboy írta: SMA Forráskód: [ Mindet kijelol ]#include <amxmodx> [/ablak]#include <cstrike> #define PLUGIN "Frags CT of TE" #define VERSION "1.0" #define AUTHOR "pixxa112" new ctfrags = 0 new tfrags = 0 public plugin_init() { register_plugin(PLUGIN, VERSION, AUTHOR) register_event("DeathMsg", "halal", "a"); register_logevent("round_first", 2, "0=World triggered", "1&Restart_Round_") register_logevent("round_first", 2, "0=World triggered", "1=Game_Commencing") set_task(3.0, "hud", 0,_,_,"b") } public round_first() { ctfrags = 0 tfrags = 0 } public halal() { static killer killer = read_data(1); if(get_user_team(killer) == 2) ctfrags++ if(get_user_team(killer) == 1) tfrags++ return PLUGIN_CONTINUE } public hud() { new players[32],num get_players(players, num, "bch") for(new i = 0; i<num; i++) { new id = players[i] set_hudmessage(random(255),random(255), random(255), 0.0, 0.6, 0, 0.6, 3.0) show_hudmessage(id,"Frags of CT: %d^nFrags of TE: %d",ctfrags, tfrags) } } Ez már jó Köszi szépen! |
Szerző: | RaZzoR [2015.01.15. 09:35 ] |
Hozzászólás témája: | Re: Csak halott lássa |
SMA Forráskód: [ Mindet kijelol ]
|
Szerző: | CrB [2015.01.15. 17:58 ] |
Hozzászólás témája: | Re: Csak halott lássa |
Így lehet egyszerűbb lett vna de ez eszembe se jutott |
Oldal: 2 / 2 | Minden időpont UTC+01:00 időzóna szerinti |
Powered by phpBB® Forum Software © phpBB Limited https://www.phpbb.com/ |