Can anyone make a mod/code what is reading the model name ingame when I press F while I am looking on a object?
Like if I look at a benzinbarrel, after I press F it will write "iPrintLnBold":
I meant about something like this:
Can't explain it easier.
Like if I look at a benzinbarrel, after I press F it will write "iPrintLnBold":
Code:
This is a "com_barrel_benzin" model.
I meant about something like this:
Code:
if (usebuttonpressed)
readmodelname [whereisplayerlookingon.something]
self iPrintLnBold "This is a [.something] model."
Can't explain it easier.