Page 1 of 1

fall through floor on spawn and question about sound

PostPosted: Thu Feb 02, 2012 5:15 pm
by Neka
Hello!

1. On spawn, player is half-body under the floor (usually in case of a small number of players). What's wrong and how i can fix this?
2. When killing with a knife (stealing lvl), playing lvlup sound and steallvl sound in one time. How can i make playing steallvl sound only at this level?

PostPosted: Fri Feb 03, 2012 2:25 am
by satoon101
#1 is very rare and occurs under so many different circumstances, that it is almost impossible to narrow down.

For #2, you might try editing your ../addons/eventscripts/gungame51/scripts/included/gg_knife_pro/gg_knife_pro.py file on lines 171-173 to this:
       # Play sound & levelup
        ggAttacker.playsound('levelsteal')
        ggAttacker.levelup(1, victim, 'steal')
        ggAttacker.stopsound('levelup')
If that doesn't work, then I'm not sure how you would do that at the moment. Let us know if that works, though, so we might include that change in the future.

Satoon

PostPosted: Sat Feb 04, 2012 3:24 pm
by Shadow
1. On spawn, player is half-body under the floor (usually in case of a small number of players). What's wrong and how i can fix this?


You can Jump Crouch out of it when it occurs. I Added it in my Welcome Message when users join the server.