Adding custom logos to my server - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP DL Edition (
https://sampforum.blast.hk/forumdisplay.php?fid=92)
+--- Forum: SA-MP 0.3.DL (
https://sampforum.blast.hk/forumdisplay.php?fid=90)
+--- Thread: Adding custom logos to my server (
/showthread.php?tid=661077)
Adding custom logos to my server -
Zehoax - 21.11.2018
How can i add custom logos to my server? i don't mean textdraws, i mean like custom "logos". such as custom Los Santos Police Department logo??
Re: Adding custom logos to my server -
DIRTYBYT3 - 21.11.2018
Great idea!
Re: Adding custom logos to my server -
Cheryl666 - 21.11.2018
Agree with you
Re: Adding custom logos to my server -
TopShooter2 - 21.11.2018
Quote:
Originally Posted by Zehoax
How can i add custom logos to my server? i don't mean textdraws, i mean like custom "logos". such as custom Los Santos Police Department logo??
|
You can edit an object on 3Ds max or blender and texture it with your logo and use it in-game, perhaps a wall or something.
Re: Adding custom logos to my server -
OKStyle - 22.11.2018
add object, add col, add txd and you can use this txd everywhere
Re: Adding custom logos to my server -
BarbaNegra - 22.11.2018
Hello,
Just add these two files into your server's models folder
https://www.mediafire.com/file/0e9kl...c4/BM.dff/file (
dff)
https://www.mediafire.com/file/vq65g...33/BM.txd/file (
txd)
And this line in your gamemode or artconf (inside the model folder)
PHP код:
AddSimpleModel(-1, 19355, -2001, "BM.dff", "BM.txd");//TenisBinco
And to change the logo you just look on the internet for an image with good quality and that is in dimensions 512x 512. The number (
-2001) will be your new model, which you can place in any location. I suggest using Texture Studio for this.
I hope I have helped, until again.