[FilterScript] SISTEMA DE COR PARA O NICK | 2.0
#1

SISTEMA DE COR PARA O NICK | 2.0

Bom galera,quando postei a primeira versгo falei que estava desenvolvendo uma versгo com mais cores,bom a primeira sу tinha 7,essa tem 21 entгo espero que gostem
DOWNLOAD PASTEBIN:
http://pastebin.com/xXgV4fk7
DOWNLOAD:
PHP Code:
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-|SISTEMA DE COR DO NICK| v.2.0-=-=-=-=-=-=-=-=-=-=-=-==-=-= 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-|By: CloneZPlays|-=-=-=-=-=-=-=-=-=-=-=-==-=-==-==-= 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/ 
#include <a_samp> 
#define FILTERSCRIPT 
//Cores 
#define COLOR_YELLOW 0xFFFF00FF 
#if defined FILTERSCRIPT 
//Variбveis 
new string[256]; 
public 
OnFilterScriptInit() 
{
     
    print(
"====================================="); 
    print(
"=========-=BY: CloneZPlays=-========="); 
    print(
"====================================="); 
    return 
1

public 
OnFilterScriptExit() 
{
     
    return 
1

public 
OnPlayerConnect(playerid
{
     
    return 
1

//Comandos 
public OnPlayerCommandText(playeridcmdtext[]) 
{
     
    if (
strcmp("/cores"cmdtexttrue10) == 0
    {
         
        new 
Creditos[200];// <<< Ta Crйditos pq й do meu GM o dialog,mais nгo muda em nada 
        
strins(Creditos,"{FF0000}/VERMELHO    {0000FF}/AZUL    {00FF00}/VERDE    {FFFF00}/AMARELO    {000000}/PRETO    {FFFFFF}/BRANCO    {FF1493}/ROSA\n",strlen(Creditos)); 
        
strins(Creditos,"{BEBEBE}/CINZA    {8B4513}/MARROM    {A020F0}/ROXO    {00FFFF}/CIANO    {FF8C00}/LARANJA    {EE82EE}/VIOLETA    {EEC900}/DOURADO\n",strlen(Creditos)); 
        
strins(Creditos,"{8B0000}/VERMELHOESCURO    {00008B}/AZULESCURO    {228B22}/VERDEESCURO    {CDCD00}/AMARELOESCURO    {FF3030}/VERMELHOCLARO    {6495ED}/AZULCLARO    {7CFC00}/VERDECLARO\n",strlen(Creditos)); 
        
ShowPlayerDialog(playerid,224DIALOG_STYLE_MSGBOX"{00FF00}CORES BY: {FFFFFF}CloneZPlays",Creditos"OK"""); 
        return 
1
    } 
    if (
strcmp(cmdtext"/verdeclaro"true)==0
    {
         
        
SetPlayerColor(playerid0x7CFC00FF); 
        new 
pname[MAX_PLAYER_NAME]; 
        
GetPlayerName(playeridpnameMAX_PLAYER_NAME); 
        
format(stringsizeof(string), "%s {FFFFFF}Mudou a Cor do seu Nick para {7CFC00}/VERDECLARO {FFFF00}Mude vocк tambйm! {9370DB}[/CORES]"pname); 
        
SendClientMessageToAll(COLOR_YELLOWstring); 
        return 
1
    } 
    if (
strcmp(cmdtext"/azulclaro"true)==0
    {
         
        
SetPlayerColor(playerid0x6495EDFF); 
        new 
pname[MAX_PLAYER_NAME]; 
        
GetPlayerName(playeridpnameMAX_PLAYER_NAME); 
        
format(stringsizeof(string), "%s {FFFFFF}Mudou a Cor do seu Nick para {6495ED}/AZULCLARO {FFFF00}Mude vocк tambйm! {9370DB}[/CORES]"pname); 
        
SendClientMessageToAll(COLOR_YELLOWstring); 
        return 
1
    } 
    if (
strcmp(cmdtext"/vermelhoclaro"true)==0
    {
         
        
SetPlayerColor(playerid0xFF3030FF); 
        new 
pname[MAX_PLAYER_NAME]; 
        
GetPlayerName(playeridpnameMAX_PLAYER_NAME); 
        
format(stringsizeof(string), "%s {FFFFFF}Mudou a Cor do seu Nick para {FF3030}/VERMELHOCLARO {FFFF00}Mude vocк tambйm! {9370DB}[/CORES]"pname); 
        
SendClientMessageToAll(COLOR_YELLOWstring); 
        return 
1
    } 
    if (
strcmp(cmdtext"/amareloescuro"true)==0
    {
         
        
SetPlayerColor(playerid0xCDCD00FF); 
        new 
pname[MAX_PLAYER_NAME]; 
        
GetPlayerName(playeridpnameMAX_PLAYER_NAME); 
        
format(stringsizeof(string), "%s {FFFFFF}Mudou a Cor do seu Nick para {CDCD00}/AMARELOESCURO {FFFF00}Mude vocк tambйm! {9370DB}[/CORES]"pname); 
        
SendClientMessageToAll(COLOR_YELLOWstring); 
        return 
1
    } 
    if (
strcmp(cmdtext"/verdeescuro"true)==0
    {
         
        
SetPlayerColor(playerid0x228B22FF); 
        new 
pname[MAX_PLAYER_NAME]; 
        
GetPlayerName(playeridpnameMAX_PLAYER_NAME); 
        
format(stringsizeof(string), "%s {FFFFFF}Mudou a Cor do seu Nick para {228B22}/VERDEESCURO {FFFF00}Mude vocк tambйm! {9370DB}[/CORES]"pname); 
        
SendClientMessageToAll(COLOR_YELLOWstring); 
        return 
1
    } 
    if (
strcmp(cmdtext"/azulescuro"true)==0
    {
         
        
SetPlayerColor(playerid0x00008BFF); 
        new 
pname[MAX_PLAYER_NAME]; 
        
GetPlayerName(playeridpnameMAX_PLAYER_NAME); 
        
format(stringsizeof(string), "%s {FFFFFF}Mudou a Cor do seu Nick para {00008B}/AZULESCURO {FFFF00}Mude vocк tambйm! {9370DB}[/CORES]"pname); 
        
SendClientMessageToAll(COLOR_YELLOWstring); 
        return 
1
    } 
    if (
strcmp(cmdtext"/vermelhoescuro"true)==0
    {
         
        
SetPlayerColor(playerid0x8B0000FF); 
        new 
pname[MAX_PLAYER_NAME]; 
        
GetPlayerName(playeridpnameMAX_PLAYER_NAME); 
        
format(stringsizeof(string), "%s {FFFFFF}Mudou a Cor do seu Nick para {8B0000}/VERMELHOESCURO {FFFF00}Mude vocк tambйm! {9370DB}[/CORES]"pname); 
        
SendClientMessageToAll(COLOR_YELLOWstring); 
        return 
1
    } 
    if (
strcmp(cmdtext"/dourado"true)==0
    {
         
        
SetPlayerColor(playerid0xEEC900FF); 
        new 
pname[MAX_PLAYER_NAME]; 
        
GetPlayerName(playeridpnameMAX_PLAYER_NAME); 
        
format(stringsizeof(string), "%s {FFFFFF}Mudou a Cor do seu Nick para {EEC900}/DOURADO {FFFF00}Mude vocк tambйm! {9370DB}[/CORES]"pname); 
        
SendClientMessageToAll(COLOR_YELLOWstring); 
        return 
1
    } 
    if (
strcmp(cmdtext"/violeta"true)==0
    {
         
        
SetPlayerColor(playerid0xEE82EEFF); 
        new 
pname[MAX_PLAYER_NAME]; 
        
GetPlayerName(playeridpnameMAX_PLAYER_NAME); 
        
format(stringsizeof(string), "%s {FFFFFF}Mudou a Cor do seu Nick para {EE82EE}/VIOLETA {FFFF00}Mude vocк tambйm! {9370DB}[/CORES]"pname); 
        
SendClientMessageToAll(COLOR_YELLOWstring); 
        return 
1
    } 
    if (
strcmp(cmdtext"/laranja"true)==0
    {
         
        
SetPlayerColor(playerid0xFF8C00FF); 
        new 
pname[MAX_PLAYER_NAME]; 
        
GetPlayerName(playeridpnameMAX_PLAYER_NAME); 
        
format(stringsizeof(string), "%s {FFFFFF}Mudou a Cor do seu Nick para {FF8C00}/LARANJA {FFFF00}Mude vocк tambйm! {9370DB}[/CORES]"pname); 
        
SendClientMessageToAll(COLOR_YELLOWstring); 
        return 
1
    } 
    if (
strcmp(cmdtext"/ciano"true)==0
    {
         
        
SetPlayerColor(playerid0xA020F0FF); 
        new 
pname[MAX_PLAYER_NAME]; 
        
GetPlayerName(playeridpnameMAX_PLAYER_NAME); 
        
format(stringsizeof(string), "%s {FFFFFF}Mudou a Cor do seu Nick para {00FFFF}/CIANO {FFFF00}Mude vocк tambйm! {9370DB}[/CORES]"pname); 
        
SendClientMessageToAll(COLOR_YELLOWstring); 
        return 
1
    } 
    if (
strcmp(cmdtext"/roxo"true)==0
    {
         
        
SetPlayerColor(playerid0xA020F0FF); 
        new 
pname[MAX_PLAYER_NAME]; 
        
GetPlayerName(playeridpnameMAX_PLAYER_NAME); 
        
format(stringsizeof(string), "%s {FFFFFF}Mudou a Cor do seu Nick para {A020F0}/MARROM {FFFF00}Mude vocк tambйm! {9370DB}[/CORES]"pname); 
        
SendClientMessageToAll(COLOR_YELLOWstring); 
        return 
1
    } 
    if (
strcmp(cmdtext"/marrom"true)==0
    {
         
        
SetPlayerColor(playerid0x8B4513FF); 
        new 
pname[MAX_PLAYER_NAME]; 
        
GetPlayerName(playeridpnameMAX_PLAYER_NAME); 
        
format(stringsizeof(string), "%s {FFFFFF}Mudou a Cor do seu Nick para {8B4513}/MARROM {FFFF00}Mude vocк tambйm! {9370DB}[/CORES]"pname); 
        
SendClientMessageToAll(COLOR_YELLOWstring); 
        return 
1
    } 
    if (
strcmp(cmdtext"/cinza"true)==0
    {
         
        
SetPlayerColor(playerid0xBEBEBEFF); 
        new 
pname[MAX_PLAYER_NAME]; 
        
GetPlayerName(playeridpnameMAX_PLAYER_NAME); 
        
format(stringsizeof(string), "%s {FFFFFF}Mudou a Cor do seu Nick para {BEBEBE}/CINZA {FFFF00}Mude vocк tambйm! {9370DB}[/CORES]"pname); 
        
SendClientMessageToAll(COLOR_YELLOWstring); 
        return 
1
    } 
    if (
strcmp(cmdtext"/azul"true)==0
    {
         
        
SetPlayerColor(playerid0x0000FFFF); 
        new 
pname[MAX_PLAYER_NAME]; 
        
GetPlayerName(playeridpnameMAX_PLAYER_NAME); 
        
format(stringsizeof(string), "%s {FFFFFF}Mudou a Cor do seu Nick para {0000FF}/AZUL {FFFF00}Mude vocк tambйm! {9370DB}[/CORES]"pname); 
        
SendClientMessageToAll(COLOR_YELLOWstring); 
        return 
1
    } 
    if (
strcmp(cmdtext"/vermelho"true)==0
    {
         
        
SetPlayerColor(playerid0xFF0000FF); 
        new 
pname[MAX_PLAYER_NAME]; 
        
GetPlayerName(playeridpnameMAX_PLAYER_NAME); 
        
format(stringsizeof(string), "%s {FFFFFF}Mudou a Cor do seu Nick para {FF0000}/VERMELHO {FFFF00}Mude vocк tambйm! {9370DB}[/CORES]"pname); 
        
SendClientMessageToAll(COLOR_YELLOWstring); 
        return 
1
    } 
    if (
strcmp(cmdtext"/verde"true)==0
    {
         
        
SetPlayerColor(playerid0x00FF00FF); 
        new 
pname[MAX_PLAYER_NAME]; 
        
GetPlayerName(playeridpnameMAX_PLAYER_NAME); 
        
format(stringsizeof(string), "%s {FFFFFF}Mudou a Cor do seu Nick para {00FF00}/VERDE {FFFF00}Mude vocк tambйm! {9370DB}[/CORES]"pname); 
        
SendClientMessageToAll(COLOR_YELLOWstring); 
        return 
1
    } 
    if (
strcmp(cmdtext"/amarelo"true)==0
    {
         
        
SetPlayerColor(playerid0xFFFF00FF); 
        new 
pname[MAX_PLAYER_NAME]; 
        
GetPlayerName(playeridpnameMAX_PLAYER_NAME); 
        
format(stringsizeof(string), "%s {FFFFFF}Mudou a Cor do seu Nick para {FFFF00}/AMARELO {FFFF00}Mude vocк tambйm! {9370DB}[/CORES]"pname); 
        
SendClientMessageToAll(COLOR_YELLOWstring); 
        return 
1
    } 
    if (
strcmp(cmdtext"/branco"true)==0
    {
         
        
SetPlayerColor(playerid0xFFFFFFFF); 
        new 
pname[MAX_PLAYER_NAME]; 
        
GetPlayerName(playeridpnameMAX_PLAYER_NAME); 
        
format(stringsizeof(string), "%s {FFFFFF}Mudou a Cor do seu Nick para {FFFFFF}/BRANCO {FFFF00}Mude vocк tambйm! {9370DB}[/CORES]"pname); 
        
SendClientMessageToAll(COLOR_YELLOWstring); 
        return 
1
    } 
    if (
strcmp(cmdtext"/preto"true)==0
    {
         
        
SetPlayerColor(playerid0x000000FF); 
        new 
pname[MAX_PLAYER_NAME]; 
        
GetPlayerName(playeridpnameMAX_PLAYER_NAME); 
        
format(stringsizeof(string), "%s {FFFFFF}Mudou a Cor do seu Nick para {000000}/PRETO {FFFF00}Mude vocк tambйm! {9370DB}[/CORES]"pname); 
        
SendClientMessageToAll(COLOR_YELLOWstring); 
        return 
1
    } 
    if (
strcmp(cmdtext"/rosa"true)==0
    {
         
        
SetPlayerColor(playerid0xFF1493FF); 
        new 
pname[MAX_PLAYER_NAME]; 
        
GetPlayerName(playeridpnameMAX_PLAYER_NAME); 
        
format(stringsizeof(string), "%s {FFFFFF}Mudou a Cor do seu Nick para {FF1493}/ROSA {FFFF00}Mude vocк tambйm! {9370DB}[/CORES]"pname); 
        
SendClientMessageToAll(COLOR_YELLOWstring); 
        return 
1
    } 
    
//============================================================================== 
    
return 0

//============================================================================== 
#endif 
*Se quiserem pode adicionar mais cores
*Se quiserem pode postar no seu blog,Mais tem que ter os crйditos!!
Reply


Messages In This Thread
SISTEMA DE COR PARA O NICK | 2.0 - by CloneZPlays - 19.06.2014, 15:30
Re: SISTEMA DE COR PARA O NICK | 2.0 - by Alwe - 19.06.2014, 15:36
Re: SISTEMA DE COR PARA O NICK | 2.0 - by Rodrigo_Avenged - 19.06.2014, 15:37
Re: SISTEMA DE COR PARA O NICK | 2.0 - by [FeK]Knife - 19.06.2014, 17:12
Re: SISTEMA DE COR PARA O NICK | 2.0 - by iFoox - 19.06.2014, 17:49
Re: SISTEMA DE COR PARA O NICK | 2.0 - by CloneZPlays - 19.06.2014, 17:59
Re: SISTEMA DE COR PARA O NICK | 2.0 - by PT - 19.06.2014, 18:01
Re: SISTEMA DE COR PARA O NICK | 2.0 - by CloneZPlays - 19.06.2014, 18:23
Re: SISTEMA DE COR PARA O NICK | 2.0 - by TioSlash - 19.06.2014, 18:27
Re: SISTEMA DE COR PARA O NICK | 2.0 - by Rhayziin - 20.06.2014, 09:14

Forum Jump:


Users browsing this thread: 3 Guest(s)