Advertisement
Guest User

Untitled

a guest
Mar 7th, 2014
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.35 KB | None | 0 0
  1. /* Plugin generated by AMXX-Studio */
  2.  
  3. #include <amxmodx>
  4. #include <fakemeta>
  5.  
  6. #define PLUGIN "[Weather] Winter Snow"
  7. #define VERSION "0.1"
  8. #define AUTHOR "Chrescoe1"
  9.  
  10.  
  11. public plugin_init() {
  12.     register_plugin(PLUGIN, VERSION, AUTHOR)
  13.     engfunc(EngFunc_CreateNamedEntity, engfunc(EngFunc_AllocString, "env_snow"))
  14.     // Add your code here...
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement