View Single Post
Prowler
Senior Member
Join Date: Nov 2004
Old 09-03-2004 , 23:38  
#16

Thanks when i told people that "one hit cyc was an exploit" they got all shitty at me telling me it was part of the game...

if it was then cyclops would do 200 damage and 10 shots

so if i keep it on 0.20 will it force a delay so using a mouse scroll won't work? what about binding 2 buttons to cyclops (that works too) fires twice as fast.

anyway, thanks for the dropping fix, also i was wondering if adding this code to batman might help at all

Code:
// Got to take away health from batman that lost his powers...
  if ( !hasPowers && is_user_connected(id) ) {
    shRemHealthPower(id)
    client_cmd(0,"drop weapon_m4a1")
    client_cmd(0,"drop weapon_awp")
    client_cmd(0,"drop weapon_mp5navy")
    client_cmd(0,"drop weapon_sg552")
    client_cmd(0,"drop weapon_xm1014")
    client_cmd(0,"drop weapon_deagle")
I havent tested it myself, but i saw this code in some other amx plugins when i was wanting to force drop guns for my latest hero, if it would work then it could also be added to batman.

also i found engclient_cmd not sure what the differnce is between the two commands, but perhaps trying either of them.

im sure you have a better idea than me anyway, just thought i'd post it
Prowler is offline