Raised This Month: $ Target: $400
 0% 

maxspeed reset?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 02-06-2013 , 00:39   Re: maxspeed reset?
Reply With Quote #10

PHP Code:
RegisterHamHam_CS_Player_ResetMaxSpeed,  "player""Reset"false ); 
>

PHP Code:
RegisterHam(Ham_CS_Player_ResetMaxSpeed"player""OnCBasePlayerResetMaxSpeed_P"true 


PHP Code:
public Resetid ) {
    new 
CsTeams:iTeam cs_get_user_teamid );
    
    if( 
g_bFreeze && iTeam == CS_TEAM_CT ) {
        return 
HAM_SUPERCEDE;
    }
    
    return 
HAM_IGNORED;

->

PHP Code:
public OnCBasePlayerResetMaxSpeed_Pid )
{
    if( 
g_bFreeze && cs_get_user_teamid ) == CS_TEAM_CT )
    {
        
set_pev(idpev_maxspeed1.0)
    }

__________________
- tired and retired -

- my plugins -

Last edited by ConnorMcLeod; 02-06-2013 at 00:40.
ConnorMcLeod 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 20:39.


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