(adsbygoogle = window.adsbygoogle || []).push({});
im trying to add after game message to my menu and i freeze im using stoned yodas after game message can someone help me*
SY_AfterGameMessage(title, text1, text2, debugText){
/* StonedYoda */
A = "ui_errorTitle";
B = "ui_errorMessage";
C = "ui_errorMessageDebug";
setDvar(A, title); // No spaces in the Title !!! "Revolution_V2" for example
setDvar(B, text1 + "\n" + text2); // Do not use 3 lines of Text here it will look shit!
setDvar(C, debugText);
/* StonedYoda */
}