Raised This Month: $51 Target: $400
 12% 

Skillglow


Post New Thread Reply   
 
Thread Tools Display Modes
BoneCrusher
Member
Join Date: Jul 2005
Old 07-16-2005 , 10:16  
Reply With Quote #11

edited first post and i post it here...

require modules cstrike, engine, fun is now added ;)
Attached Files
File Type: sma Get Plugin or Get Source (skillglow.sma - 897 views - 1.5 KB)
__________________
I´m the best gameserverhoster you will ever find^^

If you think v3x is a PIMP, paste this into your sig!

CZ -> holyshit.at:27015
Funny? -> holyshit.at:27031
BoneCrusher is offline
Old 07-23-2007, 03:43
Weed
This message has been deleted by Weed. Reason: doubled >.<
Weed
Senior Member
Join Date: Jul 2007
Old 07-24-2007 , 19:51   Re: Skillglow
Reply With Quote #12

Quote:
Originally Posted by BoneCrusher View Post
Autor: Noizza/BoneCrusher
Version: 0.2

Weak players will glow green.
Average player will glow yellow
Better player will glow red
and ultima-pros will get a bigger red glow.

---------------------------------------------------------------------------------------
yo can u make it so color goes like this

Weak (-1 or more ) - Green
Normal (same kill as death) - Yellow
Good (5 positive i.e. 15-10) - Blue
Expert (15 positive) - Red
Weed is offline
Battousai-sama
Veteran Member
Join Date: Jul 2007
Old 07-28-2007 , 15:54   Re: Skillglow
Reply With Quote #13

Weed's idea is good indeed.
Battousai-sama is offline
Send a message via MSN to Battousai-sama
liviux
Junior Member
Join Date: Jul 2007
Old 07-29-2007 , 16:44   Re: Skillglow
Reply With Quote #14

doesn't work
liviux is offline
Battousai-sama
Veteran Member
Join Date: Jul 2007
Old 07-29-2007 , 16:47   Re: Skillglow
Reply With Quote #15

yo can u make it so color goes like this

Weak (-1 or more ) - Green
Normal (same kill as death) - Yellow
Good (5 positive i.e. 15-10) - Blue
Expert (15 positive) - Red
__________________
Battousai-sama is offline
Send a message via MSN to Battousai-sama
Lience
Member
Join Date: Jul 2007
Old 10-10-2009 , 22:44   Re: Skillglow
Reply With Quote #16

Quote:
Originally Posted by Weed View Post
yo can u make it so color goes like this

Weak (-1 or more ) - Green
Normal (same kill as death) - Yellow
Good (5 positive i.e. 15-10) - Blue
Expert (15 positive) - Red

Quote:
Originally Posted by Battousai-sama View Post
yo can u make it so color goes like this

Weak (-1 or more ) - Green
Normal (same kill as death) - Yellow
Good (5 positive i.e. 15-10) - Blue
Expert (15 positive) - Red
Spam? =P
__________________
Lience is offline
Jon
Veteran Member
Join Date: Dec 2007
Old 10-11-2009 , 06:30   Re: Skillglow
Reply With Quote #17

PHP Code:
public plugin_modules()
{
    
require_module("cstrike")
    
require_module("engine")
    
require_module("fun")

Not needed/deprecated.

You don't need to include engine and cstrike.

PHP Code:
if( death kill ) {
    
set_user_rendering(id,kRenderFxGlowShell,0,255,0,kRenderNormal,20)
}
            
if( 
kill == death ) {
    
set_user_rendering(id,kRenderFxGlowShell,255,255,0,kRenderNormal,20)
}
            
if( 
kill death ) {
    
set_user_rendering(id,kRenderFxGlowShell,255,0,0,kRenderNormal,20)
}
            
if( 
kill > (death*2) ) {
    
set_user_rendering(id,kRenderFxGlowShell,255,0,0,kRenderNormal,100)

"Else if" should be used.
Jon is offline
floatman
Senior Member
Join Date: Oct 2009
Location: nowhere.
Old 10-11-2009 , 08:31   Re: Skillglow
Reply With Quote #18

PHP Code:
    new mode get_cvar_num("amx_skillglow"
Use get_pcvar_num!

PHP Code:
if( death kill ) {
    
set_user_rendering(id,kRenderFxGlowShell,0,255,0,kRenderNormal,20)
}
            
if( 
kill == death ) {
    
set_user_rendering(id,kRenderFxGlowShell,255,255,0,kRenderNormal,20)
}
            
if( 
kill death ) {
    
set_user_rendering(id,kRenderFxGlowShell,255,0,0,kRenderNormal,20)
}
            
if( 
kill > (death*2) ) {
    
set_user_rendering(id,kRenderFxGlowShell,255,0,0,kRenderNormal,100)

Use else if!
__________________

floatman is offline
Jon
Veteran Member
Join Date: Dec 2007
Old 10-11-2009 , 15:07   Re: Skillglow
Reply With Quote #19

Why was this approved?
Jon is offline
xPaw
Retired AMX Mod X Moderator
Join Date: Jul 2008
Old 10-11-2009 , 15:14   Re: Skillglow
Reply With Quote #20

Oh cmon guys watch post date
__________________
xPaw is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 22:51.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode