
If you are having problems with using the script, don't forget to watch the script video. Here's how it's used. 
https://www.youtube.com/watch?v=Qo_099Ghybs&feature=youtu.be

Do not forget to install SQL.

If you want the mask system to work correctly, you need to put this code in your clothing script where the mask is worn.
I gave an example from bp_clothing for you below. If you have problems with other scripts, you can contact me.Furkann#4645
    
    if which == "Mask" then 
	        if GetPedDrawableVariation(GetPlayerPed(-1), 1) == 0 then
				TriggerServerEvent('frkn-nametag:update',"none","Anonymous","closemask")
            	TriggerServerEvent('frkn-nametag:showserver')
			else
				TriggerServerEvent('frkn-nametag:update',"none","Anonymous","mask")
            TriggerServerEvent('frkn-nametag:showserver')
        end
	end

https://ibb.co/PZYTCXZ
