Post: Apathy v3 Remake
02-17-2012, 06:43 PM #1
iReset Nigga
2Fresshh!!
(adsbygoogle = window.adsbygoogle || []).push({}); Was up Guys i really like the Apathy v3 from mw2 so i decided to take Elitemodz menu base and edit it to
make it look as much like it as i could i still have to add the title to the top but that isnt that hard
i know u guys dont like previews but im doin it anyway so idc wat u say lol
If u have any ideas what i should add or anything comment let me know Happy
This Has Both Over Flow Fixes so will never Crash
LMAO MUTE the sound if u dont like rap i didnt notice that it was playin when i was recording this video

EDIT: Made the text come in a little slower between each sub Menu

(adsbygoogle = window.adsbygoogle || []).push({});

The following 2 users say thank you to iReset Nigga for this useful post:

iPROFamily, xMrSuperMoDzZ--
02-17-2012, 07:45 PM #2
Nice Work Bro (Y)
02-17-2012, 07:54 PM #3
Correy
I'm the Original
Originally posted by iReset
Was up Guys i really like the Apathy v3 from mw2 so i decided to take Elitemodz menu base and edit it to
make it look as much like it as i could i still have to add the title to the top but that isnt that hard
i know u guys dont like previews but im doin it anyway so idc wat u say lol
If u have any ideas what i should add or anything comment let me know Happy
This Has Both Over Flow Fixes so will never Crash
LMAO MUTE the sound if u dont like rap i didnt notice that it was playin when i was recording this video

EDIT: Made the text come in a little slower between each sub Menu



thanks to Correy for helping me with the animation :lol:
02-17-2012, 08:01 PM #4
iReset Nigga
2Fresshh!!
Originally posted by Correy View Post
thanks to Correy for helping me with the animation :lol:


yea true dat well the text animation xD
02-17-2012, 10:24 PM #5
Originally posted by Badman.
Nice work but I think you should centre the text, I think Blackstorm made a script to do so.

Edit:
I think it is something like this:
    
CENTRE_STRINGS(STRING_ARRAY)
{
LONGEST_INT = 0;
for(i = 0; i < STRING_ARRAY.size; i++)
STRING_ARRAY[i].size > LONGEST_INT ?: LONGEST_INT = STRING_ARRAY[i].size;
for(i = 0; i < STRING_ARRAY.size; i++)
{
STRING_SPACE = "";
if(STRING_ARRAY[i].size < LONGEST_INT)
for(x = 0; x < ceil(LONGEST_INT - STRING_ARRAY[i].size); x++)
STRING_SPACE += " ";
STRING_ARRAY[i] = STRING_SPACE + STRING_ARRAY[i];
}
return STRING_ARRAY;
}

You might want to look up his thread though :y:, can't promise what i just made would work :hehe:
Blackstorm's script is good but its not good for menu's with lots of options because it use's lots of spaces and the text deletes :(
02-17-2012, 10:25 PM #6
iReset Nigga
2Fresshh!!
Originally posted by Badman.
Nice work but I think you should centre the text, I think Blackstorm made a script to do so.

Edit:
I think it is something like this:
    
CENTRE_STRINGS(STRING_ARRAY)
{
LONGEST_INT = 0;
for(i = 0; i < STRING_ARRAY.size; i++)
STRING_ARRAY[i].size > LONGEST_INT ?: LONGEST_INT = STRING_ARRAY[i].size;
for(i = 0; i < STRING_ARRAY.size; i++)
{
STRING_SPACE = "";
if(STRING_ARRAY[i].size < LONGEST_INT)
for(x = 0; x < ceil(LONGEST_INT - STRING_ARRAY[i].size); x++)
STRING_SPACE += " ";
STRING_ARRAY[i] = STRING_SPACE + STRING_ARRAY[i];
}
return STRING_ARRAY;
}

You might want to look up his thread though :y:, can't promise what i just made would work :hehe:



Will Do Thank u Sir
02-17-2012, 10:28 PM #7
Originally posted by Badman.
Make your strings shorter then?
Just an idea. :p


true Happy but then he will need to use more strings to add the other options Happy
02-17-2012, 10:39 PM #8
Originally posted by Badman.
Couldn't you just merge the strings though? Happy

---------- Post added at 05:34 PM ---------- Previous post was at 05:33 PM ----------


No problem, sir. Enzo

---------- Post added at 05:35 PM ---------- Previous post was at 05:34 PM ----------

No problem, sir. Enzo


no lol you cant :(
02-17-2012, 11:49 PM #9
Originally posted by iReset
Was up Guys i really like the Apathy v3 from mw2 so i decided to take Elitemodz menu base and edit it to
make it look as much like it as i could i still have to add the title to the top but that isnt that hard
i know u guys dont like previews but im doin it anyway so idc wat u say lol
If u have any ideas what i should add or anything comment let me know Happy
This Has Both Over Flow Fixes so will never Crash
LMAO MUTE the sound if u dont like rap i didnt notice that it was playin when i was recording this video

EDIT: Made the text come in a little slower between each sub Menu



Very nice Winky Winky
02-18-2012, 12:02 AM #10
Blackstorm
Veni. Vidi. Vici.
Originally posted by Badman.
Nice work but I think you should centre the text, I think Blackstorm made a script to do so.

Edit:
I think it is something like this:
    
CENTRE_STRINGS(STRING_ARRAY)
{
LONGEST_INT = 0;
for(i = 0; i < STRING_ARRAY.size; i++)
STRING_ARRAY[i].size > LONGEST_INT ?: LONGEST_INT = STRING_ARRAY[i].size;
for(i = 0; i < STRING_ARRAY.size; i++)
{
STRING_SPACE = "";
if(STRING_ARRAY[i].size < LONGEST_INT)
for(x = 0; x < ceil(LONGEST_INT - STRING_ARRAY[i].size); x++)
STRING_SPACE += " ";
STRING_ARRAY[i] = STRING_SPACE + STRING_ARRAY[i];
}
return STRING_ARRAY;
}

You might want to look up his thread though :y:, can't promise what i just made would work :hehe:


gsc doesn't support ternary operators :(

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo