04.06.2009, 15:46
yes, and if you want it destroyed use this command:
Код:
if (strcmp(cmdtext, "/close", true)==0)
{
TextDrawDestroy(yourtextdrawID);
}

