Jump to content

Xwad

Members
  • Posts

    1,090
  • Joined

  • Last visited

Everything posted by Xwad

  1. Xwad

    Vehicle lock

    hi i test it and it dosent work:/ function lockcar ( thePlayer ) playervehicle = getPlayerOccupiedVehicle ( thePlayer ) -- define 'playervehicle' as the vehicle the player is in if ( playervehicle ) then -- if a player is in a vehicle if isVehicleLocked ( playervehicle ) then -- and if the vehicle is already locked setVehicleLocked ( playervehicle, false ) -- unlock it else -- otherwise (if it isn't locked) setVehicleLocked ( playervehicle, true ) -- lock it end end end function bindLockOnSpawn ( theSpawnpoint ) -- when a player spawns bindKey ( source, "l", "down", "Lock car", lockcar ) -- bind the 'l' key to the 'lockcar' function end addEventHandler ( "onPlayerSpawn", getRootElement(), bindLockOnSpawn ) -- add an event handler for onPlayerSpawn
  2. its not working:/ it is blowing in front of me again
  3. Thanks but i have a porblem. When i shoot the car and its not targeted (green) then i can shoot but when targeted (red) then the projectile is blowing up in front of me.
  4. Just pls tell me why does it not work.
  5. But you dont answered:/
  6. Hi i want to disable the heatseeking on weapon 36. I mean disable that the projectile cant follow the vehicle. I have a script but it dosent work. -- this would stop projectile from being created if it wants to target someone function disableHeatSeek() if getProjectileTarget(source) then cancelEvent() end end addEventHandler("onClientProjectileCreation",root,disableHeatSeek)
  7. Xwad

    Disable heatseek

    please help i need this script to finish my server!!
  8. Xwad

    Disable heatseek

    toxicsmoke11 the code is not working:(
  9. Xwad

    Disable heatseek

    sry weapon 36 not 16
  10. Xwad

    Disable heatseek

    becaouse there are 2 teams and the 2 rocket have 2 different skins and team 1 uses weapon 35 and team 2 weapon 16
  11. Xwad

    Disable heatseek

    But I just want to disable the crateprjectile following. I mean that I want to disable that if I shoot a car then the projectile will not follow the vehicle.
  12. Xwad

    Change animation

    ??! What are you speaking about? Can you pls tell me what functions I need for that?
  13. Xwad

    Change animation

    yes Banex are right i want to change the tec9 holding to mp5 holding. What functions need i use for that? is it difficult?
  14. Xwad

    Change animation

    But #RooTs i dont want to change the moving style i want to change the shooting animation
  15. Xwad

    Change animation

    So what functions need i use then??!
  16. Xwad

    Change animation

    what function need i use then?
  17. Hi is it possible to make a second seat in rhino? I mean that players can enter as second passanger with g.
  18. Xwad

    Change animation

    I just want to change the tec9 shooting stance to mp5 shooting stance, becaouse i hate the inclined catch. tec9 stance: http://cs2.gamemodding.net/posts/2013-0 ... rints1.png mp5 stance: http://cs3.gamemodding.net/posts/2013-0 ... 0TEC-9.jpg
  19. Xwad

    Disable heatseek

    no. I mean disable the heatseek. i mean disable that the rocket cant follow the weapon. Making the heatseeking rocket like an rpg. Disable the heatseek that the rocket only can shoot.
  20. Xwad

    Disable heatseek

    no im mean the Heatseek-missle. I mean when i target a vehicle with heatseeking rocket (id 36) then there will be a green point and after a few second it will switch to red color and if i shoot the vehicle then the projectile,rocket will folow the vehicle. And i want to disable that
×
×
  • Create New...