Anyway I got it working. I will work on the code a bit more and then post it on my website for people to see. Peace.
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 MenuQuote from: Farlander on Mon 25/04/2005 12:46:25Quote from: InCreator on Mon 25/04/2005 10:27:37
This "shadow" and "darkness" -thing is sooo overused. It's quite hard to achieve any feeling with such words anymore.
cliche.
I agree... Lack of light should be better... XD
Seriously...Helm is right...
int index = LoadList.SelectedIndex;
if (keycode==365) gui[5].Visible = true; // F7
LoadList.FillSaveGameList();
function LoadOK_Click(GUIControl *control, MouseButton button) {
int index = LoadList.SelectedIndex;
if (button == eMouseLeft) {
gui[5].Visible = false;
RestoreGameSlot(savegameindex[index]);
}
else {}
}
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.070 seconds with 16 queries.