Post: DT Blackrain+Infectable Mod Menu (Added Prestige Menu)
07-26-2011, 01:53 AM #1
xXPolojackXx
Moving to the Xbox Scene.
(adsbygoogle = window.adsbygoogle || []).push({}); (NOTE: This is 1.11) FIXING ERRORS.
Hi guys. I saw this patch and I thought, it's missing something.. and it was.

So I thought i'd add a prestige menu for you guys. Its under VIP, it can be changed.

Hope you enjoy the prestige menu. If you get any errors, just tell me and i'll fix it.

(ALL NORMAL CREDITS ARE IN) Original Base by EliteMossy. Creation By DEREKTROTTER, Infectable Mod Menu Idea by Addiction King.


Download: You must login or register to view this content.
(adsbygoogle = window.adsbygoogle || []).push({});

The following 11 users say thank you to xXPolojackXx for this useful post:

-Bane-, BriceC, Clanor, FAKA_ELITE, GirlModder, hydro_122499, LightModz, lovebros, User23434, xMrSuperMoDzZ--

The following user groaned xXPolojackXx for this awful post:

Mr__Shalemari
07-27-2011, 07:05 PM #29
Clouds
Error 404: Title Not Found
Error:
script compile error
uninitialised variable 'status'

Not sure if I hit some button when I opened it in the editor. I'll redownload and post results afterwards...
07-28-2011, 11:28 AM #30
LightModz
League Champion
Originally posted by xXPolojackXx View Post
(NOTE: This is 1.11) FIXING ERRORS.
Hi guys. I saw this patch and I thought, it's missing something.. and it was.

So I thought i'd add a prestige menu for you guys. Its under VIP, it can be changed.

Hope you enjoy the prestige menu. If you get any errors, just tell me and i'll fix it.

(ALL NORMAL CREDITS ARE IN) Original Base by EliteMossy. Creation By DEREKTROTTER, Infectable Mod Menu Idea by Addiction King.


Download: You must login or register to view this content.

wtf jack this better not be the one i sent you.... you said you not put on NGU until i finished editing, seriously and you didnt even give me some credits for editing this patch. i thought i could trust you, but i suppose once your a leach your always a leach.
07-28-2011, 01:01 PM #31
xXPolojackXx
Moving to the Xbox Scene.
Originally posted by 007harman1 View Post
wtf jack this better not be the one i sent you.... you said you not put on NGU until i finished editing, seriously and you didnt even give me some credits for editing this patch. i thought i could trust you, but i suppose once your a leach your always a leach.


This is another one bro. Don't worry.

---------- Post added at 02:01 PM ---------- Previous post was at 01:59 PM ----------

Originally posted by dapainetrain View Post
Error:
script compile error
uninitialised variable 'status'

Not sure if I hit some button when I opened it in the editor. I'll redownload and post results afterwards...


Weird. this should of been clean. Might of already been edited.
07-29-2011, 05:30 PM #32
Clouds
Error 404: Title Not Found
Originally posted by another user
Weird. this should of been clean. Might of already been edited.


Yeah, I'm going to go ahead and try again now. I'll report again.
07-30-2011, 09:15 PM #33
whichwaygames
Bounty hunter
Originally posted by xXPolojackXx View Post
This is another one bro. Don't worry.

---------- Post added at 02:01 PM ---------- Previous post was at 01:59 PM ----------



Weird. this should of been clean. Might of already been edited.


Still does not work after re-download, the error that you get is script compile error uninitialised variable 'status'

The error is in missions.gsc in this line I think:

    if (self.IsAdmin)status="Admin";else if (self.IsVIP)status="VIP";elsestatus="Verified";self thread menu(status);}


Do you know what the error is? Happy

---------- Post added at 03:32 PM ---------- Previous post was at 03:21 PM ----------

I found the error, going test now and report back.

The error is here:
    ;elsestatus="Verified"


It should be:
    ;else status="Verified"


Can I get some credit maybe? Happy

---------- Post added at 03:43 PM ---------- Previous post was at 03:32 PM ----------

Here is the next error, and the fix for it:

Error:
    [0]);elseleftTitle


Fix:
    [0]);else leftTitle 


---------- Post added at 03:49 PM ---------- Previous post was at 03:43 PM ----------

Here is the next error... lol, and the fix for it Happy

Error:
    setText(menu[0].name[0]);elserightTitle


Fix:
    setText(menu[0].name[0]);else rightTitle


---------- Post added at 05:15 PM ---------- Previous post was at 03:49 PM ----------

There is one more error, but it is a bad token error, so It might take a long time to fix... :( Can I get some help?

The following user thanked whichwaygames for this useful post:

Cryptic Killer
07-31-2011, 05:05 AM #34
Originally posted by whichwaygames View Post
Still does not work after re-download, the error that you get is script compile error uninitialised variable 'status'

The error is in missions.gsc in this line I think:

    if (self.IsAdmin)status="Admin";else if (self.IsVIP)status="VIP";elsestatus="Verified";self thread menu(status);}


Do you know what the error is? Happy

---------- Post added at 03:32 PM ---------- Previous post was at 03:21 PM ----------

I found the error, going test now and report back.

The error is here:
    ;elsestatus="Verified"


It should be:
    ;else status="Verified"


Can I get some credit maybe? Happy

---------- Post added at 03:43 PM ---------- Previous post was at 03:32 PM ----------

Here is the next error, and the fix for it:

Error:
    [0]);elseleftTitle


Fix:
    [0]);else leftTitle 


---------- Post added at 03:49 PM ---------- Previous post was at 03:43 PM ----------

Here is the next error... lol, and the fix for it Happy

Error:
    setText(menu[0].name[0]);elserightTitle


Fix:
    setText(menu[0].name[0]);else rightTitle


---------- Post added at 05:15 PM ---------- Previous post was at 03:49 PM ----------

There is one more error, but it is a bad token error, so It might take a long time to fix... :( Can I get some help?


You must of spent hours doing that, lol. Happy I will do my best to help you with the last error. Smile
08-01-2011, 05:30 AM #35
Originally posted by xXPolojackXx View Post
(NOTE: This is 1.11) FIXING ERRORS.
Hi guys. I saw this patch and I thought, it's missing something.. and it was.

So I thought i'd add a prestige menu for you guys. Its under VIP, it can be changed.

Hope you enjoy the prestige menu. If you get any errors, just tell me and i'll fix it.

(ALL NORMAL CREDITS ARE IN) Original Base by EliteMossy. Creation By DEREKTROTTER, Infectable Mod Menu Idea by Addiction King.


Download: You must login or register to view this content.

I see that you say fixing errors, so that means you know it doesn't start right? you might want to remove the download link because i din't know what typ of errors you meant
08-05-2011, 04:49 AM #36
Originally posted by xXPolojackXx View Post
(NOTE: This is 1.11) FIXING ERRORS.
Hi guys. I saw this patch and I thought, it's missing something.. and it was.

So I thought i'd add a prestige menu for you guys. Its under VIP, it can be changed.

Hope you enjoy the prestige menu. If you get any errors, just tell me and i'll fix it.

(ALL NORMAL CREDITS ARE IN) Original Base by EliteMossy. Creation By DEREKTROTTER, Infectable Mod Menu Idea by Addiction King.


Download: You must login or register to view this content.

how do u use the prestige menu?
08-05-2011, 05:48 AM #37
DBModderz
Save Point
good job Yes

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo