hlmod.hu
https://hlmod.hu/

Infók chat-be
https://hlmod.hu/viewtopic.php?f=29&t=14921
Oldal: 1 / 1

Szerző:  titkos [ 2014.03.10. 20:28 ]
Hozzászólás témája:  Infók chat-be

Sziasztok!
A plugin nevét nem tudom ,de a leírása a következő
Chatben Ezt írja
Yolo|FUn SzeRVer slot:18/16 map:de_dust2_new
Kösz előre is

Szerző:  alfanero [ 2014.03.10. 20:29 ]
Hozzászólás témája:  Re: Infók chat-be

Kör üzenet
???

Szerző:  Beckx [ 2014.03.10. 20:34 ]
Hozzászólás témája:  Re: Infók chat-be

Igen, azt keresi!

Szerző:  Golo [ 2014.03.10. 20:45 ]
Hozzászólás témája:  Re: Infók chat-be

Teszt nem volt :)
SMA Forráskód: [ Mindet kijelol ]
  1. #include <amxmodx>
  2. #include <amxmisc>
  3. #include <cstrike>
  4. #include <colorchat>
  5.  
  6. #define PLUGIN "HUD Info"
  7. #define VERSION "1.0"
  8. #define AUTHOR "N/A"
  9.  
  10. new g_map[32]
  11.  
  12. public plugin_init() {
  13. register_plugin(PLUGIN, VERSION, AUTHOR)
  14. register_event("TextMsg", "restart_round", "a", "2=#Game_will_restart_in");
  15.  
  16. }
  17.  
  18. public HUDInfo(){
  19.  
  20. new MaxPlayers = get_maxplayers();
  21. new CurrentPlayers = get_playersnum();
  22. get_mapname(g_map, 31)
  23.  
  24. ColorChat(0, RED, "[Yolo|FUn SzeRVer] ^1slot: ^4%d^1/^4%d ^3- ^1map: ^4%d", MaxPlayers, CurrentPlayers, g_map)
  25.  
  26. }
  27.  

Oldal: 1 / 1 Minden időpont UTC+02:00 időzóna szerinti
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/