Raised This Month: $ Target: $400
 0% 

zeph name tag not working


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
mrdrug11
Member
Join Date: Mar 2017
Location: UK, London
Old 07-11-2017 , 20:48   zeph name tag not working
Reply With Quote #1

guys i downloaded a name tag plugin that is meant to work in zeph store but its not working, the name tags show on the store menu but when you buy the item nothing happens, the tag does not show up and colors also don't work

the plugin:
https://forums.alliedmods.net/showthread.php?t=198501
mrdrug11 is offline
Unbelievable
Senior Member
Join Date: Jan 2016
Old 07-12-2017 , 17:51   Re: zeph name tag not working
Reply With Quote #2

I have a chat processor that is forked and has few changes that fixes i can't remember but it works for me.

Also make sure you have you tags setup correctly in items.txt here's example
Code:
	"Chat options"
	{
		"Titles"
		{
			"Bitch please"
			{
				"tag" "{grey}Bitch pls!{teamcolor} "
				"price" "45"
				"type" "nametag"
			}
		}
		
		"Name color"
		{
			"Blue"
			{
				"color" "{blue}"
				"price" "60"
				"type" "namecolor"
			}
			
			"Purple"
			{
				"color" "{purple}"
				"price" "60"
				"type" "namecolor"
			}

			"Olive"
			{
				"color" "{olive}"
				"price" "120"
				"type" "namecolor"
			}
			
			"Grey"
			{
				"color" "{grey}"
				"price" "60"
				"type" "namecolor"
			}

			"Dark Red"
			{
				"color" "{darkred}"
				"price" "60"
				"type" "namecolor"
			}

			"Green"
			{
				"color" "{green}"
				"price" "60"
				"type" "namecolor"
			}

			"Light Blue"
			{
				"color" "{lightblue}"
				"price" "60"
				"type" "namecolor"
			}

			"Light Red"
			{
				"color" "{lightred}"
				"price" "60"
				"type" "namecolor"
			}

			"Lime"
			{
				"color" "{lime}"
				"price" "60"
				"type" "namecolor"
			}
			
			"Yellow"
			{
				"color" "{yellow}"
				"price" "60"
				"type" "namecolor"
			}

			"White"
			{
				"color" "{white}"
				"price" "60"
				"type" "namecolor"
			}
		}
		
		"Chat color"
		{
			"Purple"
			{
				"color" "{purple}"
				"price" "60"
				"type" "msgcolor"
			}
			"Yellow"
			{
				"color" "{yellow}"
				"price" "60"
				"type" "msgcolor"
			}
			"Light Blue"
			{
				"color" "{lightblue}"
				"price" "60"
				"type" "msgcolor"
			}
			"Blue"
			{
				"color" "{blue}"
				"price" "120"
				"type" "msgcolor"
			}
			"Grey"
			{
				"color" "{grey}"
				"price" "120"
				"type" "msgcolor"
			}
			"Dark Red"
			{
				"color" "{darkred}"
				"price" "120"
				"type" "msgcolor"
			}
			"Green"
			{
				"color" "{green}"
				"price" "120"
				"type" "msgcolor"
			}
			"Light Red"
			{
				"color" "{lightred}"
				"price" "120"
				"type" "msgcolor"
			}
			"Lime"
			{
				"color" "{lime}"
				"price" "120"
				"type" "msgcolor"
			}
			"Olive"
			{
				"color" "{olive}"
				"price" "120"
				"type" "msgcolor"
			}
			"White"
			{
				"color" "{white}"
				"price" "120"
				"type" "msgcolor"
			}
		}
	}
Hope this helps
Attached Files
File Type: smx simple-chatprocessor.smx (13.3 KB, 333 views)
File Type: sp Get Plugin or Get Source (simple-chatprocessor.sp - 41 views - 21.4 KB)
__________________
Unbelievable is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 21:06.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode