AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Source Servers (SRCDS) (https://forums.alliedmods.net/forumdisplay.php?f=130)
-   -   player skins (https://forums.alliedmods.net/showthread.php?t=331686)

ChampMartini 04-01-2021 17:42

player skins
 
1 Attachment(s)
why is it only wallrider on t players skins comes up as a options
and why is it ct skins is under terrorist skins?
i cant figure it out
(look Attach File)

THANK YOU FOR TAKING YOUR TIME!

(all ct skins comes up as a option ingame, and only wallrider on t skins)

TomL. 04-02-2021 04:26

Re: player skins
 
Please always included as many informations as possible, like what game and plugin, preferable with link to it.
If the question is related to a plugin you should post it in the plugin topic and if it's an high-traffic plugin post in the section of the plugin.

Anyway, set the right team value.
Code:

"team" "" //2 for Terrorists and 3 for Counter-Terrorist

ChampMartini 04-02-2021 06:15

Re: player skins
 
Quote:

Originally Posted by TomL. (Post 2742717)
Please always included as many informations as possible, like what game and plugin, preferable with link to it.
If the question is related to a plugin you should post it in the plugin topic and if it's an high-traffic plugin post in the section of the plugin.

Anyway, set the right team value.
Code:

"team" "" //2 for Terrorists and 3 for Counter-Terrorist

ty i did change that, and i makes no diffrend, its still only wallrider i see D:
and its just csgo zephyrus store i use the newest version

oqyh 04-02-2021 10:28

Re: player skins
 
Quote:

Originally Posted by ChampMartini (Post 2742680)
why is it only wallrider on t players skins comes up as a options
and why is it ct skins is under terrorist skins?
i cant figure it out
(look Attach File)

THANK YOU FOR TAKING YOUR TIME!

(all ct skins comes up as a option ingame, and only wallrider on t skins)

[SIZE="3"]"team" "1" = Spectator's
"team" "2" = T's
"team" "3" = CT's

ChampMartini 04-02-2021 11:15

Re: player skins
 
1 Attachment(s)
ty for trying but the skin options i get is still only one t skin "wallrider"
all ct skins are showing as a option so they work fine.
this is all i got (look file)

oqyh 04-02-2021 11:51

Re: player skins
 
Quote:

Originally Posted by ChampMartini (Post 2742745)
ty for trying but the skin options i get is still only one t skin "wallrider"
all ct skins are showing as a option so they work fine.
this is all i got (look file)

yes you have problem


Line "600" and line "601"


Change
vvvvvvv
Code:

"model" "models\player\custom_player\ic3d\outlast\walrider\walrider.mdl"
"arms" "models\player\custom_player\ic3d\outlast\walrider\walrider_arms.mdl"


To
vvvvvv

Code:

"model" "models/player/custom_player/ic3d/outlast/walrider/walrider.mdl"
"arms" "models/player/custom_player/ic3d/outlast/walrider/walrider_arms.mdl"


You should make it / not \
+ Make sure you restart your server

ChampMartini 04-02-2021 14:55

Re: player skins
 
ty but i can still only see wallrider i shop

wallrider and deadpool and the 2 spidermans are the only skins that comes up as a option to choose

oqyh 04-02-2021 15:55

Re: player skins
 
Quote:

Originally Posted by ChampMartini (Post 2742767)
ty but i can still only see wallrider i shop

wallrider and deadpool and the 2 spidermans are the only skins that comes up as a option to choose

sorry i was busy i look at your items.txt
and i think you miss }
just make new line "674" and add }
then save it + restart your server

TomL. 04-02-2021 16:14

Re: player skins
 
Post your error log.


All times are GMT -4. The time now is 07:44.

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