AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   Sm_Skinchooser (https://forums.alliedmods.net/showthread.php?t=87597)

andi67 07-21-2009 04:31

Re: Sm_Skinchooser
 
I won´t get payed for something that has come from the community , I already fixed some elements.
I´m still working on this plugin to make it as it should be , but im not Bail´or feuersturm which can make it in a few minutes so it will take a little bit.

andi67 07-21-2009 16:10

Re: Sm_Skinchooser
 
To you MYZOMBIE , could you give me a link to the Zombiemod you are using , I will take a look if this is causing your probs.

myzombie 07-21-2009 21:24

Re: Sm_Skinchooser
 
It's from www.zombiemod.com

Don't download the one from their website because it's pretty old. I am using a private beta release. I've PM you the download link.

Thanks.

eric0279 07-30-2009 19:12

Re: Sm_Skinchooser
 
Tu est français andi ?

pourquoi tu met dans skinchooserdownloads.ini :
Quote:

materials/models/player/example/snow_allies/american_body.vmt
materials/models/player/example/snow_allies/american_body.vtf
materials/models/player/example/snow_allies/american_gear.vmt
materials/models/player/example/snow_allies/american_gear.vtf
models/player/example/snow_allies/snow_allies.dx80.vtx
models/player/example/snow_allies/snow_allies.dx90.vtx
models/player/example/snow_allies/snow_allies.mdl
models/player/example/snow_allies/snow_allies.phy
models/player/example/snow_allies/snow_allies.sw.vtx
models/player/example/snow_allies/snow_allies.vvd
models/player/example/snow_allies/snow_allies.xbox.vtx

materials/models/player/example/snow_axis/german_body.vmt
materials/models/player/example/snow_axis/german_body.vtf
materials/models/player/example/snow_axis/german_gear.vmt
materials/models/player/example/snow_axis/german_gear.vtf
models/player/example/snow_axis/snow_axis.dx80.vtx
models/player/example/snow_axis/snow_axis.dx90.vtx
models/player/example/snow_axis/snow_axis.mdl
models/player/example/snow_axis/snow_axis.phy
models/player/example/snow_axis/snow_axis.sw.vtx
models/player/example/snow_axis/snow_axis.vvd
models/player/example/snow_axis/snow_axis.xbox.vtx
alors que les skins ne sont pas fournis ?

Quote:

// Write the the player's model settings
new String:file[256];
BuildPath(Path_SM, file, 255, "data/skinchooser_playermodels.ini");
KeyValuesToFile(playermodelskv, file);
CloseHandle(playermodelskv);
où est le fichier skinchooser_playermodels.ini ?

ph 07-31-2009 08:25

Re: Sm_Skinchooser
 
How do I enforce a skin on a public player, when he/she join's our server, without a menu screen?

This is for a zombiemod server.

DeZeeko 08-02-2009 08:17

Re: Sm_Skinchooser
 
Hello Is there a way I can force custom skins on bots?? I have it now for real players they can choose which skin to use when join. I like to have bots playing when server is not busy with bart v leethomer skins.can this be done somehow?? Thanks for any help

alinayg 08-07-2009 00:00

Re: Sm_Skinchooser
 
Dose this work with TF2?

andi67 08-07-2009 03:26

Re: Sm_Skinchooser
 
I think not but you can test if it does.
Models in TF2 are set clientside not serverside I think.

eric0279 08-07-2009 07:30

Re: Sm_Skinchooser
 
why you put in skinchooserdownloads.ini:
Quote:

materials/models/player/example/snow_allies/american_body.vmt
materials/models/player/example/snow_allies/american_body.vtf
materials/models/player/example/snow_allies/american_gear.vmt
materials/models/player/example/snow_allies/american_gear.vtf
models/player/example/snow_allies/snow_allies.dx80.vtx
models/player/example/snow_allies/snow_allies.dx90.vtx
models/player/example/snow_allies/snow_allies.mdl
models/player/example/snow_allies/snow_allies.phy
models/player/example/snow_allies/snow_allies.sw.vtx
models/player/example/snow_allies/snow_allies.vvd
models/player/example/snow_allies/snow_allies.xbox.vtx

materials/models/player/example/snow_axis/german_body.vmt
materials/models/player/example/snow_axis/german_body.vtf
materials/models/player/example/snow_axis/german_gear.vmt
materials/models/player/example/snow_axis/german_gear.vtf
models/player/example/snow_axis/snow_axis.dx80.vtx
models/player/example/snow_axis/snow_axis.dx90.vtx
models/player/example/snow_axis/snow_axis.mdl
models/player/example/snow_axis/snow_axis.phy
models/player/example/snow_axis/snow_axis.sw.vtx
models/player/example/snow_axis/snow_axis.vvd
models/player/example/snow_axis/snow_axis.xbox.vtx
while the skins are not provided?

Quote:

// Write the the player's model settings
new String:file[256];
BuildPath(Path_SM, file, 255, "data/skinchooser_playermodels.ini");
KeyValuesToFile(playermodelskv, file);
CloseHandle(playermodelskv);
where is the file skinchooser_playermodels.ini?

eric0279 08-12-2009 07:41

Re: Sm_Skinchooser
 
up


All times are GMT -4. The time now is 04:10.

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