[Tool/Web/Other] Colors SAMP
#1

I created a generator Colours for SA: MP

Is HTML/JavaScript

Код HTML:
<table width="80%"> 
	<script language="javascript"> 
	var r = new Array("00","33","66","99","CC","FF"); 
	var g = new Array("00","33","66","99","CC","FF"); 
	var b = new Array("00","33","66","99","CC","FF"); 
	
	for (i=0;i<r.length;i++) for (j=0;j<g.length;j++)
	{ 
		document.write("<tr>"); 
		for (k=0;k<b.length;k++)
		{ 
			var novoc = "#" + r[i] + g[j] + b[k]; 
			var pawn = "0x" + r[i] + g[j] + b[k] + "AA"; 
			document.write("<td bgcolor=\"" + novoc + "\" align=center>"); 
			document.write("<font SIZE=2>" + pawn + "</font>"); 
			document.write("</td>"); 
		}
		document.write("</tr>");    	
	}
	</script> 
</table>
/\
Generate 216 colours,for while.
Now I go to school, I'm late, I have not tested yet the project

Warn bugs to PM

Created By Me
Thankz to CriarWeb
Project [FeK]Squad

Bye Bye.
Reply


Messages In This Thread
Colors SAMP - by ipsBruno - 16.12.2010, 12:51
Re: Colors SAMP - by Ash. - 16.12.2010, 12:58
Respuesta: Colors SAMP - by ipsBruno - 16.12.2010, 12:59
Re: Colors SAMP - by Farid - 16.12.2010, 13:00
Respuesta: Colors SAMP - by ipsBruno - 16.12.2010, 13:02
Re: Colors SAMP - by rbN. - 16.12.2010, 17:14
Re: Colors SAMP - by Stefan_Toretto - 19.12.2010, 05:59
Re: Colors SAMP - by Lorenc_ - 19.12.2010, 06:37
Re: Colors SAMP - by [nB]Flow - 19.12.2010, 11:23
Re: Colors SAMP - by nuriel8833 - 19.12.2010, 12:28
Re: Colors SAMP - by [Ips]Guh - 19.12.2010, 19:00
Re: Colors SAMP - by Fool - 20.12.2010, 06:02
Re: Colors SAMP - by Retardedwolf - 20.12.2010, 06:08
Respuesta: Re: Colors SAMP - by ipsBruno - 24.12.2010, 12:55
Re: Colors SAMP - by Hiddos - 24.12.2010, 13:32
Re: Colors SAMP - by Mr.Jvxmc - 24.12.2010, 14:29
Re: Colors SAMP - by Guest3598475934857938411 - 24.12.2010, 16:55
Re: Colors SAMP - by caribe88 - 25.12.2010, 16:19
Re: Colors SAMP - by dmstealth - 25.12.2010, 16:32
Re: Colors SAMP - by Mean - 25.12.2010, 22:00
Re: Colors SAMP - by [Ips]Guh - 26.12.2010, 14:36
Re: Colors SAMP - by Shubham - 28.12.2010, 08:57
Re: Colors SAMP - by MetalScript - 04.06.2011, 21:04

Forum Jump:


Users browsing this thread: 1 Guest(s)