vRP-Official-Developers / dunko_vrp

Dunko vRP V6.7
Other
116 stars 286 forks source link

Added "getmyid", "getmytempid" chat commands #253

Closed regiments closed 3 years ago

regiments commented 3 years ago

Added Commands

JamesEU commented 3 years ago

Hello, Caz.

The above code does not account for a user leaving you should store their tempid with their permid so then if they leave the server their permid can still be obtained otherwise this is pretty much useless.

regiments commented 3 years ago

this is just for the client getting there own id ingame, say for admin sits etc, I get what you mean by the temp id storing, ill take that out until I work on an update to store that temporarily while servers are up but delete them when server restarts

regiments commented 3 years ago

on a second note, getmyid is used for the client to get there perm id for say, discord reference, asking people to give money, giving admins your perm id so they can set groups, generally a tool to make admins lives easier

JamesEU commented 3 years ago

Also, the brackets are not needed as this is referencing within vRP brackets are only needed for external usage.