Please help with textdraw menu - 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: Please help with textdraw menu (
/showthread.php?tid=610446)
Please help with textdraw menu -
RedSmokeR - 24.06.2016

i guyz i want to make a textdraw menu I have searched alot, Like if player types 1 he will get a gun present at no 1 present at textdraw menu,gimme the code +rep,Textdraw menu like this :
Re: Please help with textdraw menu -
Mencent - 24.06.2016
Hello!
When the textdraw is showing to the player then you have to set a variable on true (or 1). Now you can check if the player types "1" in the chat (OnPlayerText) and the variable is on true you can give him / her a gun.
It isn't difficult, try this! I think you can manage this!
Re: Please help with textdraw menu -
RedSmokeR - 24.06.2016
Is there any tutorial,I cant understand please help searching like 6 to 7days
Re: Please help with textdraw menu -
RedSmokeR - 24.06.2016
AnyOnE?
Re: Please help with textdraw menu -
Mencent - 24.06.2016
I don't know if there is some tutorials about that. But you can show us your current code which you have up to now.