SA-MP Forums Archive
Clothes/Skin - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Clothes/Skin (/showthread.php?tid=293299)



Clothes/Skin - nmader - 27.10.2011

I would like a Clothes/Skin selection for when registering an account that I could use, it would be greatly appreciated if someone could give me a code, a link would be nice as well!

Thanks,
nmader


Re: Clothes/Skin - Jack_Rocker - 28.10.2011

What, for when someone joins the server for the first time? You would need some kind of file based/database system.... I take it this is for roleplay? If you gave me the ids of the skins you wanted them to select from, I would happily help


Re: Clothes/Skin - Ash. - 28.10.2011

Use SetPlayerPos, SetPlayerCameraPos and SetPlayerCameraLookAt to modifiy the player and camera position. After you have done that, skins you specify in AddPlayerClass and AddPlayerClassEx will be visible on class selection.


Re: Clothes/Skin - nmader - 28.10.2011

Quote:
Originally Posted by Jack_Rocker
Посмотреть сообщение
What, for when someone joins the server for the first time? You would need some kind of file based/database system.... I take it this is for roleplay? If you gave me the ids of the skins you wanted them to select from, I would happily help
You are correct, I will get the list of skins ASAP...

Got 'em...
1,2,7,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23, 24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40 ,41,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,5 8,58,60,61,62,63,64,66,67,68,69,72,75,76,77,78,79, 80,81,82,83,84,85,87,88, 89,91,92,93,95,96,97,98,99,100,101,102,103,104,105 ,106,107,108,109,110,111,114,115,116,117,118,120,1 21,122,
123,124,125,126,127,129,131,133,134,135,136,137,13 8,139,140,141,142,143,145,146,147,148,150,151,152, 153,154,155,157,158,159,160,161,162,167,168,169,17 0,171,172,173,174,175,178,180,181,186,187,188,189, 190,191,192,193,194,195,196,197,198,199,200,201,20 2,203,204,205,207,209,210,211,212,213,214,215,216, 217, 218,219,220,221,222,224,225,226,227,228,229, 230,231,232,233,234,235,236,237,238,239,241, 242,243,244,247,248,249,250,252,253,254,255,256,25 7,258,259,260,261,262,263,264,269,270,271,274,275, 276,290,291,292,293,294,296,297,298,299.

Took a while, but I finally got all I want for non-faction use.


Re: Clothes/Skin - vassilis - 28.10.2011

if i understood very well he wants when a players is registered then login and he will always have the same skin until he want to change


Re: Clothes/Skin - iNorton - 28.10.2011

Quote:
Originally Posted by vassilis
Посмотреть сообщение
if i understood very well he wants when a players is registered then login and he will always have the same skin until he want to change
Well yea but than he will need to make what ever saving system he uses to save the skin into the player's .ini file (if it is non mysql)


Re: Clothes/Skin - nmader - 28.10.2011

Well, I am wanting a new player's ability the select a skin and it saves when the log off and then saves it, but I am mainly focused on the skin selection for new players.

Thanks Again,
nmader