As title says please help me. I seen other threads but they did not helped me. Can you give me like the lua code and tell me where to put it?
What is /showid supposed to do? Also, this is is not a request forum - we can provide you with the functions to make it yourself, though.
I know /showid is supposed to put in chat like /me shows his ID card that says [RP Name, [Job Name]
I would read this page here: http://wiki.darkrp.com/index.php/LUA:DarkRP_Chat_Command
You can also copy the code directly from /me with a few changes. Specifically, you won’t check the “args” argument, and instead of using the “text” argument in the DoSay function, you’ll format your own message with
Player:Team and
Thanks Ill see what I can do.