How i put colors in label
#1

i wanna it like dis:
/label [Text] [Color] [Distance]

here my command:
Код:
COMMAND:label(playerid,params[])
{
    if (APlayerData[playerid][PlayerLevel] >= 7)
    {
	new string[160],Float: X, Float: Y, Float: Z,text[100],distance;
	GetPlayerPos(playerid,  X,Y,Z);
	if(sscanf(params,"sd",text,distance)) return SendClientMessage(playerid,0xFB9204FF,"USAGE: /label [text][distance]");
	Create3DTextLabel(text,0x03B8FCFF,X,Y,Z,distance,GetPlayerVirtualWorld(playerid));
	format(string,sizeof(string),"Create3DTextLabel(\"%s\",0x03B8FCFF,%f, %f, %f,%d,%d);",text,X,Y,Z,distance,GetPlayerVirtualWorld(playerid));
 	SaveToLog("labels",string);
 	}
	return 1;
}
Reply


Messages In This Thread
How i put colors in label - by DerickClark - 06.03.2013, 22:26
Re: How i put colors in label - by Salim_Karaja - 07.03.2013, 03:59

Forum Jump:


Users browsing this thread: 1 Guest(s)