
DOWNLOAD
gta_md.zip
Please note this extension is very simple and is intended for users who do not know how to make something like this.
If you have any suggestion please reply.
Posted 15 September 2011 - 05:07 PM

Posted 15 September 2011 - 07:08 PM
For those users that like to have a loading screen found in the game GTA IV this is a very simple extension that mimics this effect.
DOWNLOAD
gta_md.zip
Please note this extension is very simple and is intended for users who do not know how to make something like this.
If you have any suggestion please reply.
Posted 22 September 2011 - 09:06 AM
Posted 15 December 2011 - 03:44 AM
For those users that like to have a loading screen found in the game GTA IV this is a very simple extension that mimics this effect.
DOWNLOAD
gta_md.zip
Please note this extension is very simple and is intended for users who do not know how to make something like this.
If you have any suggestion please reply.
__________________________________________ COMPILATION ERROR in extension package GTA Load Screen Error in code at line 99: obi.md_bg_fore=sprite_add(file,0,1,1,0,0); at position 42: Wrong number of arguments to function or script.This is the code I'm using to start it.
scr_md_gta_init("LoadingScreen/bg1.png","LoadignScreen/fg1.png",scr_LoadingScreen);
scr_md_gta_show();
Posted 15 December 2011 - 04:56 PM
Hi! I really want to use this, however I keep getting an error about invalid arguments:
__________________________________________ COMPILATION ERROR in extension package GTA Load Screen Error in code at line 99: obi.md_bg_fore=sprite_add(file,0,1,1,0,0); at position 42: Wrong number of arguments to function or script.This is the code I'm using to start it.scr_md_gta_init("LoadingScreen/bg1.png","LoadignScreen/fg1.png",scr_LoadingScreen); scr_md_gta_show();
r=scr_md_gta_init("LoadingScreen/bg1.png","LoadignScreen/fg1.png",scr_LoadingScreen);
if r=-1 {show_message('Background File Not Found');}
if r=-2 {show_message('Foreground File Not Found');}
if r=-3 {show_message('Error creating core service');}
if r=-4 {show_message('Script not found');}
if r=1 {show_message('Everything is working');}
Posted 16 December 2011 - 12:44 AM
Hi! I really want to use this, however I keep getting an error about invalid arguments:__________________________________________ COMPILATION ERROR in extension package GTA Load Screen Error in code at line 99: obi.md_bg_fore=sprite_add(file,0,1,1,0,0); at position 42: Wrong number of arguments to function or script.This is the code I'm using to start it.scr_md_gta_init("LoadingScreen/bg1.png","LoadignScreen/fg1.png",scr_LoadingScreen); scr_md_gta_show();
Can you please tell me what you get by running the following code?r=scr_md_gta_init("LoadingScreen/bg1.png","LoadignScreen/fg1.png",scr_LoadingScreen); if r=-1 {show_message('Background File Not Found');} if r=-2 {show_message('Foreground File Not Found');} if r=-3 {show_message('Error creating core service');} if r=-4 {show_message('Script not found');} if r=1 {show_message('Everything is working');}
Regards,
MD (mme)
___________________________________________ COMPILATION ERROR in extension package GTA Load Screen Error in code at line 99: obi.md_bg_fore=sprite_add(file,0,1,1,0,0); at position 42: Wrong number of arguments to function or script.
Edited by kmccmk9, 16 December 2011 - 12:48 AM.
Posted 02 January 2012 - 12:28 AM
Sure! With this code, I get this error:
___________________________________________ COMPILATION ERROR in extension package GTA Load Screen Error in code at line 99: obi.md_bg_fore=sprite_add(file,0,1,1,0,0); at position 42: Wrong number of arguments to function or script.
It could be that I'm using GM7?
Posted 11 January 2012 - 01:09 AM
It is not entirely impossible. I do all my loading in the game start event and draw a background refresh and fade the IV load theme in the background. This could be done if GM would stream resources or let the resource loading be a seperate process so the game could continue rendering. Let me know if you come up with way that it could be done though!
0 members, 0 guests, 0 anonymous users