Jayvee17
Junior Member
Posts: 25
Threads: 6
Joined: May 2011
Reputation:
0
|
How To Make Loading??
Can Someone Tell ME How To Make A Loading... And Attach A Picture On It??
|
|
06-01-2011, 11:03 AM |
|
palistov
Posting Freak
Posts: 1,208
Threads: 67
Joined: Mar 2011
Reputation:
57
|
RE: How To Make Loading??
In your OnLeave function call:
SetupLoadScreen(string&asTextCat, string&asTextEntry, int alRandomNum, string&asImageFile);
TextCat is the category of the loading text in your .lang file. TextEntry is obviously the entry under aforementioned category. int alRandomNum is the max number that will be randomly chosen when picking a loading screen (only used for when you have multiple ones and want them to be randomly picked). Put it as 1 if you have only 1 loadscreen, 2 if you have 2, etc. ImageFile is the loadscreen background. Use JPEG format, that's what I know works.
Good luck!
|
|
06-01-2011, 11:07 AM |
|
Jayvee17
Junior Member
Posts: 25
Threads: 6
Joined: May 2011
Reputation:
0
|
RE: How To Make Loading??
Ok Thanks Dude!!
|
|
06-01-2011, 01:15 PM |
|