mirror of
https://github.com/hanetzer/sdraw_mods_cvr.git
synced 2025-09-05 11:29:23 +00:00
New mod: AdditionalAvatarParameters
This commit is contained in:
parent
ba56c113dc
commit
df96194c4d
16 changed files with 611 additions and 47 deletions
|
@ -1,5 +1,5 @@
|
|||
using ABI_RC.Core.UI;
|
||||
using ABI_RC.Core.EventSystem;
|
||||
using ABI_RC.Core.EventSystem;
|
||||
using ABI_RC.Core.InteractionSystem;
|
||||
|
||||
namespace ml_aci
|
||||
{
|
||||
|
@ -16,8 +16,8 @@ namespace ml_aci
|
|||
|
||||
static void OnLocalAvatarLoad()
|
||||
{
|
||||
if(CohtmlHud.Instance != null)
|
||||
CohtmlHud.Instance.ViewDropText("Avatar changed", "Please, wait ...");
|
||||
if(ViewManager.Instance != null)
|
||||
ViewManager.Instance.TriggerPushNotification("Avatar changed", 1f);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue