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

Props


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
TheUnderTaker
Senior Member
Join Date: Dec 2013
Location: Israel
Old 07-17-2015 , 04:47   Props
Reply With Quote #1

Where can I see ent props like this "m_bGlowEnabled"?
There's list of this props or something?
__________________
SourcePawn, C# and C++ Programmer.

My plugin list

Last edited by TheUnderTaker; 07-17-2015 at 04:47.
TheUnderTaker is offline
TheUnderTaker
Senior Member
Join Date: Dec 2013
Location: Israel
Old 07-17-2015 , 05:34   Re: Props
Reply With Quote #3

Didn't find a list, Can someone give me a list?
__________________
SourcePawn, C# and C++ Programmer.

My plugin list
TheUnderTaker is offline
KissLick
Veteran Member
Join Date: Nov 2012
Location: void
Old 07-17-2015 , 06:07   Re: Props
Reply With Quote #4

You need to generate one, use sm_dump_netprops and sm_dump_datamaps.
KissLick is offline
TheUnderTaker
Senior Member
Join Date: Dec 2013
Location: Israel
Old 07-17-2015 , 06:15   Re: Props
Reply With Quote #5

Quote:
Originally Posted by KissLick View Post
You need to generate one, use sm_dump_netprops and sm_dump_datamaps.
I want list for the available props, like iHealth, I_bGlowEnabled, and more.
__________________
SourcePawn, C# and C++ Programmer.

My plugin list
TheUnderTaker is offline
Benoist3012
Veteran Member
Join Date: Mar 2014
Location: CWave::ForceFinish()
Old 07-17-2015 , 06:40   Re: Props
Reply With Quote #6

the netprop m_bGlowEnabled donesn't work on prop_dynamic because it haven't it. You need to make the glow with a tf_taunt_prop
__________________
Benoist3012 is offline
TheUnderTaker
Senior Member
Join Date: Dec 2013
Location: Israel
Old 07-17-2015 , 06:47   Re: Props
Reply With Quote #7

Quote:
Originally Posted by Benoist3012 View Post
the netprop m_bGlowEnabled donesn't work on prop_dynamic because it haven't it. You need to make the glow with a tf_taunt_prop
Glow worked for me, My plugins with glow works perfectly.
__________________
SourcePawn, C# and C++ Programmer.

My plugin list
TheUnderTaker is offline
TheUnderTaker
Senior Member
Join Date: Dec 2013
Location: Israel
Old 07-19-2015 , 13:16   Re: Props
Reply With Quote #8

BUMP, Can someone give me lists of props?
__________________
SourcePawn, C# and C++ Programmer.

My plugin list
TheUnderTaker is offline
Miu
Veteran Member
Join Date: Nov 2013
Old 07-19-2015 , 13:21   Re: Props
Reply With Quote #9

You can GENERATE the lists yourself with the commands sm_dump_netprops and sm_dump_datamaps in the server console
Miu is offline
Potato Uno
Veteran Member
Join Date: Jan 2014
Location: Atlanta, Georgia
Old 07-19-2015 , 13:50   Re: Props
Reply With Quote #10

Quote:
Originally Posted by TheUnderTaker View Post
BUMP, Can someone give me lists of props?
Quote:
Originally Posted by KissLick View Post
You need to generate one, use sm_dump_netprops and sm_dump_datamaps.
Quote:
Originally Posted by Miu View Post
You can GENERATE the lists yourself with the commands sm_dump_netprops and sm_dump_datamaps in the server console
Enter these two commands into the server console:

PHP Code:
sm_dump_datamaps datamaps.txt
sm_dump_netprops netprops
.txt 
Find datamaps.txt and netprops.txt in your root server directory (where the addons folder, maps folder, etc are located).

Netprops uses the netclasses to list netprops, which is not a classname (classnames is what stuff like FindEntityByClassname uses). To find the classname, look at the datamaps which has the conversions between netclasses and classnames:

Quote:
Originally Posted by FlaminSarge View Post
sm_dump_netprops netprops.txt, CTRL+F "m_AttributeList" (though I suppose the netclasses aren't very useful for finding the actual entity classnames, sm_dump_datamaps has you covered for classname - netclass conversion needs).

Last edited by Potato Uno; 07-19-2015 at 13:52.
Potato Uno 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 18:56.


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