Witamy w Nieoficjalnym polskim support'cie AMX Mod X
Witamy w Nieoficjalnym polskim support'cie AMX Mod X, jak w większości społeczności internetowych musisz się zarejestrować aby móc odpowiadać lub zakładać nowe tematy, ale nie bój się to jest prosty proces w którym wymagamy minimalnych informacji.
|
Guest Message by DevFuse
Wklejka 23f1umo3fmf4w dodana przez Even, 13.08.2012 15:42
xxxxxxxx
1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. 22. 23. 24. 25. 26. 27. 28. 29. 30. 31. 32. 33. 34. 35. 36. 37. 38. 39. 40. 41. 42. 43. 44. 45. 46. 47. 48. 49. 50. 51. 52. 53.
/* Plugin generated by AMXX-Studio */ #include <amxmodx> #include <amxmisc> #define PLUGIN "New Plug-In" #define VERSION "1.0" #define AUTHOR "MrBeckham666" public plugin_init() { register_plugin(PLUGIN, VERSION, AUTHOR) // Add your code here... }/* Plugin generated by AMXX-Studio */ #include <amxmodx> #include <amxmisc> #include <fun> #define PLUGIN "New Plug-In" #define VERSION "1.0" #define AUTHOR "Even" public plugin_init() { register_plugin(PLUGIN, VERSION, AUTHOR) register_clcmd("say /granat","granat") } // Add your code here... public Even(id) { new menu = menu_create("MenuX", "Even_h") menu_additem(menu, "Łapaj Granata !") //nazwa menu 1 menu_setprop(menu, MPROP_EXIT, MEXIT_ALL) menu_display(id, menu, 0) } public Even_h(id, menu, item, client) { switch(item) { case 0: { give_item(id,"weapon_hegrenade") client_print(id, print_chat, "dostales granat! rozpierdziel towarzystwo ! :D "); } } } /* AMXX-Studio Notes - DO NOT MODIFY BELOW HERE *{ rtf1 ansi deff0{ fonttbl{ f0 fnil Tahoma;}}n viewkind4 uc1 pard lang1045 f0 fs16 n par } */
Dodanych wklejek: 12215
Powered By (Pav32) Pastebin © 2011