Forcing textdraw selection
#1

This was my approach to forcing players to select a textdraw when they press ESC:

pawn Код:
if(playertextid == PlayerText:INVALID_TEXT_DRAW) {
        SelectTextDraw(playerid, 0xFFFFFFBB);
}
This, however, does not seem to be working. Any ideas?
Reply
#2

ESC is not detected with OnPlayerClickPlayerTextDraw

use OnPlayerClickTextDraw
PHP код:
if(clickedid == Text:INVALID_TEXT_DRAW) {
        
SelectTextDraw(playerid0xFFFFFFBB);

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)