Raised This Month: $ Target: $400
 0% 

Tag mismatch


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Sir-LaggAlot
Member
Join Date: Oct 2005
Location: USA
Old 10-30-2005 , 13:49   Tag mismatch
Reply With Quote #1

How do i get rid of tag mismatch for this plugin?
Code:
public fade_kd() {     new temp[6]     read_argv(1,temp,5)     new id = str_to_num(temp)     if(gHasJumps[id] > 0 || gHasJumps[id] < 0) {         new origVel[3],newVel[3]         get_user_velocity(id,origVel)         new fadeUp = 0         if(vel3DMagnitude(origVel[0],origVel[1],0) < 100) fadeUp = get_cvar_num("fade_jump")         newVel[0] = origVel[0] / 2 * get_cvar_num("fade_speed")         newVel[1] = origVel[0] / 2 * get_cvar_num("fade_speed")         newVel[2] = get_cvar_num("fade_speed") * (100 + fadeUp)         set_user_velocity(id,newVel)         emit_sound(id,4,"shmod/fade_blink.wav",1.0,0.8,0,100)         if(gHasJumps[id] > 0) --gHasJumps[id]     } }
Sir-LaggAlot is offline
Send a message via AIM to Sir-LaggAlot
 



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 23:43.


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