Help please with script - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help please with script (
/showthread.php?tid=75468)
Help please with script -
Goodbye_93 - 02.05.2009
Here is the image and under the image is the
PAWNO code
Pawno code
Код:
Textdraw1 = TextDrawCreate("/teles,/home,/cmds,/rules");
TextDrawAlignment(Textdraw0,1);
TextDrawAlignment(Textdraw1,0);
TextDrawBackgroundColor(Textdraw0,0xffffffff);
TextDrawBackgroundColor(Textdraw1,0xffffff33);
TextDrawFont(Textdraw0,0);
TextDrawLetterSize(Textdraw0,0.799999,2.299999);
TextDrawFont(Textdraw1,2);
TextDrawLetterSize(Textdraw1,1.000000,2.600000);
TextDrawColor(Textdraw0,0xff000099);
TextDrawColor(Textdraw1,0xffffffcc);
TextDrawSetOutline(Textdraw0,1);
TextDrawSetProportional(Textdraw0,1);
TextDrawSetProportional(Textdraw1,1);
TextDrawSetShadow(Textdraw0,1);
TextDrawSetShadow(Textdraw1,1);
TextDrawAlignment(Textdraw3,0);
TextDrawBackgroundColor(Textdraw3,0xffffff33);
TextDrawFont(Textdraw3,0);
TextDrawLetterSize(Textdraw3,1.000000,3.300000);
TextDrawColor(Textdraw3,0xff000099);
TextDrawSetOutline(Textdraw3,1);
TextDrawSetProportional(Textdraw3,1);
TextDrawSetShadow(Textdraw3,1);
TextDrawAlignment(AA,1);
TextDrawBackgroundColor(AA,0x0000ff99);
TextDrawFont(AA,2);
TextDrawLetterSize(AA,0.799999,3.400000);
TextDrawColor(AA,0x00ff00cc);
TextDrawSetProportional(AA,1);
TextDrawSetShadow(AA,10);
Instead of "/teles /home /cmds /rules" i want a forum adress so i changed in "
www.extra-evolution.forumotion.com"
Pawno Code
Код:
Textdraw1 = TextDrawCreate("/www.extra-evolution.forumotion.com");
TextDrawAlignment(Textdraw0,1);
TextDrawAlignment(Textdraw1,0);
TextDrawBackgroundColor(Textdraw0,0xffffffff);
TextDrawBackgroundColor(Textdraw1,0xffffff33);
TextDrawFont(Textdraw0,0);
TextDrawLetterSize(Textdraw0,0.799999,2.299999);
TextDrawFont(Textdraw1,2);
TextDrawLetterSize(Textdraw1,1.000000,2.600000);
TextDrawColor(Textdraw0,0xff000099);
TextDrawColor(Textdraw1,0xffffffcc);
TextDrawSetOutline(Textdraw0,1);
TextDrawSetProportional(Textdraw0,1);
TextDrawSetProportional(Textdraw1,1);
TextDrawSetShadow(Textdraw0,1);
TextDrawSetShadow(Textdraw1,1);
TextDrawAlignment(Textdraw3,0);
TextDrawBackgroundColor(Textdraw3,0xffffff33);
TextDrawFont(Textdraw3,0);
TextDrawLetterSize(Textdraw3,1.000000,3.300000);
TextDrawColor(Textdraw3,0xff000099);
TextDrawSetOutline(Textdraw3,1);
TextDrawSetProportional(Textdraw3,1);
TextDrawSetShadow(Textdraw3,1);
TextDrawAlignment(AA,1);
TextDrawBackgroundColor(AA,0x0000ff99);
TextDrawFont(AA,2);
TextDrawLetterSize(AA,0.799999,3.400000);
TextDrawColor(AA,0x00ff00cc);
TextDrawSetProportional(AA,1);
TextDrawSetShadow(AA,10);
I changed: Then i come in my server and nothing changes it continous to be "/teles /home /cmds /rules"
WHAT SHOULD I DO
!!! HElp PlEaSe
Re: Help please with script -
MenaceX^ - 02.05.2009
Then remove the 'Textdraw1' part, or just hide it up.
Re: Help please with script -
Goodbye_93 - 02.05.2009
new ideas how to help ME?
I TRIED TO REMOVE DOESNT HELP
Re: Help please with script -
MenaceX^ - 02.05.2009
How did you try?
Re: Help please with script -
Joe Staff - 02.05.2009
Seems to me you could just hit ctrl+F and find it, and if it's not working then it isn't compiling correctly, or you didn't upload it correctly.