[Half-Life AMXX] / climb.sma Repository:
ViewVC logotype

Diff of /climb.sma

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 23, Sun Nov 18 17:46:23 2007 UTC revision 24, Mon Nov 19 00:10:18 2007 UTC
# Line 268  Line 268 
268  #include <cstrike>  #include <cstrike>
269  #include <cstrike2>  #include <cstrike2>
270    
271  new const VERSION[ ] = "a3.7.2 Nov 18 10:31 MST"  new const VERSION[ ] = "a3.7.3 Nov 18 16:34 MST"
272  new const TRKCVAR[ ] = "climb_version"  new const TRKCVAR[ ] = "climb_version"
273  new const DONOTHING[ ] = "donothing"  new const DONOTHING[ ] = "donothing"
274  new const NULLSTR[ ] = ""  new const NULLSTR[ ] = ""
# Line 1248  Line 1248 
1248          ) return PLUGIN_CONTINUE          ) return PLUGIN_CONTINUE
1249    
1250          //If it's a gun, update pack and clip ammo & silencer          //If it's a gun, update pack and clip ammo & silencer
1251          new wpn_id = get_user_weapon( id )          new wpn_name[17]
1252            get_weaponname( wpn, wpn_name,16 )
1253            new wpn_id = find_ent_by_owner( -1, wpn_name, id )
1254          if( !wpn_id ) return PLUGIN_CONTINUE          if( !wpn_id ) return PLUGIN_CONTINUE
1255    
1256          new clip = get_msg_arg_int( 3 )          new clip = get_msg_arg_int( 3 )
# Line 2139  Line 2141 
2141    
2142                  get_players_ordered( players, num )                  get_players_ordered( players, num )
2143    
2144                  for( new i = 1; i <= num; i++ )                  for( new i = 0; i < num; i++ )
2145                  {                  {
2146                          tid = players[i]                          tid = players[i]
2147    

Legend:
Removed from v.23  
changed lines
  Added in v.24

Contact
ViewVC Help
Powered by ViewVC 1.0.4