![]() |
|
Mapping Mapping sizes Limits Entities Bugs & Work-a-rounds Notes Scripting reference Mapping - Tutorials Brushwork from blueprint Tools Brush generator Vehicle generator MD3 Tag The Dummy Modding Project: Bug Fix Project: Crockett Other stuff Forum Server Info Colors Voice Chats Scripts Links |
ScriptsName funThis small script will scroll the colors in your name. Put the script content in a .cfg file and exec it inside the game. Pros: Looks funny. Cons: You can't use your keyboard while its running. It clutters the console with rename messages. PB would probabky kick for too many name changes.// Set name set name01 "name "^3|SMP|^5Easter^6Bunny" wait 40; vstr name02" set name02 "name "^6|^3SMP|E^5asterB^6unny"; wait 40; vstr name03" set name03 "name "^6|S^3MP|Ea^5sterBu^6nny"; wait 40; vstr name04" set name04 "name "^6|SM^3P|Eas^5terBun^6ny"; wait 40; vstr name05" set name05 "name "^6|SMP^3|East^5erBunn^6y"; wait 40; vstr name06" set name06 "name "^6|SMP|^3Easte^5rBunny"; wait 40; vstr name07" set name07 "name "^5|^6SMP|E^3aster^5Bunny"; wait 40; vstr name08" set name08 "name "^5|S^6MP|Ea^3sterB^5unny"; wait 40; vstr name09" set name09 "name "^5|SM^6P|Eas^3terBu^5nny"; wait 40; vstr name10" set name10 "name "^5|SMP^6|East^3erBun^5ny"; wait 40; vstr name11" set name11 "name "^5|SMP|^6Easte^3rBunn^5y"; wait 40; vstr name12" set name12 "name "^5|SMP|E^6aster^3Bunny"; wait 40; vstr name13" set name13 "name "^3|^5SMP|Ea^6sterB^3unny"; wait 40; vstr name14" set name14 "name "^3|S^5MP|Eas^6terBu^3nny"; wait 40; vstr name15" set name15 "name "^3|SM^5P|East^6erBun^3ny"; wait 40; vstr name16" set name16 "name "^3|SMP^5|Easte^6rBunn^3y"; wait 40; vstr name17" set name17 "name "^3|SMP|^5Easter^6Bunny";" bind i "vstr name01" |
©2007 Chruker |