From ec0b1ee267a95464c767f7f79e8f46c14f7b650b Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Sun, 4 Apr 2021 23:15:14 -0500 Subject: [PATCH] Add to IDEAS file --- IDEAS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/IDEAS.md b/IDEAS.md index f640ce8f..09465c54 100644 --- a/IDEAS.md +++ b/IDEAS.md @@ -344,4 +344,7 @@ The way this works is simple: Every command returns a value `{RETURN}`, and prov For example, the /tempveh command adds a vehicle and provides both a reference to the vehicle itself (`{RETURN}`) and a reference to it's only argument (`{1}`). Some commands already implement a final, optional command to override the default chosen entity to act on (for example, `/bizname Some Business 3` will set business ID 3's name instead of the closest business to the player. Only works for staff with the manageBusinesses permission or if the player using it owns or is in the clan that owns business ID 3 and has the ability to set it's name. So this: `/tempveh infernus | /vehrgb 0 0 0 0 {RETURN} | /vehrgb 1 {2} {3} {4} {RETURN}` Would spawn a temporary infernus and immediately set both colours as completely black RGB values. +--- +### Real time display +Steam has the player's local time on it's overlay. Something like that. Toggleable in account settings of course. --- \ No newline at end of file