hlmod.hu
https://hlmod.hu/

Ez így jó?
https://hlmod.hu/viewtopic.php?f=24&t=20223
Oldal: 1 / 1

Szerző:  Be$t.# [2015.04.09. 21:28 ]
Hozzászólás témája:  Ez így jó?

Sziasztok!
Ez így jólesz? :D
SMA Forráskód: [ Mindet kijelol ]
  1. #include <amxmodx>
  2. #include <amxmisc>
  3. #include <colorchat>
  4.  
  5. #define PLUGIN "Karonkodas"
  6. #define VERSION "1.0"
  7. #define AUTHOR "QuExToN.#"
  8.  
  9.  
  10. public plugin_init() {
  11. register_plugin(PLUGIN, VERSION, AUTHOR)
  12. register_clcmd("say anyad","jelent1")
  13. register_clcmd("say kurva","jelent2")
  14. register_clcmd("say csicska","jelent3")
  15. register_clcmd("say geci","jelent4")
  16. register_clcmd("say bot","jelent5")
  17. register_clcmd("say kurva anyad","jelent6")
  18. register_clcmd("say botgeci","jelent7")
  19. register_clcmd("say ","jelent8")
  20.  
  21. }
  22.  
  23.  
  24. public jelent1(id)
  25. {
  26. new name[32]
  27. get_user_name(id,name,31)
  28. ColorChat(id, RED, "^4`[E]xPloZ!vE.# » ^3Tilós a Káronkodás!")
  29. }
  30. public jelent2(id)
  31. {
  32. new name[32]
  33. get_user_name(id,name,31)
  34. ColorChat(id, RED, "^4`[E]xPloZ!vE.# » ^3Tilós a Káronkodás!")
  35. }
  36. public jelent3(id)
  37. {
  38. new name[32]
  39. get_user_name(id,name,31)
  40. ColorChat(id, RED, "^4`[E]xPloZ!vE.# » ^3Tilós a Káronkodás!")
  41. }
  42. public jelent4(id)
  43. {
  44. new name[32]
  45. get_user_name(id,name,31)
  46. ColorChat(id, RED, "^4`[E]xPloZ!vE.# » ^3Tilós a Káronkodás!")
  47. }
  48. public jelent5(id)
  49. {
  50. new name[32]
  51. get_user_name(id,name,31)
  52. ColorChat(id, RED, "^4`[E]xPloZ!vE.# » ^3Tilós a Káronkodás!")
  53. }
  54.  
  55. public jelent6(id)
  56. {
  57. new name[32]
  58. get_user_name(id,name,31)
  59. ColorChat(id, RED, "^4`[E]xPloZ!vE.# » ^3Tilós a Káronkodás!")
  60. }
  61. public jelent7(id)
  62. {
  63. new name[32]
  64. get_user_name(id,name,31)
  65. ColorChat(id, RED, "^4`[E]xPloZ!vE.# » ^3Tilós a Káronkodás!")
  66. }
  67. public jelent8(id)
  68. {
  69. new name[32]
  70. get_user_name(id,name,31)
  71. ColorChat(id, RED, "^4`[E]xPloZ!vE.# » ^3Tilós a Káronkodás!")
  72. }

Szerző:  FloxaY [2015.04.09. 21:30 ]
Hozzászólás témája:  Re: Ez így jó?

Ennyi felesleges függvényt..

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