Quote:
Originally Posted by UndefinedName
OnPlayerClickTextDraw Might help u..if dont work..pm me
PHP код:
public OnPlayerClickTextDraw(playerid, Text:clickedid)
{
if(clickedid == yourtextdraw)
{
SendClientMessage(playerid, 0xFFFFFFAA, "working or whatever ur code which u want to put");
CancelSelectTextDraw(playerid);
}
return 1;
}
|
I have already do that but It doesn't even set the color black when I hover its like the textdraw is not selectable