Hide 3d text labels?
#10

u can try this, i hope it will help u:
__________________________________________________ ______________
new hidechat[MAX_PLAYERS];
new to_others[MAX_CHATBUBBLE_LENGTH+1];
format(to_others,MAX_CHATBUBBLE_LENGTH,"Says: %s",text);
SetPlayerChatBubble(playerid,to_others,MESSAGE_COL OR,35.0,10000);
__________________________________________________ ______________

if (strcmp("/hidechat", cmdtext, true) == 0)
{
hidechat[playerid] == 1
}

if (strcmp("/unhidechat", cmdtext, true) == 0)
{
hidechat[playerid] == 0
}

if( hidechat[playerid] == 1)
{
SetPlayerChatBubble(playerid,to_others,MESSAGE_COL OR,0,0); // its important to add at the end two zero's
} else SetPlayerChatBubble(playerid,to_others,MESSAGE_COL OR,35.0,10000);
__________________________________________________ _______
i think u know the rest
Reply


Messages In This Thread
Hide 3d text labels? - by DiddyBop - 12.09.2010, 18:18
Re: Hide 3d text labels? - by Cameltoe - 12.09.2010, 18:22
Re: Hide 3d text labels? - by DiddyBop - 12.09.2010, 18:27
Re: Hide 3d text labels? - by DiddyBop - 14.09.2010, 21:39
Re: Hide 3d text labels? - by Retardedwolf - 14.09.2010, 22:11
Re: Hide 3d text labels? - by DiddyBop - 14.09.2010, 22:36
Re: Hide 3d text labels? - by Scenario - 14.09.2010, 22:51
Re: Hide 3d text labels? - by Hijolion - 14.09.2010, 23:27
Re: Hide 3d text labels? - by willsuckformoney - 14.09.2010, 23:31
Re: Hide 3d text labels? - by Elmin - 16.09.2010, 13:38

Forum Jump:


Users browsing this thread: 3 Guest(s)