07.02.2018, 12:37
Sorry but to be honest they kinda look ugly.
Check the one i created:
Also add this onplayerclicktextdraw:
That will fix your problem with pressing ESC.
Check the one i created:
Also add this onplayerclicktextdraw:
That will fix your problem with pressing ESC.
PHP код:
if(_:clickedid == INVALID_TEXT_DRAW)
{
//close td here
return 1;
}