ET-Scripts
Welcome to the ET-Scripts website.
Enter your username and password to login.

Greetings,
Chef
ET-Scripts
Welcome to the ET-Scripts website.
Enter your username and password to login.

Greetings,
Chef
ET-Scripts
Would you like to react to this message? Create an account in a few clicks or log in to continue.

ET-Scripts

For all your Scripts and Configs.
 
HomeLatest imagesSearchRegisterLog in

 

 Chef's NameChange-Script

Go down 
3 posters
AuthorMessage
Chef
ET-Scripts Founder
ET-Scripts Founder



Posts : 34
Join date : 2009-03-27

Chef's NameChange-Script Empty
PostSubject: Chef's NameChange-Script   Chef's NameChange-Script I_icon_minitime3/27/2009, 23:50

Hey all,


This is one of my favorites.
It lets you change your name really fast and it's very nice,
if you want to know why just try it Chef's NameChange-Script Wink


Code:
//NameChange-Script By Chef
seta echosay "say ^1NameChange-Script Executed
^0[www.ET-Scripts.omgforum.net];echo ^1NameChange-Script Executed
^0[www.ET-Scripts.omgforum.net]"
vstr echosay

set gname1 "set sname set name NAME1; set xname vstr gname2; Echo current name: NAME1"

set gname2 "set sname set name NAME2; set xname vstr gname3; Echo current name: NAME2"

set gname3 "set sname set name NAME3; set xname vstr gname4; Echo current name: NAME3"

set gname4 "set sname set name NAME4; set xname vstr gname5; Echo current name: NAME4"

set gname5 "set sname set name NAME5; set xname vstr gname6; Echo current name: NAME5"

set gname6 "set sname set name NAME6; set xname vstr gname7; Echo current name: NAME6"

set gname7 "set sname set name NAME7; set xname vstr gname8; Echo current name: NAME7"

set gname8 "set sname set name NAME8; set xname vstr gname9; Echo current name: NAME8"

set gname9 "set sname set name NAME9; set xname vstr gname1; Echo current name: NAME9"

set xname "vstr gname1"

bind F5 "vstr xname"

bind F6 "vstr sname"


Instructions:
Go to your etmain folder.
Make a notepad file.
Copy paste the script to the file.
Change NAME1 to one of your names (make sure you change both of the NAME1's to the same name)
Also do that with the other 8 names.
Save it as a .cfg file.
And your done.


Usage:
Hit F5 to cycle the names and hit F6 to set it your current name.
An Echo is included to let you know which name is selected at that moment

Example
You want to go from NAME1 to NAME8.
Just press F5 eight times then press F6.
Back to top Go down
http://et-scripts.omgforum.net
Outlaw
Apprentice
Apprentice



Posts : 9
Join date : 2009-04-18

Chef's NameChange-Script Empty
PostSubject: Re: Chef's NameChange-Script   Chef's NameChange-Script I_icon_minitime4/28/2009, 13:13

don't work Surprised

When i press f5 he says: unnamed player scratch

Outlaw
Back to top Go down
r4m4
Moderator
Moderator



Posts : 37
Join date : 2009-03-28
Age : 114

Chef's NameChange-Script Empty
PostSubject: Re: Chef's NameChange-Script   Chef's NameChange-Script I_icon_minitime4/28/2009, 15:39

Try this one i have :
Code:

//NAME

// R4M4 Multi Nicknames

set x1 "name "^1|^7FBI^1|^7R4M4^1|^7FBI^1|";echo "^p Changed Nick to^w: ^1|^7FBI^1|^7R4M4^1|^7FBI^1|"; set nick vstr x2"
set x2 "name "^p.^3R4M4^P/";echo "^p Changed Nick to^w: ^p.^3R4M4^P/"; set nick vstr x3"
set x3 "name "^0|^7R4M^74^1#^0T^7J^0|^7-^0|";echo "^p Changed Nick to^w: ^0|^7R4M^74^1#^0T^7J^0|^7-^0|"; set nick vstr x4"
set x4 "name "^0S^eo^0F^6/^e/^c/^0R^e4^0M^e4";echo "^p Changed Nick to^w: ^0S^eo^0F^6/^e/^c/^0R^e4^0M^e4"; set nick vstr x5"
set x5 "name "^1|^7FBI^1|^7R4M4^1|^7SoF^1|";echo "^p Changed Nick to^w: ^1|^7FBI^1|^7R4M4^1|^7SoF^1|"; set nick vstr x6"
set x6 "name "^9eT^^4|^^7Setup^^4.";echo "^^pChanged Nick to^w: ^9eT^4|^7Setup^4."; set nick vstr x7"
set x7 "name "^0R4M4^d#^3#^1#^2#^7#";echo "^pChanged Nick to^w: ^0R4M4^d#^3#^1#^2#^7#"; set nick vstr x1"
set nick "vstr x1"
bind "KP_PGDN" "vstr nick "

echo "^1/^7R4M4 Name Binds executed^1.."

Change mine names with some you want Smile)

( It is wrong something ... ill update soon as i can)
Back to top Go down
Outlaw
Apprentice
Apprentice



Posts : 9
Join date : 2009-04-18

Chef's NameChange-Script Empty
PostSubject: Re: Chef's NameChange-Script   Chef's NameChange-Script I_icon_minitime4/29/2009, 00:02

I go check it Smile

Ty m8
Back to top Go down
Outlaw
Apprentice
Apprentice



Posts : 9
Join date : 2009-04-18

Chef's NameChange-Script Empty
PostSubject: Re: Chef's NameChange-Script   Chef's NameChange-Script I_icon_minitime4/29/2009, 00:39

When i do kp_pgdn , then echo says: renamed to ~/Outlaw\~ but when i go in a team then, then i'm called unnamed player..

EDIT:

Rofl, i cant have ~ at the beginning Razz
Back to top Go down
r4m4
Moderator
Moderator



Posts : 37
Join date : 2009-03-28
Age : 114

Chef's NameChange-Script Empty
PostSubject: Re: Chef's NameChange-Script   Chef's NameChange-Script I_icon_minitime4/29/2009, 19:33

maybe because of that... read error in console and wrote it here.
Back to top Go down
Outlaw
Apprentice
Apprentice



Posts : 9
Join date : 2009-04-18

Chef's NameChange-Script Empty
PostSubject: Re: Chef's NameChange-Script   Chef's NameChange-Script I_icon_minitime4/30/2009, 11:20

I've fixed it already,

Ty r4m4 for your cfg Very Happy
Back to top Go down
r4m4
Moderator
Moderator



Posts : 37
Join date : 2009-03-28
Age : 114

Chef's NameChange-Script Empty
PostSubject: Re: Chef's NameChange-Script   Chef's NameChange-Script I_icon_minitime4/30/2009, 14:10

lol mine config is old Very Happy
I have a new updated 1 Smile
I have one with shoot fov fhange and 1 witauth it..

But no problem Wink
Back to top Go down
Sponsored content





Chef's NameChange-Script Empty
PostSubject: Re: Chef's NameChange-Script   Chef's NameChange-Script I_icon_minitime

Back to top Go down
 
Chef's NameChange-Script
Back to top 
Page 1 of 1
 Similar topics
-
» Chef's AFK-Script
» Sinner's Crosshair-Script
» Chef's Artillery-Script
» Sinner's Resolution Script v1.2
» Sinner's Sprint-when-fire Script

Permissions in this forum:You cannot reply to topics in this forum
ET-Scripts :: ET-Scripts :: Scripts-
Jump to: