SA-MP Forums Archive
[Plugin] IsKeyDown(vkey) function in PAWN - 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: Plugin Development (https://sampforum.blast.hk/forumdisplay.php?fid=18)
+--- Thread: [Plugin] IsKeyDown(vkey) function in PAWN (/showthread.php?tid=268671)

Pages: 1 2 3


Re: IsKeyDown(vkey) function in PAWN - AirKite - 14.07.2011

Like my suggestion, AddKeyEvent(playerid, Key[], eventid); https://sampforum.blast.hk/showthread.php?pid=1260251#pid1260251


Re: IsKeyDown(vkey) function in PAWN - Kaperstone - 17.07.2011

awasome plugin dude
thets what i was needed for my GM,thanks


AW: Re: IsKeyDown(vkey) function in PAWN - Meta - 17.07.2011

Quote:
Originally Posted by 0x5A656578
Посмотреть сообщение
It works only for the man who runs a Windows server, not for other players. Not bad for first plugin though. If you want it to work for all players you need to make a client-side plugin (see Audio Plugin's code) and tell them to install it.
@Sasino: So that's the reason why nobody else did such a Plugin


Re: AW: Re: IsKeyDown(vkey) function in PAWN - boelie - 17.07.2011

Quote:
Originally Posted by Meta
Посмотреть сообщение
@Sasino: So that's the reason why nobody else did such a Plugin
I think he knows that by know.


Re: AW: Re: IsKeyDown(vkey) function in PAWN - Sasino97 - 17.07.2011

Quote:
Originally Posted by Meta
Посмотреть сообщение
@Sasino: So that's the reason why nobody else did such a Plugin
Quote:
Originally Posted by boelie
Посмотреть сообщение
I think he knows that by know.
Yes, I know now. I didn't thought it was so difficult when I did it. Don't worry, I'm doing some research to make it work.
Gamer_Z and [ISS]Jumbo are helping me too.


Re: IsKeyDown(vkey) function in PAWN - SkizzoTrick - 17.07.2011

A.W.S.O.M.E
If i would still script samp,i would surely use this great plugin.


Re: IsKeyDown(vkey) function in PAWN - Markx - 17.07.2011

Soo with this plugin you can check if someone press any letter?


Re: IsKeyDown(vkey) function in PAWN - CyNiC - 17.07.2011

Not yet, for this is needed a client side plugin working between a server side plugin.
Actually, as said, it only work for the host side, but I apreciate the intent of improve it without know much about.


Re: IsKeyDown(vkey) function in PAWN - Sasino97 - 17.07.2011

Quote:
Originally Posted by Markx
Посмотреть сообщение
Soo with this plugin you can check if someone press any letter?
V

Quote:
Originally Posted by CyNiC
Посмотреть сообщение
Not yet, for this is needed a client side plugin working between a server side plugin.
Actually, as said, it only work for the host side, but I apreciate the intent of improve it without know much about.
^


Re: IsKeyDown(vkey) function in PAWN - Calgon - 17.07.2011

So this is pretty pointless...


Re: IsKeyDown(vkey) function in PAWN - SkizzoTrick - 17.07.2011

Quote:
Originally Posted by Calg00ne
Посмотреть сообщение
So this is pretty pointless...
Hmm,if it would check the pressed key without a client side plugin,it would be just great..
Now,because that's needed ,it is a bit pointless but congratz for the effort.


Re: IsKeyDown(vkey) function in PAWN - Ernis456 - 19.07.2011

When you release fixed version ?


Re: IsKeyDown(vkey) function in PAWN - Sasino97 - 19.07.2011

Quote:
Originally Posted by Ernis456
Посмотреть сообщение
When you release fixed version ?
I'm still working on it. I don't know when.


Re: IsKeyDown(vkey) function in PAWN - SlootLite - 19.07.2011

Sorry for my bad english. You will be do plugin on linux? I think for windows it is useless after all now almost all hostings on linux.


Re: IsKeyDown(vkey) function in PAWN - Sasino97 - 19.07.2011

Quote:
Originally Posted by SlootLite
Посмотреть сообщение
Sorry for my bad english. You will be do plugin on linux? I think for windows it is useless after all now almost all hostings on linux.
I'll find a way to compile on both Operating Systems


Re: IsKeyDown(vkey) function in PAWN - Dodus - 19.07.2011

Wow, nice plugin. Waiting for Linux version


Re: IsKeyDown(vkey) function in PAWN - DartakousLien - 19.07.2011

Congratulations Sasino
Very good plugin man
I wait for the release and the version for linux to use this


Re: IsKeyDown(vkey) function in PAWN - JernejL - 19.07.2011

This is a SERVER-ONLY key detection plugin. it detects only if the keys are pressed on the SERVER and not clients.

I'm locking this thread due to some amazingly huge amout of ignorance of all people who posted in this thread, especially the original poster for FAILING to explain that this detects keypresses on SERVER and not from people's games.