SA-MP Forums Archive
getplayerkeys ? - 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: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: getplayerkeys ? (/showthread.php?tid=523352)



getplayerkeys ? - Champ - 01.07.2014

how to get player keys:
for example if a player has set " KEY_YES " to P. Then SendClientMessage(playerid, -1, You have to press Key P to enable "); .

as in wiki. They have given example of conditions and nothing else. :/


Re: getplayerkeys ? - Dignity - 01.07.2014

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

pawn Код:
~k~~CONVERSATION_YES~



Re: getplayerkeys ? - Champ - 01.07.2014

How to use this : GetPlayerKeys(playerid,Keys,ud,lr); in what i have said above. ??