Raised This Month: $ Target: $400
 0% 

semi-clip


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Reaper2331
Veteran Member
Join Date: Nov 2006
Location: Columbus,Ohio
Old 10-29-2007 , 16:56   semi-clip
Reply With Quote #1

ok im trying to make a semi-clip plugin, all i have is

PHP Code:
public Touch_Player(idotherPlayer
{
 if(!
g_bModifyMode[id] && !g_bModifyMode[otherPlayer] && g_bIsSurf)  
 {
  
  
clearAirRecords(id//Exploit Fix.
  
  
if(g_NoClip) {
   if(
entity_get_int(idEV_INT_solid) != SOLID_NOT)
    
entity_set_int(idEV_INT_solidSOLID_NOT)
   if(
entity_get_int(otherPlayerEV_INT_solid) != SOLID_NOT)
    
entity_set_int(otherPlayerEV_INT_solidSOLID_NOT)
    
   
//Allow players to jump/stack on each other 
   
new buttonPressed entity_get_int(idEV_INT_button)
   if( (
buttonPressed IN_JUMP) ) {
    new 
Float:jVel[3]
    
entity_get_vector(id,EV_VEC_velocity,jVel)
    
jVel[2] = 375.0
    entity_set_vector
(id,EV_VEC_velocity,jVel)
   }
  }
 }

from OneEyed's Surf_olympics plugin but i need help finishing it bc i dont have time to =/, will someone help?
__________________

Reaper2331 is offline
Send a message via AIM to Reaper2331 Send a message via MSN to Reaper2331 Send a message via Yahoo to Reaper2331
 



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 01:19.


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