Thread: Color dialog
View Single Post
  #6  
Old 05-10-2010, 04:19 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Well made an actual dialog version.

I did change the client from.. client.customcolors to client.clrdialog_customcolors, to reduce the chance of collision with other scripts to a minimum.

My test script:

PHP Code:
//#CLIENTSIDE

function onCreated() {
  
temp.newcolors findweapon("-ColorDialog").getColor();
  
player.chat temp.newcolors;

I've included other examples of how it can be used in the script itself.
Attached Files
File Type: txt -colordialog.txt (18.0 KB, 288 views)
__________________
Quote:
Reply With Quote