Raised This Month: $32 Target: $400
 8% 

[TF2] Uber Effect without Godmode?


Post New Thread Reply   
 
Thread Tools Display Modes
kim_perm
Member
Join Date: Sep 2007
Location: Perm, Russia
Old 10-10-2011 , 22:23   Re: [TF2] Uber Effect without Godmode?
Reply With Quote #11

Nope (
kim_perm is offline
Starbish
AlliedModders Donor
Join Date: Oct 2011
Location: South Korea
Old 10-11-2011 , 04:07   Re: [TF2] Uber Effect without Godmode?
Reply With Quote #12

I think it's no hitbox on skins..... Maybe..
__________________
Starbish is offline
Monkeys
Veteran Member
Join Date: Jan 2010
Old 10-11-2011 , 12:07   Re: [TF2] Uber Effect without Godmode?
Reply With Quote #13

So is it simply not showing the skins then?

(Btw, they get reset often)
__________________
Get a lid on that zombie,
he's never gonna be alri-i-ight.
Oooh get a lid on that zombie,
or he's gonna feed all night.
Monkeys is offline
kim_perm
Member
Join Date: Sep 2007
Location: Perm, Russia
Old 10-11-2011 , 12:43   Re: [TF2] Uber Effect without Godmode?
Reply With Quote #14

Yes. I'm pressing a key where binded my command, see no changes, look at console and see "command ok"... May be I must set something server cvar allowing this?
kim_perm is offline
bl4nk
SourceMod Developer
Join Date: Jul 2007
Old 10-11-2011 , 13:29   Re: [TF2] Uber Effect without Godmode?
Reply With Quote #15

Try using SDKHooks and setting it on PostThink for the desired player.
bl4nk is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 10-11-2011 , 15:23   Re: [TF2] Uber Effect without Godmode?
Reply With Quote #16

Quote:
Originally Posted by kim_perm View Post
And anyway +2 not work too.
TF2 doesn't have constants, but it does have an enum (you need to #include <tf2> to use it)
Code:
enum TFTeam {
    TFTeam_Unassigned = 0,
    TFTeam_Spectator = 1,
    TFTeam_Red = 2,
    TFTeam_Blue = 3
};
To use them in most places, you probably need _: before it (so something like
Code:
_:TFTeam_Red
)
__________________
Not currently working on SourceMod plugin development.
Powerlord is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 10-11-2011 , 15:35   Re: [TF2] Uber Effect without Godmode?
Reply With Quote #17

While we're at it, it'd be nice if some admin could go to the SourceMod doc page for GetClientTeam and delete all but my most recent comment on there.
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 10-12-2011 at 10:41.
Powerlord is offline
kim_perm
Member
Join Date: Sep 2007
Location: Perm, Russia
Old 10-11-2011 , 22:22   Re: [TF2] Uber Effect without Godmode?
Reply With Quote #18

Quote:
Originally Posted by bl4nk View Post
Try using SDKHooks and setting it on PostThink for the desired player.
Already try on prethink, postthink, postthikpost. Do not want to work. And I try set uber cond and get prop. no changes uber/no uber. Is anybody know working plugin with this? Maybe something wrong with my server? Is m_nSkin working on yours server?
And something strange with m_nSkin. I'm join RED team, GetEntProp, and m_nSkin = 0. Any time. But, if I join BLUE m_nSkin = 1 when "player waiting" and 2 when prepare start Oo

Last edited by kim_perm; 10-12-2011 at 01:08.
kim_perm is offline
Steveh
Member
Join Date: Oct 2010
Old 10-12-2011 , 04:00   Re: [TF2] Uber Effect without Godmode?
Reply With Quote #19

Quote:
Originally Posted by kim_perm View Post
Already try on prethink, postthink, postthikpost. Do not want to work. And I try set uber cond and get prop. no changes uber/no uber. Is anybody know working plugin with this? Maybe something wrong with my server? Is m_nSkin working on yours server?
And something strange with m_nSkin. I'm join RED team, GetEntProp, and m_nSkin = 0. Any time. But, if I join BLUE m_nSkin = 1 when "player waiting" and 2 when prepare start Oo
I can confirm that I also have the same issue on both of my servers. If someone could find a solution to this, That would be Brilliant

Steveh
Steveh is offline
Monkeys
Veteran Member
Join Date: Jan 2010
Old 10-12-2011 , 17:53   Re: [TF2] Uber Effect without Godmode?
Reply With Quote #20

How are you checking if it's changed?
Your overlay won't change, just your character.
And it might be that the skins start at index 0. Haven't bothered checking it.
__________________
Get a lid on that zombie,
he's never gonna be alri-i-ight.
Oooh get a lid on that zombie,
or he's gonna feed all night.
Monkeys 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 08:57.


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