18.12.2009, 11:18
When I enter this command:
3D the text does not disappear 
How to make that has disappeared?
Код:
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;
}

How to make that has disappeared?

