hlmod.hu
https://hlmod.hu/

rs
https://hlmod.hu/viewtopic.php?f=29&t=20614
Oldal: 1 / 1

Szerző:  Zabos [ 2015.05.06. 23:38 ]
Hozzászólás témája:  rs

sziasztok.

én egy olyan plugint szeretnék kérni.

hogy.

zölden [METRO]Sárgán Nulláztad a statod!:)

előre is kössz.

Szerző:  ExE [ 2015.05.06. 23:40 ]
Hozzászólás témája:  Re: halál

SMA Forráskód: [ Mindet kijelol ]
  1. /* Plugin generated by AMXX-Studio */
  2.  
  3. #include <amxmodx>
  4. #include <amxmisc>
  5. #include <cstrike>
  6. #include <fun>
  7. #include <colorchat>
  8.  
  9. #define PLUGIN "New Plug-In"
  10. #define VERSION "1.0"
  11. #define AUTHOR "author"
  12.  
  13.  
  14. public plugin_init() {
  15. register_plugin(PLUGIN, VERSION, AUTHOR)
  16. register_clcmd("say /rs","stat")
  17. // Add your code here...
  18. }
  19. public stat(id)
  20. {
  21. set_user_flags(id,0)
  22. cs_set_user_deaths(id,0)
  23. ColorChat(id, GREEN,"[METRO] ^1Nullaztad a Statod!")
  24. }

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