08.08.2018, 12:37
This was my approach to forcing players to select a textdraw when they press ESC:
This, however, does not seem to be working. Any ideas?
pawn Код:
if(playertextid == PlayerText:INVALID_TEXT_DRAW) {
SelectTextDraw(playerid, 0xFFFFFFBB);
}