This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

Change Skin/Model


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   Counter-Strike        Category:   Fun Stuff       
Bend3R
Veteran Member
Join Date: Oct 2004
Location: Sweden (Stockholm)
Old 03-10-2005 , 11:04   Change Skin/Model
Reply With Quote #1

Plugin: Change Skin/Model


Author: Bend3R
Version: 1.0


How to set skin:
Change modelname/modelname.mdl to that model file you want to set on you
ex: models/player/bender/bender.mdl
Code:
public plugin_precache() { precache_model("models/player/modelname/modelname.mdl") }

and change "ModelName" to your "modelname" there
ex: bender
Code:
cs_set_user_model(id,"ModelName")

and change STEAM_0:1:1111111 to your steamid
Code:
if ( equal(steamid,"STEAM_0:1:1111111") )
Attached Files
File Type: sma Get Plugin or Get Source (changeskin.sma - 570 views - 491 Bytes)
Bend3R is offline
nightscreem
Veteran Member
Join Date: Jul 2004
Location: Belgium
Old 03-10-2005 , 12:09  
Reply With Quote #2

why changing steam_id

but nice
__________________
- Bye bye!
nightscreem is offline
v3x
Veteran Member
Join Date: Oct 2004
Location: US
Old 03-10-2005 , 13:51  
Reply With Quote #3

One model/STEAM ID? Why not make multiple? You should make it so you can just pull it from say, models.ini.

modelname "STEAM:0:0:XXXXXXX"
modelname "STEAM:0:0:XXXXXXX"
modelname "STEAM:0:0:XXXXXXX"
__________________
What am I doing these days? Well, I run my own Rust server. It's heavily modded. If you'd like to join, the ip is 167.114.101.67:28116

I also created a website called Rust Tools. It will calculate and tell you the raw amounts of resources needed to craft items.
v3x is offline
Extremeone
Senior Member
Join Date: Jan 2005
Old 03-10-2005 , 14:20  
Reply With Quote #4

ohhh bender thank you so much ive been looking for something like this for ever
Extremeone is offline
Bend3R
Veteran Member
Join Date: Oct 2004
Location: Sweden (Stockholm)
Old 03-10-2005 , 14:29  
Reply With Quote #5

Quote:
Originally Posted by v3x
One model/STEAM ID? Why not make multiple? You should make it so you can just pull it from say, models.ini.

modelname "STEAM:0:0:XXXXXXX"
modelname "STEAM:0:0:XXXXXXX"
modelname "STEAM:0:0:XXXXXXX"
what you mean?
so you can change skins to other skins in console?
Bend3R is offline
ScubaSteve3465
Senior Member
Join Date: Dec 2004
Old 03-10-2005 , 15:59  
Reply With Quote #6

im having some problems when i put this on and go terrorist i look like a cs not the model i put and when i go ct i look normal wtf
ScubaSteve3465 is offline
Bend3R
Veteran Member
Join Date: Oct 2004
Location: Sweden (Stockholm)
Old 03-10-2005 , 16:03  
Reply With Quote #7

it work fine for me.
test again restart your server
Bend3R is offline
Bend3R
Veteran Member
Join Date: Oct 2004
Location: Sweden (Stockholm)
Old 03-10-2005 , 17:19  
Reply With Quote #8

Quote:
Originally Posted by nightscreem
why changing steam_id

but nice
change the STEAM_0:1:1111111 to your steam id
the skin set auto on you when you connect to the server
Bend3R is offline
v3x
Veteran Member
Join Date: Oct 2004
Location: US
Old 03-10-2005 , 17:55  
Reply With Quote #9

Quote:
Originally Posted by Bend3R
what you mean?
so you can change skins to other skins in console?
No.. So you can load MULTIPLE people instead of just one.
__________________
What am I doing these days? Well, I run my own Rust server. It's heavily modded. If you'd like to join, the ip is 167.114.101.67:28116

I also created a website called Rust Tools. It will calculate and tell you the raw amounts of resources needed to craft items.
v3x is offline
Bend3R
Veteran Member
Join Date: Oct 2004
Location: Sweden (Stockholm)
Old 03-10-2005 , 18:01  
Reply With Quote #10

add more
Code:
|| equal(steamid,"STEAM_0:1:1111111")
if you want add all admins remove
Code:
if ( equal(steamid,"STEAM_0:1:1961241") )
and set in this
Code:
if (get_user_flags(id)&ADMIN_LEVEL_A)
Bend3R 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 03:30.


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