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...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock