Simple Help
#2

public OnPlayerClickTextDraw(playerid, Text:clickedid)
{
if(PlayerInTDSelection[playerid] == true)
{
if(clickedid == INVALID_TEXT_DRAW)
{
SendClientMessage(playerid, 0xFF0000FF, "You pressed ESC/Cancelled the textdraw selection");
return 0;
}
//rest here
}
return 1;
}

This is just an example, and I wouldn't recommend using this code in its entirety in your script. As it may not function as you desire, as it is not a full code.
Reply


Messages In This Thread
Simple Help - by silverms - 01.04.2017, 21:54
Re: Simple Help - by AndreiWow - 01.04.2017, 22:11
Re: Simple Help - by silverms - 01.04.2017, 22:11
Re: Simple Help - by AndreiWow - 01.04.2017, 22:14
Re: Simple Help - by silverms - 01.04.2017, 22:25
Re: Simple Help - by coool - 02.04.2017, 06:14
Re: Simple Help - by silverms - 02.04.2017, 06:43

Forum Jump:


Users browsing this thread: 1 Guest(s)