*SOLVED* - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: *SOLVED* (
/showthread.php?tid=147955)
*SOLVED* -
ViruZZzZ_ChiLLL - 15.05.2010
How can I, make the player press CAPS, TAB, or ALT (any of that)
before he will PickUp a PickUp making a MSG_BOX show.
Re: How can I? -
¤Adas¤ - 15.05.2010
Quote:
Originally Posted by ViruZZzZ_ChiLLL
How can I, make the player press CAPS, TAB, or ALT (any of that)
before he will PickUp a PickUp making a MSG_BOX show.
|
You mean, that player has to press ALT to pick up the pickup?
Re: How can I? -
Jakku - 15.05.2010
Using GetPlayerKeys.
https://sampwiki.blast.hk/wiki/GetPlayerKeys
Re: How can I? -
ViruZZzZ_ChiLLL - 15.05.2010
Quote:
Originally Posted by ¤Adas¤
Quote:
Originally Posted by ViruZZzZ_ChiLLL
How can I, make the player press CAPS, TAB, or ALT (any of that)
before he will PickUp a PickUp making a MSG_BOX show.
|
You mean, that player has to press ALT to pick up the pickup?
|
Yes
Quote:
Originally Posted by Jakku
|
thanks