TextDraw Errors - 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: TextDraw Errors (
/showthread.php?tid=510008)
TextDraw Errors -
Xenforox - 29.04.2014
Hello guys, i've been working on something, i've used the textdraws but for some reasons i get those error:
This is the script:
And this is the errors i get:
If you can help me i'll be gratefull and will +rep you.
Re: TextDraw Errors -
BroZeus - 29.04.2014
would be better if u provide code and warnings in text format rather than images
Re: TextDraw Errors -
VinPure - 29.04.2014
You need
PHP Code:
#define DIALOG_AD 99
or number other
and fix
PHP Code:
public OnPlayerClickPlayerTextDraw(playerid, PlayerText:playertextid)
Re: TextDraw Errors -
Xenforox - 29.04.2014
Thanks VinPure

it works now.