Sign in to follow this  
Chemical Burn

Server Watermark

9 posts in this topic

2 hours ago, Chemical Burn said:

Just looking for a working watermark script. I have tried this one:  http://exile.majormittens.co.uk/topic/602-add-watermark-logo-to-screen/

 

I can't seem to get it to work and was wondering if there was another. Any insight would be amazing. 

HEllo @Chemical Burn nice to see you around... 

see this and hope it helps. Let me know if need more help

http://s000.tinyupload.com/?file_id=98133585495616488160

 

:D 

Edited by TMHackSaW
  • Like 1

Share this post


Link to post
Share on other sites
Advertisement

ok here it is, ill also post it in releases for others as well
 

create a folder in your mpmissions called Pictures  and put your logo/image in it

your logo must be in paa format and name it logo 

 

add this to your init.sqf
(if you dont have a init.sqf create one in the mpmission folder)

_pic = "Pictures\logo.paa";
	[
		'<img align=''left'' size=''1.5'' shadow=''0'' image='+(str(_pic))+' />',
		safeZoneX+0.00,
		safeZoneY+safeZoneH-0.12,
		99999,
		0,
		0,
		3090
	] spawn bis_fnc_dynamicText;

 

walla! watermark in your server!

Edited by FallingSheep
worng code

Share this post


Link to post
Share on other sites

@paku Not sure if you managed to change to the top right or not, If not this is what i use for top right. Hope this helps

_pic = "Pictures\serverlogo.paa";
[
    '<img align=''left'' size=''3.5'' shadow=''0'' image='+(str(_pic))+' />',
    safeZoneX+2.20,
    safeZoneY+safeZoneH-1.86,
    99999,
    0,
    0,
    3090
] spawn bis_fnc_dynamicText;

Edited by DavieReid88

Share this post


Link to post
Share on other sites
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.