Raised This Month: $ Target: $400
 0% 

[ANY] Store by Zephyrus [1.1 - 03.01.2016]


Post New Thread Reply   
 
Thread Tools Display Modes
Laizskooo
New Member
Join Date: Apr 2016
Old 04-07-2016 , 14:33   Player Skins
Reply With Quote #431

I dont know how to install player skins, i have uploaded everything to the fastdl. nothing works. i need some of you guy's help. does this work?


“Player Skins”
{
“CT Admin“
{
"model" "models/player/mapeadores/kaem/policeADM/policeadm.mdl“
"team" "3"
"price" “9999999”
"type" "playerskin"
}

“T Admin“
{
"model" "models/player/kirby/admin/admin_phoenix.mdl"
"team" "2"
"price" “9999999”
"type" "playerskin"
}
Laizskooo is offline
JustCallMeLuke
Member
Join Date: Dec 2015
Old 04-07-2016 , 16:56   Re: Player Skins
Reply With Quote #432

Quote:
Originally Posted by Laizskooo View Post
I dont know how to install player skins, i have uploaded everything to the fastdl. nothing works. i need some of you guy's help. does this work?


“Player Skins”
{
“CT Admin“
{
"model" "models/player/mapeadores/kaem/policeADM/policeadm.mdl“
"team" "3"
"price" “9999999”
"type" "playerskin"
}
That indentation at the start looks a bit dodgy.
>Price 9999999
Lolwut
__________________
It's just a prank bro
Cameras over there.
JustCallMeLuke is offline
Laizskooo
New Member
Join Date: Apr 2016
Old 04-08-2016 , 01:24   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #433

I Can't get this "simple" plugin to work. i feel like i have tried everything xd

"Player Skins"
{
"Terrorists"
{
“Admin Nooky”
{
"model" "models/player/puliukot/admin_t/tm_nooky_t.mdl"
"team" "2"
"price" “50000”
"type" "playerskin"
}
}

"Counter-Terrorists"
{
“Admin Nooky”
{
"model" "models/player/puliukot/admin_ct/ctm_nooky_ct.mdl"
"team" "3"
"price" “50000”
"type" "playerskin"
}
}
}

counter-terrorists, playerskin, (*terrorists*),
KeyValues Error: LoadFromBuffer: missing { in file addons/sourcemod/configs/store/items.txt
(*Store*), (*counter-terrorists*), (*playerskin*), (*terrorists*),

Last edited by Laizskooo; 04-08-2016 at 01:27. Reason: EDIT!
Laizskooo is offline
plock
Senior Member
Join Date: Feb 2016
Location: noitacoL
Old 04-08-2016 , 08:03   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #434

Quote:
Originally Posted by Franc1sco View Post
Yes, with code. Share your code and we will see what is wrong.
Well, at store.sp I added:

Code:
#include "store/tracers1.sp"
#include "store/tracers2.sp"
#include "store/tracers3.sp"
#include "store/tracers4.sp"
#include "store/tracers5.sp"
#include "store/tracers6.sp"
Code:
Tracers_OnPluginStart();
Tracers1_OnPluginStart();
Tracers2_OnPluginStart();
Tracers3_OnPluginStart();
Tracers4_OnPluginStart();
Tracers5_OnPluginStart();
Tracers6_OnPluginStart();
Then, I made a copy of the tracers file and chanced all vars with the number on the file name, to prevent duplicated entries. Then I changed the following line with the model I want:

Code:
g_cvarTracer1Material = RegisterConVar("sm_store_tracer_material", "materials/supporter_tracers/thin_beam.vmt", "Material to be used with tracers", TYPE_STRING);
But even if make a different type (with different models) for each tracer, it won't change when I equip in game.

Here is the items file

Code:
"Thin Beam"
{
	"price" "1500"
	"type" "tracer1"
	"color" "35 142 35"
	"flag"	"o"
}
"Medium Beam"
{
	"color" "35 142 35"
	"price" "1500"
	"type" "tracer2"
	"flag"	"o"
}
plock is offline
Wliu
Veteran Member
Join Date: Apr 2013
Old 04-08-2016 , 21:10   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #435

Quote:
Originally Posted by Laizskooo View Post
I Can't get this "simple" plugin to work. i feel like i have tried everything xd

"Player Skins"
{
"Terrorists"
{
“Admin Nooky”
{
"model" "models/player/puliukot/admin_t/tm_nooky_t.mdl"
"team" "2"
"price" “50000”
"type" "playerskin"
}
}

"Counter-Terrorists"
{
“Admin Nooky”
{
"model" "models/player/puliukot/admin_ct/ctm_nooky_ct.mdl"
"team" "3"
"price" “50000”
"type" "playerskin"
}
}
}

counter-terrorists, playerskin, (*terrorists*),
KeyValues Error: LoadFromBuffer: missing { in file addons/sourcemod/configs/store/items.txt
(*Store*), (*counter-terrorists*), (*playerskin*), (*terrorists*),
Your quotes are messed up. Try this:
Code:
"Player Skins"
{
	"Terrorists"
	{
		"Admin Nooky"
		{
			"model" "models/player/puliukot/admin_t/tm_nooky_t.mdl"
			"team" "2"
			"price" "50000"
			"type" "playerskin"
		}
	}

	"Counter-Terrorists"
	{
		"Admin Nooky"
		{
			"model" "models/player/puliukot/admin_ct/ctm_nooky_ct.mdl"
			"team" "3"
			"price" "50000"
			"type" "playerskin"
		}
	}
}
__________________
~Wliu
Wliu is offline
Major Erection
AlliedModders Donor
Join Date: Dec 2015
Location: Malaysia
Old 04-09-2016 , 04:53   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #436

Quote:
Originally Posted by JustCallMeLuke View Post
Can i just ask, if i download just the base plugin and not the custom skins and what not. Is this plugin got something in it that causes a GSLT ban?, since there is not weapon skins in the base.
-
I modified the SP and took out the weaponskins and knifes, IDK if it will trigger it.
If you do not add any valve official stuff into it, there should be no issues at all
__________________
Major Gaming
Major Erection is offline
OtgTravis
Member
Join Date: Apr 2016
Old 04-11-2016 , 08:45   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #437

Can someone help me out, i cant changed the prices for the items at all, items.txt i changed it in there but they are still the same in game as defualt for 100 a mask etc
OtgTravis is offline
whtevrwt
AlliedModders Donor
Join Date: Apr 2015
Old 04-11-2016 , 10:12   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #438

Quote:
Originally Posted by OtgTravis View Post
Can someone help me out, i cant changed the prices for the items at all, items.txt i changed it in there but they are still the same in game as defualt for 100 a mask etc
Paste your items.txt so we can help.
__________________
whtevrwt is offline
OtgTravis
Member
Join Date: Apr 2016
Old 04-11-2016 , 10:35   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #439

Quote:
Originally Posted by whtevrwt View Post
Paste your items.txt so we can help.
problems is, when i open the txt its kinda all messy its not lined up as the pictures people are showing above, the text in there arent lined up normal and its messy, so i was wondering maeby thats the issue? i opened the txt with notepad and tried to click on the "Page setup" to fix the lines but that dident work out to well any suggestions? solutions?
OtgTravis is offline
pcmaster
AlliedModders Donor
Join Date: Sep 2009
Old 04-11-2016 , 11:56   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #440

Try opening it with Notepad++, normal notepad doesn't understand Unix line endings properly (or anything at all).
__________________
Stopped hosting servers as of November 2018, no longer active around here.
pcmaster 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 14:32.


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