P1xeL

Random Glow

Jul 19th, 2012
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.26 KB | None | 0 0
  1. #include <amxmodx>
  2. #include <fun>
  3.  
  4. public plugin_init() {
  5.     register_clcmd("say /Glow", "RandomGlow");
  6. }
  7.  
  8. public RandomGlow(iType) {
  9.     set_user_rendering(iType, kRenderFxGlowShell, random_num(0,255), random_num(0,255), random_num(0,255), kRenderTransAlpha, 255)
  10. }
Advertisement
Add Comment
Please, Sign In to add comment