View Single Post
Author Message
Porcellian
Member
Join Date: Oct 2017
Old 06-28-2019 , 09:51   Looking for Player Skin Plugin with SQL support (willing to pay)
Reply With Quote #1

Hello,

I am looking for a player skin plugin with sql support. Not like the one that's already available.

I want it to work like this.

1. I store each added skin in a file like "skins.ini". Every skin should be added like this.

Quote:
"Skins"
{
"vader"
{
"Name" "Vader"
"Skin" "models/player/custom_player/kuristaja/vader/vader.mdl"
"Arms" "models/player/custom_player/kuristaja/vader/vader_arms.mdl"
}

}
2. When you type !skins or !models you'll see a menu of skins that you can pick between (based on what the user has in the database).

3. There should be a database table called "user_skins" that looks like this

Quote:
| steam64id | skin_name |
--------------------------
e.g = 76561198XXXX | "vader"
4. So basically, if you have the skin in the database then you can access it ingame.

Simple plugin.

Willing to pay.

Last edited by Porcellian; 06-28-2019 at 09:53.
Porcellian is offline