SA-MP Forums Archive
Disable f8 gumb | Is possible? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: General (https://sampforum.blast.hk/forumdisplay.php?fid=13)
+--- Thread: Disable f8 gumb | Is possible? (/showthread.php?tid=591386)



Disable f8 gumb | Is possible? - ZmaXy - 11.10.2015

Look at title of theard to find question

I want to create a new system for screenshots.


Re: Disable f8 gumb | Is possible? - ZeMuNaC - 11.10.2015

https://sampwiki.blast.hk/wiki/OnPlayerKeyStateChange
https://sampwiki.blast.hk/wiki/Keys


Re: Disable f8 gumb | Is possible? - ZmaXy - 11.10.2015

Yes, I know for that, but there is no define for f8 key.


Re: Disable f8 gumb | Is possible? - ZeMuNaC - 11.10.2015

I am pretty sure that its not possible,but wait someone more experienced to answer your question.


Re: Disable f8 gumb | Is possible? - Abagail - 11.10.2015

F8 is a client key, but more specifically a SA-MP client key and not a GTA binding. That being said, you cannot even detect it without external applications running on both the client and the server.

However you can surely detect it and possibly(not really sure about this) disable it through the use of a client to server application system.


Re: Disable f8 gumb | Is possible? - Sew_Sumi - 11.10.2015

AutoHotKey can remap keys if I remember correctly. Still wouldn't be sure of it doing this though.


Re: Disable f8 gumb | Is possible? - ZmaXy - 11.10.2015

Quote:
Originally Posted by Abagail
Посмотреть сообщение
F8 is a client key, but more specifically a SA-MP client key and not a GTA binding. That being said, you cannot even detect it without external applications running on both the client and the server.

However you can surely detect it and possibly(not really sure about this) disable it through the use of a client to server application system.
How detect it without define for f8? I think that its not possible.
Anyone else have something to say? Someone who has a little more knowledge?


Re: Disable f8 gumb | Is possible? - Crayder - 11.10.2015

Quote:
Originally Posted by ZmaXy
Посмотреть сообщение
How detect it without define for f8? I think that its not possible.
Anyone else have something to say? Someone who has a little more knowledge?
Abagail just gave you all of the knowledge you need. It's not possible to detect when players press F8.


Re: Disable f8 gumb | Is possible? - tkhassan - 22.10.2015

Quote:
Originally Posted by Abagail
Посмотреть сообщение
F8 is a client key, but more specifically a SA-MP client key and not a GTA binding. That being said, you cannot even detect it without external applications running on both the client and the server.

However you can surely detect it and possibly(not really sure about this) disable it through the use of a client to server application system.
I think this answer should be good enough for you.


Re: Disable f8 gumb | Is possible? - Sew_Sumi - 22.10.2015

Quote:
Originally Posted by tkhassan
Посмотреть сообщение
I think this answer should be good enough for you.
Please pay attention to how old a thread is before posting. This was solved over a week back, with the OP posting too.