Selectable Textdraw don't work - 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: Selectable Textdraw don't work (
/showthread.php?tid=566391)
Selectable Textdraw don't work -
awoo - 05.03.2015
Hello, I've made some selectable textdraws, but they don't work.
As you can see, the textdraw is shown, but the selectable function, doesn't work.
Here's my code:
http://pastebin.com/S3XEwhAa
Re : Selectable Textdraw don't work -
Golimad - 05.03.2015
Change
Код:
if(clickedid == SexDraw[4])
{
TO : if(clickedid == SexDraw[6])
{
Код:
else if(clickedid == SexDraw[5])
{
TO : else if(clickedid == SexDraw[7])
{