[Ajuda] Cores { }
#1

Gente como eu posso adcionar cor no meu label?

PHP код:
COMMAND:criarlabel3(playeridparams[])
{
SendAdminText(playerid"/criarlabel3"params);
        if (
APlayerData[playerid][PlayerLevel] >= 3)
            {
           new 
Float:PosX,
               
Float:PosY,
               
Float:PosZ;
           new 
texto[256];
           new 
string[256];
                {
                   if(
sscanf(params"s[256]"texto)) return SendClientMessage(playerid0xFF0000FF"Use: /criarlabel3 [Texto]");
                   
GetPlayerPos(playeridPosXPosYPosZ);
                   
format(stringsizeof(string), "%s"texto);
                   
Create3DTextLabel(string0x00ff00ffPosXPosYPosZ40,0);
                   
format(stringsizeof(string), "Vocк criou um TextLabel com a mensagem: %s"texto);
                   
SendClientMessage(playerid0x00FF00FFstring);
               }    }
           return 
true;

Por exemplo eu digitar: /criarlabel3 {FFFF00}Alo
Reply


Messages In This Thread
Cores { } - by LuisFerreira - 30.08.2015, 00:48
Re: Cores { } - by Andre02 - 30.08.2015, 00:49
Re: Cores { } - by LuisFerreira - 30.08.2015, 00:51
Re: Cores { } - by Boot - 30.08.2015, 10:58
Re: Cores { } - by LuisFerreira - 30.08.2015, 12:36
Re: Cores { } - by widhost - 30.08.2015, 13:41
Re: Cores { } - by LuisFerreira - 30.08.2015, 14:01
Re: Cores { } - by [BOPE]Seu._.Madruga - 30.08.2015, 15:33

Forum Jump:


Users browsing this thread: 3 Guest(s)