05.12.2015, 17:10
(
Последний раз редактировалось UndefinedName; 05.12.2015 в 17:58.
)
bro this will work .. if u dont use OnPlayerClickTextDraw
then how he would be clickable..
Edit:COLOR WILL WORK ...I made clickable textdraws for my gm.. with color red.and they are working
SelectTextDraw(playerid, 0xA3B4C5FF); //////////color working//its from mine gm
i tested know and its working xd
then how he would be clickable..
Edit:COLOR WILL WORK ...I made clickable textdraws for my gm.. with color red.and they are working
SelectTextDraw(playerid, 0xA3B4C5FF); //////////color working//its from mine gm
PHP код:
if(clickedid == kk)
{
ClassDialog(playerid);
SendClientMessage(playerid,COLOR_PINK,"*Test - .");
}