24.09.2014, 16:01
Hello I require help on when PlayerClickText draw.I made a script but it does not work.
Can you give me an example how to use it.I used it like this but it does not work.
Whats wrong with it.
Can you give me an example how to use it.I used it like this but it does not work.
Код:
public OnPlayerClickTextDraw(playerid, Text:clickedid) { if(_:clickedid != INVALID_TEXT_DRAW) { if(clickedid == ZA) { SendClientMessage(playerid,COLOR_BLUE,"STILL Work In Progress"); return 1; } if(clickedid == CS) { SendClientMessage(playerid,COLOR_BLUE,"STILL Work In Progress"); return 1; } if(clickedid == DR) { SendClientMessage(playerid,COLOR_BLUE,"STILL Work In Progress"); return 1; } } return 1; }