new IP[16]; GetPlayerIp(playerid, IP, sizeof IP);
if(strcmp(IP, "127.0.0.1"))
return SendClientMessage(playerid, 0xFF0000FF, "Only the host can manage textdraws. (Your IP is remote)");
@Mr_DjolE Read the main post again and what you must download..../facepalm
Edit: The 2 .dll files can be downloaded from the main POST OMFG! Why people DON'T READ THE POSTS! Also don't download any .dll files from ****** or any websites. |
Is it possible you could add the images. (Cards etc into the little dialog thing?)
|
I hope the next version fixes my issue, i can't create texdraws, everything works find like the menu nshit but when i actually go to create it, nothing appears. I've tried it on a blank gamemode as well
|
These images in the dialog are custom txd files not TEXTDRAWS CREATED!
|
Which is why it will only work for the local person.
Too bad the cursor and key detection functions don't/can't have a playerid parameter |
The bad thing is that the key detection is detected only by localhost.
|
That's strange it works fine for me.
I must have created 30-40 textdraw projects with this tool, and the only problem I had is when the server crashed when I exported to .pwn once. |
C:\DOCUME~1\Admin\Bureau\QServeur\_SAMP_~1\FILTER~ 1\iTD.pwn(105) : error 017: undefined symbol "TextDrawSetSelectable" C:\DOCUME~1\Admin\Bureau\QServeur\_SAMP_~1\FILTER~ 1\iTD.pwn(11 : error 017: undefined symbol "TextDrawSetSelectable" C:\DOCUME~1\Admin\Bureau\QServeur\_SAMP_~1\FILTER~ 1\iTD.pwn(157) : error 017: undefined symbol "TextDrawSetSelectable" C:\DOCUME~1\Admin\Bureau\QServeur\_SAMP_~1\FILTER~ 1\iTD.pwn(170) : error 017: undefined symbol "TextDrawSetSelectable" C:\DOCUME~1\Admin\Bureau\QServeur\_SAMP_~1\FILTER~ 1\iTD.pwn(214) : error 017: undefined symbol "TextDrawSetSelectable" C:\DOCUME~1\Admin\Bureau\QServeur\_SAMP_~1\FILTER~ 1\iTD.pwn(227) : error 017: undefined symbol "TextDrawSetSelectable" C:\DOCUME~1\Admin\Bureau\QServeur\_SAMP_~1\FILTER~ 1\iTD.pwn(240) : error 017: undefined symbol "TextDrawSetSelectable" C:\DOCUME~1\Admin\Bureau\QServeur\_SAMP_~1\FILTER~ 1\iTD.pwn(253) : error 017: undefined symbol "TextDrawSetSelectable" C:\DOCUME~1\Admin\Bureau\QServeur\_SAMP_~1\FILTER~ 1\iTD.pwn(275) : error 017: undefined symbol "TextDrawSetSelectable" C:\DOCUME~1\Admin\Bureau\QServeur\_SAMP_~1\FILTER~ 1\iTD.pwn(28 : error 017: undefined symbol "TextDrawSetSelectable" C:\DOCUME~1\Admin\Bureau\QServeur\_SAMP_~1\FILTER~ 1\iTD.pwn(301) : error 017: undefined symbol "TextDrawSetSelectable" C:\DOCUME~1\Admin\Bureau\QServeur\_SAMP_~1\FILTER~ 1\iTD.pwn(314) : error 017: undefined symbol "TextDrawSetSelectable" C:\DOCUME~1\Admin\Bureau\QServeur\_SAMP_~1\FILTER~ 1\iTD.pwn(327) : error 017: undefined symbol "TextDrawSetSelectable" C:\DOCUME~1\Admin\Bureau\QServeur\_SAMP_~1\FILTER~ 1\iTD.pwn(340) : error 017: undefined symbol "TextDrawSetSelectable" C:\DOCUME~1\Admin\Bureau\QServeur\_SAMP_~1\FILTER~ 1\iTD.pwn(353) : error 017: undefined symbol "TextDrawSetSelectable" C:\DOCUME~1\Admin\Bureau\QServeur\_SAMP_~1\FILTER~ 1\iTD.pwn(366) : error 017: undefined symbol "TextDrawSetSelectable" C:\DOCUME~1\Admin\Bureau\QServeur\_SAMP_~1\FILTER~ 1\iTD.pwn(379) : error 017: undefined symbol "TextDrawSetSelectable" C:\DOCUME~1\Admin\Bureau\QServeur\_SAMP_~1\FILTER~ 1\iTD.pwn(392) : error 017: undefined symbol "TextDrawSetSelectable" C:\DOCUME~1\Admin\Bureau\QServeur\_SAMP_~1\FILTER~ 1\iTD.pwn(405) : error 017: undefined symbol "TextDrawSetSelectable" C:\DOCUME~1\Admin\Bureau\QServeur\_SAMP_~1\FILTER~ 1\iTD.pwn(41 : error 017: undefined symbol "TextDrawSetSelectable" C:\DOCUME~1\Admin\Bureau\QServeur\_SAMP_~1\FILTER~ 1\iTD.pwn(431) : error 017: undefined symbol "TextDrawSetSelectable" C:\DOCUME~1\Admin\Bureau\QServeur\_SAMP_~1\FILTER~ 1\iTD.pwn(444) : error 017: undefined symbol "TextDrawSetSelectable" C:\DOCUME~1\Admin\Bureau\QServeur\_SAMP_~1\FILTER~ 1\iTD.pwn(457) : error 017: undefined symbol "TextDrawSetSelectable" C:\DOCUME~1\Admin\Bureau\QServeur\_SAMP_~1\FILTER~ 1\iTD.pwn(470) : error 017: undefined symbol "TextDrawSetSelectable" C:\DOCUME~1\Admin\Bureau\QServeur\_SAMP_~1\FILTER~ 1\iTD.pwn(483) : error 017: undefined symbol "TextDrawSetSelectable" C:\DOCUME~1\Admin\Bureau\QServeur\_SAMP_~1\FILTER~ 1\iTD.pwn(496) : error 017: undefined symbol "TextDrawSetSelectable" |