left Alt = KEY_FIRE, right Alt = ???
#1

right Alt== ? ? ?
Reply
#2

It differences player to player, if there is nothin on right alt may show nothing or weird s**t
Reply
#3

how to do that did the system determine right Alt ?
Reply
#4

Quote:
Originally Posted by _S_
how to do that did the system determine right Alt ?
As far as I know, this can only be done in textdraws.

https://sampwiki.blast.hk/wiki/GetPlayerKeys

That page should list what you must add inside a textdraw to show a key.
Reply
#5

Код:
 new keystr[128];
	format(keystr,sizeof(keystr),"I pressed %d",newkeys);
 	SendClientMessage(playerid,0x00ff009e,keystr);
put under onkeystatecahnge
Reply
#6

how to do that did the system determine right Alt ?
if for example a player pressed right Alt, that him kick.

or as right Alt to tie to left Alt?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)