Thread: Flags
View Single Post
painlesstgp
Senior Member
Join Date: May 2019
Location: Sweden
Old 05-13-2019 , 02:26   Re: Flags
Reply With Quote #4

Also, when i use the flags on a category instead of an item, and i join with my alt for example applied with VIP (flag o is vip) and i cant see the VIP category that literaly is set to "flag" "o", same with VIP+ (flag p is vip+) and the category is set to "flag" "p"

Code:
		"flag" "p"
		"VIP+"
		{
			"Trump"
			{
				"model" "models\player\custom_player\kuristaja\trump\trump.mdl"
				"arms" "models\player\custom_player\kuristaja\trump\trump_arms.mdl"
				"team" "4"
				"price" "15000"
				"type" "playerskin"
				//"flag" "p"
			}
			"Kim Jong Un"
			{
				"model" "models\player\custom_player\kuristaja\kim_jong_un\kim.mdl"
				"arms" "models\player\custom_player\kuristaja\kim_jong_un\kim_arms.mdl"
				"team" "4"
				"price" "15000"
				"type" "playerskin"
				//"flag" "p"
			}
			"Putin"
			{
				"model" "models\player\custom_player\kuristaja\putin\putin.mdl"
				"arms" "models\player\custom_player\kuristaja\putin\putin_arms.mdl"
				"team" "4"
				"price" "15000"
				"type" "playerskin"
				//"flag "p"
			}
			"Banana Joe"
			{
				"model" "models\player\custom_player\kuristaja\banana_joe\banana_joe.mdl"
				"arms" "models\player\custom_player\kuristaja\banana_joe\banana_joe_arms.mdl"
				"team" "4"
				"price" "30000"
				"type" "playerskin"
				//"flag" "p"
			}
            "Rayman"
			{
				"model" "models\player\custom_player\voikanaa\rayman.mdl"
				"team" "4"
				"price" "15000"
				"type" "playerskin"
				//"flag" "p"
			}
			"Chucky"
			{
				"model" "models\player\custom_player\legacy\chucky\chucky.mdl"
				"team" "4"
				"price" "15000"
				"type" "playerskin"
				//"flag" "o"
			}
			"Samus"
			{
				"model" "models\player\samus\samus.mdl"
				"team" "4"
				"price" "15000"
				"type" "playerskin"
				//"flag" "o"
			}
			"Harry Potter"
			{
				"model" "models\player\custom_player\kuristaja\harry_potter\harry.mdl"
				"arms" "models\player\custom_player\kuristaja\harry_potter\harry_arms.mdl"
				"team" "4"
				"price" "15000"
				"type" "playerskin"
				//"flag" "o"
			}
		    "Picolas Cage"
			{
				"model" "models\player\custom_player\kuristaja\picolas_cage\picolas.mdl"
				"arms" "models\player\custom_player\kuristaja\picolas_cage\picolas_arms.mdl"
				"team" "4"
				"price" "15000"
				"type" "playerskin"
				//"flag" "o"
			}
		}
		"flag" "o"
		"VIP"
		{
			"Chucky"
			{
				"model" "models\player\custom_player\legacy\chucky\chucky.mdl"
				"team" "4"
				"price" "15000"
				"type" "playerskin"
				//"flag" "o"
			}
			"Samus"
			{
				"model" "models\player\samus\samus.mdl"
				"team" "4"
				"price" "15000"
				"type" "playerskin"
				//"flag" "o"
			}
			"Harry Potter"
			{
				"model" "models\player\custom_player\kuristaja\harry_potter\harry.mdl"
				"arms" "models\player\custom_player\kuristaja\harry_potter\harry_arms.mdl"
				"team" "4"
				"price" "15000"
				"type" "playerskin"
				//"flag" "o"
			}
		    "Picolas Cage"
			{
				"model" "models\player\custom_player\kuristaja\picolas_cage\picolas.mdl"
				"arms" "models\player\custom_player\kuristaja\picolas_cage\picolas_arms.mdl"
				"team" "4"
				"price" "15000"
				"type" "playerskin"
				//"flag" "o"
			}
		}
	}
}
Tried it on live server, they couldnt find it.

Wtf is going on, is the plugin broken?
painlesstgp is offline