TylerHumor Posted January 16, 2015 Report Share Posted January 16, 2015 admin_fillCOLORS = { inSub = false; _ctrl = 2 call getControl; lbclear _ctrl; _ctrl ctrlSetFont "Zeppelin33"; adminadd = []; call admin_fillsubsss; adminadd = adminadd + [" __________________________________","","0","1","0","0" ,[]]; adminadd = adminadd + [" Change Colors ","","0","1","0","0",[]]; adminadd = adminadd + [" __________________________________","","0","1","0","0" ,[]]; adminadd = adminadd + ["[||-||]=== Change Colors ===[||-||]","","0","0","0","0" ,[1, 2, 0, 1]]; adminadd = adminadd + [" Paint self Red",admin_changecolor_RED,"0","0","0","0" ,[]]; adminadd = adminadd + [" Paint self Pink",admin_changecolor_PINK,"0","0","0","0" ,[]]; adminadd = adminadd + [" Paint self Light Pink",admin_changecolor_LPINK,"0","0","0","0" ,[]]; adminadd = adminadd + [" Paint self Dark puple",admin_changecolor_DPURPLE,"0","0","0","0" ,[]]; adminadd = adminadd + [" Paint self Purple",admin_changecolor_PURPLE,"0","0","0","0" ,[]]; adminadd = adminadd + [" Paint self Light purple",admin_changecolor_LPURPLE,"0","0","0","0" ,[]]; adminadd = adminadd + [" Paint self Dark Green",admin_changecolor_DGREEN,"0","0","0","0" ,[]]; adminadd = adminadd + [" Paint self Green",admin_changecolor_GREEN,"0","0","0","0" ,[]]; adminadd = adminadd + [" Paint self Cyan",admin_changecolor_CYAN,"0","0","0","0" ,[]]; adminadd = adminadd + [" Paint self Blue",admin_changecolor_BLUE,"0","0","0","0" ,[]]; adminadd = adminadd + [" Paint self Orange",admin_changecolor_ORANGE,"0","0","0","0" ,[]]; adminadd = adminadd + [" Paint self Yellow",admin_changecolor_YELLOW,"0","0","0","0" ,[]]; adminadd = adminadd + [" Paint self White",admin_changecolor_WHITE,"0","0","0","0" ,[]]; adminadd = adminadd + [" Paint self Black",admin_changecolor_BLACK,"0","0","0","0" ,[]]; call admin_FILL_MENUS; }; admin_animatetrgt = { inSub = false; _ctrl = 2 call getControl; lbclear _ctrl; _ctrl ctrlSetFont "Zeppelin33"; adminadd = []; call admin_fillsubsss; adminadd = adminadd + [" Animate Target ","","0","1","0","0",[]]; adminadd = adminadd + [" __________________________________","","0","1","0","0" ,[]]; adminadd = adminadd + [" __________________________________","","0","1","0","0" ,[]]; adminadd = adminadd + ["[||-||]=== ANIMATIONS ===[||-||]","","0","0","0","0" ,[1, 2, 0, 1]]; adminadd = adminadd + [" End animations on player",anim_end,"0","0","0","1" ,[]]; adminadd = adminadd + [" Make player dance (1) ",anim_dance1,"0","0","0","1" ,[]]; adminadd = adminadd + [" Make player dance (2) ",anim_dance2,"0","0","0","1" ,[]]; adminadd = adminadd + [" Make player dance (3) ",anim_dance3,"0","0","0","1" ,[]]; adminadd = adminadd + [" Make player box(fighting)",anim_boxing,"0","0","0","1" ,[]]; adminadd = adminadd + [" Make player handstand ",anim_handstand,"0","0","0","1" ,[]]; adminadd = adminadd + [" Make player Laydown ",anim_laydown,"0","0","0","1" ,[]]; adminadd = adminadd + [" Make player Suicide",anim_suicide,"0","0","0","1" ,[]]; call admin_FILL_MENUS; }; These two sections are already together and the two things I would like to customize. It looks like it would give an admin the power to make someone do animations and give different levels of admins different text colors. Any idea how to use these? Link to comment Share on other sites More sharing options...
0 ElDubya Posted January 16, 2015 Report Share Posted January 16, 2015 What version is this? Must be old ... Link to comment Share on other sites More sharing options...
0 TylerHumor Posted January 16, 2015 Author Report Share Posted January 16, 2015 Got the newest as far as I know a month ago. Has "fly", "no overburdened", etc. Link to comment Share on other sites More sharing options...
0 TylerHumor Posted January 16, 2015 Author Report Share Posted January 16, 2015 Lol apparently it's not even infistar, it's one that my server runs with infistar? DemiAntihack is the name. Link to comment Share on other sites More sharing options...
0 Shak Posted January 16, 2015 Report Share Posted January 16, 2015 Lol apparently it's not even infistar, it's one that my server runs with infistar? DemiAntihack is the name. It's called Dami's antihack, and it's an inferior version of infistar. So, Dami just added fly, yet infistar copies off Dami? Haha, yeah right. Link to comment Share on other sites More sharing options...
0 TylerHumor Posted January 16, 2015 Author Report Share Posted January 16, 2015 Link to comment Share on other sites More sharing options...
0 ElDubya Posted January 16, 2015 Report Share Posted January 16, 2015 My server runs infistar; the lastest version. I wouldn't go promoting that fact in-game or on the splashscreen. It's like saying to hackers "here's a wide open server, come and mess with me." Link to comment Share on other sites More sharing options...
0 TylerHumor Posted January 17, 2015 Author Report Share Posted January 17, 2015 I wouldn't go promoting that fact in-game or on the splashscreen. It's like saying to hackers "here's a wide open server, come and mess with me." Yeah I cleared the comment. :p Could I use that first piece of code in a script to make people with a certain GUID have different colored text? Link to comment Share on other sites More sharing options...
Question
TylerHumor
These two sections are already together and the two things I would like to customize.
It looks like it would give an admin the power to make someone do animations and give different levels of admins different text colors.
Any idea how to use these?
Link to comment
Share on other sites
7 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now