Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <amxmodx>
- #include <fun>
- public plugin_init() {
- register_clcmd("say /Glow", "RandomGlow");
- }
- public RandomGlow(iType) {
- set_user_rendering(iType, kRenderFxGlowShell, random_num(0,255), random_num(0,255), random_num(0,255), kRenderTransAlpha, 255)
- }
Advertisement
Add Comment
Please, Sign In to add comment