Raised This Month: $51 Target: $400
 12% 

[CS:S/CS:GO] GunGame


Post New Thread Reply   
 
Thread Tools Display Modes
sinblaster
Grim Reaper
Join Date: Feb 2010
Location: Australia
Old 04-18-2011 , 17:09   Re: GunGame
Reply With Quote #2731

Awesome thanks altex for your support.
__________________
Happy Happy Joy Joy

sinblaster is offline
Alerta
Junior Member
Join Date: Mar 2011
Old 04-18-2011 , 22:28   Re: GunGame
Reply With Quote #2732

YES IT WORKS ! i dont know why but thanks altex with ur update it goes THANK YOU VERY MUCH!
Alerta is offline
Salakis.
Junior Member
Join Date: Feb 2011
Location: Russia
Old 04-19-2011 , 03:31   Re: GunGame
Reply With Quote #2733

altex, не поленись писать changelog в 1 посте. Качать архив плагина чтоб там найти changelog не очень удобно.
__________________
Sorry for my bad English
Salakis. is offline
Send a message via ICQ to Salakis.
mr t
Member
Join Date: Aug 2009
Location: New Zealand
Old 04-19-2011 , 05:19   Re: GunGame
Reply With Quote #2734

can u write in english so we all can understand ya bud?
mr t is offline
bzz0
Senior Member
Join Date: Oct 2005
Location: Latvia, Riga
Old 04-19-2011 , 07:40   Re: GunGame
Reply With Quote #2735

Quote:
Originally Posted by mr t View Post
can u write in english so we all can understand ya bud?
Short translation:

altex - do not be lazy to write changelog in the first post.
__________________
Let's make it better
bzz0 is offline
sinblaster
Grim Reaper
Join Date: Feb 2010
Location: Australia
Old 04-19-2011 , 08:33   Re: GunGame
Reply With Quote #2736

Quote:
Originally Posted by bzz0 View Post
Short translation:

altex - do not be lazy to write changelog in the first post.
REALLY?

I got:
Quote:
My nipples are sore maybe I am pregnant. Please disable spermgun in weapon menu.
I must admit my Portuguese is a little rusty
__________________
Happy Happy Joy Joy

sinblaster is offline
Warbucks
Senior Member
Join Date: Jun 2008
Location: Canada
Old 04-19-2011 , 10:42   Re: GunGame
Reply With Quote #2737

Altex, is it possible to increase the speed in which weapons switch when you level up?

This would be particularly useful in Deathmatch servers which are extremely fast paced and waiting for your weapon to pull out when leveling up doesn't help.
Warbucks is offline
altex
Veteran Member
Join Date: May 2009
Location: Russia
Old 04-19-2011 , 11:43   Re: GunGame
Reply With Quote #2738

Source engine doesnt allow this.
Any delays is caused by lags, not by plugin itself.
You can try to remove 0.1sec delay in UTIL_GiveNextWeapon,
but it will couse bugs in counting doublekills.

To remove delays in plugin just replace
Code:
UTIL_GiveNextWeapon(client, level, bool:drop = true, bool:knife = false, Float:delay = 0.1, bool:spawn = false) {
with
Code:
UTIL_GiveNextWeapon(client, level, bool:drop = true, bool:knife = false, Float:delay = 0.1, bool:spawn = false) {
    if ( delay == 0.1 ) {
        UTIL_GiveNextWeaponReal(client, level, drop, knife, spawn);
        return;
    }
and recompile.

But once again, i dont think it will help.
__________________

Last edited by altex; 04-19-2011 at 11:45.
altex is offline
p3rr0n
Junior Member
Join Date: Jan 2011
Location: Canada
Old 04-22-2011 , 11:35   Re: GunGame
Reply With Quote #2739

how i cant block take a gun on ground in 1.9.1
p3rr0n is offline
altex
Veteran Member
Join Date: May 2009
Location: Russia
Old 04-22-2011 , 13:58   Re: GunGame
Reply With Quote #2740

what do you mean?
__________________
altex is offline
Reply



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 11:40.


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