10.09.2012, 21:28
for textdraws:
P.S. its also being called if its a player text draw.
as for objects, check if the response type is EDIT_RESPONSE_CANCEL
pawn Код:
public OnPlayerClickTextDraw(playerid, Text:clickedid)
{
if(_:clickedid == INVALID_TEXT_DRAW)
{
// Code
}
return 1;
}
as for objects, check if the response type is EDIT_RESPONSE_CANCEL