[.NET/CitizenFX] First call to Screen.ShowNotification() displays a blank ingame notification

Every time the resource is restarted the first call to Screen.ShowNotification() is always blank. All other calls to it afterwards works as intended.

Temp fix is to add this in the resources script initializer
Screen.ShowNotification("blank", false).Hide();

Should be fixed.

awesome thanks :smiley: