Re: [suggestion] IsPlayerTyping -
DVDK - 04.12.2010
No, there are way more functions that are way more useful then this.
Re: [suggestion] IsPlayerTyping -
Whizion - 04.12.2010
Quote:
Originally Posted by DVDK
No, there are way more functions that are way more useful then this.
|
Yes, but none of them are so simple to make like this one.
AW: [suggestion] IsPlayerTyping -
XCarBOn - 04.12.2010
Quote:
Originally Posted by Whizion
This would be useful, because when you type you don't wanna be killed or played with, so if it could be detected then there could be made some kind of a protection.
That's just one of the examples...
Anyway i think it would be cool and i think it isn't hard to make.
|
The idea is great but attention: You could abuse the function.. A second before your death you press t and won't be killed.
Re: AW: [suggestion] IsPlayerTyping -
WillyP - 04.12.2010
Quote:
Originally Posted by XCarBOn
The idea is great but attention: You could abuse the function.. A second before your death you press t and won't be killed.
|
Well make a script that by-passes that.
Re: [suggestion] IsPlayerTyping -
olaf137 - 04.12.2010
couldn't you just add two callbacks like
OnPlayerStartTyping(playerid) // called when player press T
OnPlayerStopTyping(playerid) // called when player press Enter or Escape to close the Textwritingbox
Re: [suggestion] IsPlayerTyping -
mark.18 - 04.12.2010
Yeeee god idea!!!
Re: [suggestion] IsPlayerTyping -
Jakku - 04.12.2010
Kinda useless. My opinion
Re: [suggestion] IsPlayerTyping -
Karlip - 04.12.2010
Quote:
Originally Posted by olaf137
couldn't you just add two callbacks like
OnPlayerStartTyping(playerid) // called when player press T
OnPlayerStopTyping(playerid) // called when player press Enter or Escape to close the Textwritingbox
|
And with that, SetPlayerTypingInput(playerid, "This is the chatbox. Use this to chat with others and doing commands using slash, /.", toggle: showforall);
playerid - self explanatory
showforall - 0/1, if the player presses Enter, show the text for everyone or not.
Re: [suggestion] IsPlayerTyping -
legodude - 04.12.2010
i kinda like this suggestion.
and esspecially karlips one!
suggestion for OnPlayerKeyStateChange:
make all keys accesible with the "id"
like KEY_ACTION=1 KEY_CROUCH=2 and so on but then with KEY_A = 1 KEY_B=2 KEY_C=3
Re: [suggestion] IsPlayerTyping -
papedo - 04.12.2010
IsPlayerTyping and IsPlayerESC - it would be great if they were at 0.3c ...
Re: [suggestion] IsPlayerTyping -
PlayLSX - 04.12.2010
You can find out if the player is using the escape menu by using a variable in OnPlayerUpdate. Since they go out of sync when at the escape menu.