SolvedScripted entities

Posts 1–15 of 15 · Page 1 of 1
Scripted entities
Hey !

Have anyone managed to get the name of all scripted entities (like printers) ?
If yes, could you give some infos please ?
I already know how to get name of custom weapons (using m_strScriptName), but it doesnt work for entities.

(We talk about an internal cheat here, not Lua shit)

Thanks
the name for the printer is money_printer, dunno about anything else
strstr out the class name for printer... doesn't get more simple then that
Quote Originally Posted by D3M0L1T10N View Post
strstr out the class name for printer... doesn't get more simple then that
NO just do rnter because P might be capitalized, kittix
Quote Originally Posted by x00u View Post
NO just do rnter because P might be capitalized, kittix
cuz it's hard to lower a string?
Quote Originally Posted by D3M0L1T10N View Post
cuz it's hard to lower a string?
Yes, what are you talking about? You can't use a function to return the lowercase version of a string. Are you high?

On-topic:
Code:
string.lower( string );
Quote Originally Posted by Chief Gooby View Post
Yes, what are you talking about? You can't use a function to return the lowercase version of a string. Are you high?

On-topic:
Code:
string.lower( string );
smh one day you kids will learn
Quote Originally Posted by D3M0L1T10N View Post
smh one day you kids will learn
What is your Steam? I need some help with my copy-paste scripts.
Quote Originally Posted by Chief Gooby View Post
What is your Steam? I need some help with my copy-paste scripts.
steam /id/n6x/
Quote Originally Posted by D3M0L1T10N View Post
steam /id/n6x/
Wow, much thank you. I will use this for the copy-paste.
Quote Originally Posted by Chief Gooby View Post
Wow, much thank you. I will use this for the copy-paste.
ok         /write10
Quote Originally Posted by D3M0L1T10N View Post
steam /id/n6x/
lol i thought u were nerve im retarded
Quote Originally Posted by bee_tee_gee View Post
lol i thought u were nerve im retarded
yeah me too
Quote Originally Posted by D3M0L1T10N View Post
steam /id/n6x/
if your one of those 3 people who added me pm me if you have a reason
I'm already doing a check of the models but I want now to get the real name of all scripted entities I want.
Right now I can get all the printers by checking the model but I want the real name, like : "gold money printer", or other entities too like "printer ink".
Already tried to strstr the class name of the entity and it return me "CSENT_anim", his class... What I want is in cl_pdump, when I'm on the entity's id it show for exemple: "#Entity 93 class gold_printer" --> that is the name I want !!

Image to explain : i . imgur.com/KZrdPmp.jpg
Posts 1–15 of 15 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?