koekjes_boy

Known Member
Messages
25
Reaction score
13
Points
118
Does somebody know what code is for animated background for mod menu
example:
Code:
self.AIO["background"] = createRectangle("LEFT", "CENTER", -380, 45, 0, 285, (0, 0, 0), "white", 1, 0);
if you see this code the "white" is the one that need to be changed for an animated background

somebody know some codes? :smile:
 

candy

G59 Terrorist
Staff member
Donator
Messages
1,327
Reaction score
763
Points
973
Does somebody know what code is for animated background for mod menu
example:
Code:
self.AIO["background"] = createRectangle("LEFT", "CENTER", -380, 45, 0, 285, (0, 0, 0), "white", 1, 0);
if you see this code the "white" is the one that need to be changed for an animated background

somebody know some codes? :smile:
explain animated background..
 

candy

G59 Terrorist
Staff member
Donator
Messages
1,327
Reaction score
763
Points
973
on this vid you see a example of a animated background of the mod menu :grinning:
Also, you've posted this is in the BO3 forum for some reason...
Code:
self.AIO["background"] = createRectangle("LEFT", "CENTER", -380, 45, 0, 285, (0, 0, 0), "compass_emp", 1, 0);
 

candy

G59 Terrorist
Staff member
Donator
Messages
1,327
Reaction score
763
Points
973
wtf i don't understand wich forum i never posted that code it looks the same
You did post the code, literally right above you. And yes of course its the same because its YOUR CODE YOU POSTED with the shader you wanted....
 

The Dark Side

Former Staff Member
Messages
1,007
Reaction score
784
Points
993
If you really wanna know its "compass_emp". I'd suggest not using it like all the other menus though. Alot of people get annoyed by it. Its been WAY too overused lol
 

candy

G59 Terrorist
Staff member
Donator
Messages
1,327
Reaction score
763
Points
973
If you really wanna know its "compass_emp". I'd suggest not using it like all the other menus though. Alot of people get annoyed by it. Its been WAY too overused lol
I gave it to him, but he said its the same code :expressionless:
 

koekjes_boy

Known Member
Messages
25
Reaction score
13
Points
118
lol oh now i understand but i used it and it didn't work it has nothing its was invisible
 

candy

G59 Terrorist
Staff member
Donator
Messages
1,327
Reaction score
763
Points
973
lol oh now i understand but i used it and it didn't work it has nothing its was invisible
Because you're using AIO base, the backgroundouter is more than likely black and overlaying the background.
 

CabCon

Head Administrator
Staff member
Head Staff Team
Messages
5,000
Reaction score
2,920
Points
1,103
Does somebody know what code is for animated background for mod menu
example:
Code:
self.AIO["background"] = createRectangle("LEFT", "CENTER", -380, 45, 0, 285, (0, 0, 0), "white", 1, 0);
if you see this code the "white" is the one that need to be changed for an animated background

somebody know some codes? :smile:
Did you get it working?
 
Top