Posts: 335
Threads: 15
Joined: Aug 2011
Hi guys im wondering of u guys can make 2 scripts:
1) A scripts that changes your clan tag every 5 seconds, but doesnt spam the chat console every 5 seconds. Also be appreciated if it blinks and after the blink it changes to another clan tag.
2)A scripts that changes the weapon model AND skin with a keybinded menu between games.
for exapmle:
Im playing 2 gemas in a row.
1st Gema: Modded Weapons (G36C for AR, Deagle for pistol, etc.)
2nd Gema: Regular weapons with 911 Mega Pack Skins (the original ones)
Thx and hard work would be appriciated. :D
Posts: 316
Threads: 19
Joined: Jan 2011
The second script is practically the same that I requested :D
But thanks for using my G36C :)
Posts: 335
Threads: 15
Joined: Aug 2011
(10 Oct 11, 07:48PM)Dementium4ever Wrote: The second script is practically the same that I requested :D
But thanks for using my G36C :)
np. ;D
Posts: 1,504
Threads: 34
Joined: Jun 2013
(10 Oct 11, 06:19PM)Link Wrote: 1) A scripts that changes your clan tag every 5 seconds, but doesnt spam the chat console every 5 seconds. Also be appreciated if it blinks and after the blink it changes to another clan tag.
I'm not a scripter (Bukz knows that), but I'm pretty sure name-changes spam the console to other people. And blinking font is impossible, unless you namechange superfast.
Posts: 57
Threads: 4
Joined: May 2011
I was talking to you the other day about this. I still think that doing a 5 minute time would be better.
Posts: 335
Threads: 15
Joined: Aug 2011
(10 Oct 11, 09:34PM).JK. Wrote: I was talking to you the other day about this. I still think that doing a 5 minute time would be better.
i know geez
Posts: 3,780
Threads: 33
Joined: Jun 2010
1) Cemer is right about the console. And I can almost guarantee that a blinking name would not be appreciated. XD
2)
http://forum.cubers.net/thread-4042-post...l#pid71038
Posts: 3,462
Threads: 72
Joined: Jun 2010
blinking name annoying.
:>
What you may try to do (only client side) is setting your highlight style. This basically means that whenever your name gets mentioned in the chat, it may be a different color, blinking, or on a whole line all together.
To make your name different red, you would set HIGHLIGHT to this: \f3
/HIGHLIGHT = \f3
Best you can do, sorry :(
Posts: 1,718
Threads: 169
Joined: Jun 2010
11 Oct 11, 06:56AM
(This post was last modified: 11 Oct 11, 06:57AM by MykeGregory.)
i would have thought the first one was not allowed. Name changing script.
The second one is a cool idea though.
similar to my 'Blood-on-knife-after-you-slash-someone' idea that never acctually happened.
Posts: 1,331
Threads: 44
Joined: Jun 2010
A name change script that does what you requested will likely get you kicked/banned. So really like RR says, /HIGHLIGHT is your only option:
timeBetColorChanges = 5000 // In milliseconds
highlightChangeLoop = [
HIGHLIGHT = (c (rnd 10))
sleep $timeBetColorChanges highlightChangeLoop
]
if (! (checkalias mapstartalways)) [ mapstartalways = "" ]
if (! (strstr $mapstartalways highlightChangeLoop)) [ add2alias mapstartalways highlightChangeLoop ]
Then every 5 seconds, the color value of the HIGHLIGHT alias would be set to something random. When someone says your name on the console, it will show up in that color.
As far as I know your 2nd request has already been done, albeit a bit cludgy. I'm sure that feature could be hardcoded in eventually.
Posts: 272
Threads: 17
Joined: Oct 2010
Lol Bukz thats going straight into my autoexec.cfg :P