Jump to content

Recommended Posts

Posted

Hello I made my interface I mean actually reworked some old interface and I try compile all .uc files to make interface.u file
and I keep getting error

UICommonAPI.uc(41) : Error, Missing variable name
Compile aborted due to errors.
Failure - 1 error(s), 0 warning(s)

 

39 function DialogShow (EDialogType dialogType, string strMessage)
40 {
41 local DialogBox ’;

42 ’ = DialogBox(GetScript("DialogBox"));
43 ’.ShowDialog(dialogType,strMessage,string(self));
44 }

 

https://ibb.co/WWVLZC0

 

Help please thats the last step for interface for me

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..