Raised This Month: $ Target: $400
 0% 

HGR:Source (Hook + Grab + Rope) [V1.0.3d] [Video!]


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
xaznikuhx
Junior Member
Join Date: Dec 2005
Old 01-10-2008 , 20:34   Re: HGR:Source (Hook + Grab + Rope) [V1.0.3d] [Video!]
Reply With Quote #11

hmm, is there a way we can register the same cmd and have both register at the same time? because if anything,

bind space "+jump; uprope"
bind ctrl "+duck; downrope"

and add code

Pseudo Code:
Code:
while(commanduse[client?] == climbup)
{
 //subtract 5 of the distance from the startrope to endrope after each loop
 gRopeDist[client]=GetDistanceBetween(clientloc,gRopeEndloc[client])-5;
}

while(commanduse[client?] == climbdown)
{
  //add 5 of the distance from the startrope to endrope after each loop
 gRopeDist[client]=GetDistanceBetween(clientloc,gRopeEndloc[client])+5;
}
xaznikuhx is offline
 



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


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