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: Studio3 on Thu 05/05/2011 02:03:21I think I can make it 8. All I have to do is finish this game soon.
Quote from: Stupot on Tue 03/05/2011 00:00:41
To the Americans Bin Laden is not just a 'person', he is an icon of fear and evil. It doesn't necesarily have to be the man's death they are celebarating, that's just by-the-by. They're really celebrating the symbolism of his death.
Quote from: Studio3 on Sat 30/04/2011 17:15:18
I had 9 days to make a game
Quote from: hedgefield on Thu 28/04/2011 13:30:41
wednesday (or a bit later) would be real good since this weekend is going to be very chaotic for me
Quote from: Rocco on Tue 26/04/2011 13:25:49
So i suggest a deadline extension until Wednesday 4. May!
Quote from: WHAM on Thu 28/04/2011 11:08:33
I'm still deep in a swamp.
Can there be an extension until monday? That way I can try to graps straws during the weekend.
Quote from: Mad on Wed 27/04/2011 16:47:52
...fiddled about with it
Quote from: ddq on Tue 26/04/2011 20:48:10
Sorry, but that's a deal-breaker.
function Button39_OnClick(GUIControl *control, MouseButton button)
{
if (lstRestoreGamesList.SelectedIndex >= 0)
{
Display("Data loaded"); //Put this here instead
RestoreGameSlot(lstRestoreGamesList.SaveGameSlots[lstRestoreGamesList.SelectedIndex]);
}
}
if (lstRestoreGamesList.SelectedIndex >= 0)
if (lstRestoreGamesList.SelectedIndex >= 0)
{
RestoreGameSlot(lstRestoreGamesList.SaveGameSlots[lstRestoreGamesList.SelectedIndex]);
}
if (lstRestoreGamesList.SelectedIndex >= 0) RestoreGameSlot(lstRestoreGamesList.SaveGameSlots[lstRestoreGamesList.SelectedIndex]);
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.274 seconds with 15 queries.