• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] Help with SelectTextDraw
#1
Exclamation 
When i press ESC while?SelectTextDraw on going, it's still showing text draw but i cant select .
  Reply
#2
Because that's how it works...?



You either hide/destroy the TextDraws or re-enable the selection again
Using Pawn.CMD?

If you're doing so, this is the very first sign that you absolutely shouldn't utilize your all powerful P-Code knowledge in any of the scripting discussion topics.
  Reply
#3
Hit space to bring back the mouse:

Code:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys) {
if((newkeys & KEY_SPRINT) && !(oldkeys & KEY_SPRINT)) {
SelectTextDraw(playerid, 0x00080FFFF);
}
return 1;
}
Check out Desolation Roleplay, where zombie AI and scavenging is bothered by player bandits!


  Reply


Forum Jump: