How to make 3D the text afk?
#10

When I enter this command:
Код:
if (strcmp("/comeback", cmdtext, true, 10) == 0)
	{
	  GetPlayerName(playerid,playername,sizeof(playername));
		format(string,sizeof(string),".:: %s (ID: %d) вернулся из AFK! ::.",playername,playerid);
		SendClientMessageToAll(COLOR_YELLOW2, string);
		DeletePlayer3DTextLabel(playerid,PlayerText3D:afk[playerid]);
		return 1;
	}
3D the text does not disappear
How to make that has disappeared?
Reply


Messages In This Thread
How to make 3D the text afk? - by Aram555 - 18.12.2009, 01:22
Re: How to make 3D the text afk? - by GTAguillaume - 18.12.2009, 01:36
Re: How to make 3D the text afk? - by Aram555 - 18.12.2009, 01:48
Re: How to make 3D the text afk? - by niCe - 18.12.2009, 02:54
Re: How to make 3D the text afk? - by Aram555 - 18.12.2009, 03:04
Re: How to make 3D the text afk? - by yom - 18.12.2009, 03:12
Re: How to make 3D the text afk? - by Aram555 - 18.12.2009, 05:04
Re: How to make 3D the text afk? - by yom - 18.12.2009, 05:09
Re: How to make 3D the text afk? - by Aram555 - 18.12.2009, 05:20
Re: How to make 3D the text afk? - by Aram555 - 18.12.2009, 11:18

Forum Jump:


Users browsing this thread: 1 Guest(s)