Hey.
I have a problem with displaying my magic points in the GUI.
Here is the code I have -
function repeatedly_execute() {
String magic;
String.Format(magic, "%d", GetGlobalInt(2));
lbla.Text=String.Format(0, 4, magic));
}
The error message I am given says -
Type Mismatch : cannot convert 'int' to 'const string'
Help a noobie plz?
I have a problem with displaying my magic points in the GUI.
Here is the code I have -
function repeatedly_execute() {
String magic;
String.Format(magic, "%d", GetGlobalInt(2));
lbla.Text=String.Format(0, 4, magic));
}
The error message I am given says -
Type Mismatch : cannot convert 'int' to 'const string'
Help a noobie plz?