Clickable Textdraws dont work when i put #include <YSI\y_iterate> and #include <YSI\y_areas> - 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: Clickable Textdraws dont work when i put #include <YSI\y_iterate> and #include <YSI\y_areas> (
/showthread.php?tid=598351)
Clickable Textdraws dont work when i put #include <YSI\y_iterate> and #include <YSI\y_areas> -
ervinmasic - 11.01.2016
Can anyone help me, i make gang zones and i need this includes, but on register my clickable textdraws dont work when i put this includes, but without this includes it work perferctly..
What is problem?
Here is my includes:
#include <a_mysql>
#include <foreach>
#include <easyDialog>
#include <eSelection>
#include <progress2>
#include <sscanf2>
#include <streamer>
#include <zcmd>
#include <YSI\y_iterate>
#include <YSI\y_areas>
Re: Clickable Textdraws dont work when i put #include <YSI\y_iterate> and #include <YSI\y_areas> -
ervinmasic - 12.01.2016
BUMP
Re: Clickable Textdraws dont work when i put #include <YSI\y_iterate> and #include <YSI\y_areas> -
ervinmasic - 13.01.2016
BUMP
Re: Clickable Textdraws dont work when i put #include <YSI\y_iterate> and #include <YSI\y_areas> -
ervinmasic - 15.01.2016
BUMP
Re: Clickable Textdraws dont work when i put #include <YSI\y_iterate> and #include <YSI\y_areas> -
ervinmasic - 16.01.2016
BUMP
Re: Clickable Textdraws dont work when i put #include <YSI\y_iterate> and #include <YSI\y_areas> -
ervinmasic - 18.01.2016
BuMp
Re: Clickable Textdraws dont work when i put #include <YSI\y_iterate> and #include <YSI\y_areas> -
Gammix - 18.01.2016
It's generally caused when you return 1 under OnPlayerClick(Player)TextDraw which doesn't send a result to be called in other scripts using the same callback.
Make sure YSI doesn't do that or check for hooking done in those 2 libraries.
Re: Clickable Textdraws dont work when i put #include <YSI\y_iterate> and #include <YSI\y_areas> -
Abulsoud - 18.01.2016
Try to change the return to Return 0 then Return 1 to avoid textdraw's collision.
Re: Clickable Textdraws dont work when i put #include <YSI\y_iterate> and #include <YSI\y_areas> -
ervinmasic - 18.01.2016
Im added return 0; in opnplayerclicktextdraw and i have same problem...
Re: Clickable Textdraws dont work when i put #include <YSI\y_iterate> and #include <YSI\y_areas> -
ervinmasic - 19.01.2016
BUMP