Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - Diji1

#1
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?
SMF spam blocked by CleanTalk