Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Yes that was it, I see it before in Mmasters CAL script, but ditnot now why he dit this
Thanks aggain, script work
Those are broken due to a bug that was introduced that Keen is working on. You can work around the problem by putting the following just before the writePublicText call:
lcd.ShowTextureOnScreen();
lcd.ShowPublicTextOnScreen();
Any luck, to fix These.
https://raw.githubusercontent.com/rockyjvec/EasyAPI/master/modules/EasyMenu/EasyMenu.cs
ttps:/raw.githubusercontent.com/rockyjvec/EasyAPI/master/modules/EasyMenu/examples/PBMenu.cs
Only thing that is not working is wen a argument is given, it wil not update the screen
A Keen developer is looking into it. It could be that is what broke those scripts but I will check them later to make sure.
lcd.SetShowOnScreen(Sandbox.Common.ObjectBuilders.ShowTextOnScreenFlag.PUBLIC);
solf it by looking in the Cal code by MMaster
for text = lcd.ShowPublicTextOnScreen();
for textures = lcd.ShowTexturesOnScreen()
and these dont work any more
https://raw.githubusercontent.com/rockyjvec/EasyAPI/master/modules/EasyMenu/EasyMenu.cs
ttps:/raw.githubusercontent.com/rockyjvec/EasyAPI/master/modules/EasyMenu/examples/PBMenu.cs
They have a list of what changed here: http://forums.keenswh.com/threads/changes-to-the-modapi-16-03-2016.7381306/