need help - 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: need help (
/showthread.php?tid=172075)
need help -
LifeStyle - 28.08.2010
How can i make something when a player press '2' he will get a message?
Re: need help -
LarzI - 29.08.2010
Use the callback "OnPlayerKeyStateChange" and make a statement to check if player presses 2 (KEY_SUBMISSION) then send him the message.