SA-MP Forums Archive
[Help] Message appears - 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: [Help] Message appears (/showthread.php?tid=553294)



[Help] Message appears - Arxalan - 29.12.2014

Hello , Below is the image in which a transparent black color box is on which information is written. I want to add a code to my GM so that when ever player register he/she get the same type of message having text "Welcome To Server" . But on the right side below the money bar and stars .




Re: [Help] Message appears - LetsOWN[PL] - 29.12.2014

Quote:
Originally Posted by Arxalan
Посмотреть сообщение
Hello , Below is the image in which a transparent black color box is on which information is written. I want to add a code to my GM so that when ever player register he/she get the same type of message having text "Welcome To Server" . But on the right side below the money bar and stars .

Hello Arxalan,

It is pretty simple to do it, just use Textdraws. What you'll might find useful:Or any other tool from this topic. Just scroll down till you reach textdraw related section.

Good luck.
Greetings.



Re: [Help] Message appears - Arxalan - 29.12.2014

How to Make the Box Transparent?


Re: [Help] Message appears - LetsOWN[PL] - 29.12.2014

Quote:
Originally Posted by Arxalan
Посмотреть сообщение
How to Make the Box Transparent?
You will have to decerase amount of 'alpha channel' from the color, for example: 0x000000CC.
This will make your textdraw's box color transparent.

Greetings



Re: [Help] Message appears - VincenzoDrift - 29.12.2014

You could also try this includes adding new styles to textdraw
https://sampforum.blast.hk/showthread.php?tid=526573


Re: [Help] Message appears - Arxalan - 29.12.2014

Thanks , +rep you .