Problem with ESC key on textdraws selectable - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Problem with ESC key on textdraws selectable (
/showthread.php?tid=599249)
Problem with ESC key on textdraws selectable -
Edw - 23.01.2016
No working..
Help please.
PHP Code:
if(playertextid == PlayerText:INVALID_TEXT_DRAW) {
if(PinStep[playerid] >= 1) {
CancelSelectTextDraw(playerid);
HidePinTextDraws(playerid);
format(InputtText[playerid], 5, "");
PinStep[playerid] = 0;
}
return 1;
}
Re: Problem with ESC key on textdraws selectable -
Rodri99 - 23.01.2016
I can't understand what are you asking for.
Re: Problem with ESC key on textdraws selectable -
Edw - 23.01.2016
If so while ESC can select TextDraw sites do not disappear but remain and TextDraw those sites.
- OnPlayerClickPlayerTextdraw
Re: Problem with ESC key on textdraws selectable -
Edw - 23.01.2016
Help me please.
Re: Problem with ESC key on textdraws selectable -
Edw - 24.01.2016
help me?
Re: Problem with ESC key on textdraws selectable -
JamalMaddox - 24.01.2016
ESC is a keytab and it can't be used in script, but if you want a textdraw to remain just add a time like 1 hour,
I don't really know what you want...
Re: Problem with ESC key on textdraws selectable -
Sew_Sumi - 24.01.2016
Read the rules on posting before bumping again...
I think he means that when he presses Esc, the textdraws stay.
Re: Problem with ESC key on textdraws selectable -
Edw - 24.01.2016
Resolved.