SA-MP Forums Archive
Skin Selection Problem - 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: Skin Selection Problem (/showthread.php?tid=481012)



Skin Selection Problem - TheSnaKe - 13.12.2013

Hey guys, i want to what's wrong with this code?
It show me only the place but i can't see the skins, hope you understand me.

PHP код:
public OnPlayerRequestClass(playeridclassid)
{
    if(
IsPlayerNPC(playerid)) return 1;
    
//Set up the class selection
    
SetPlayerInterior(playerid,0);
    
SetPlayerPos(playerid,-1480.4653,920.2269,71.3504);
    
SetPlayerCameraPos(playerid,-1480.4653,920.2269,71.3504);
    
SetPlayerCameraLookAt(playerid,-1480.4653,920.2269,71.3504);
    
SetPlayerFacingAngle(playerid,); 



Re: Skin Selection Problem - BizzyD - 13.12.2013

You need to add more skins on ongamemodeinit. Also change the cordinates for the skins.


Re: Skin Selection Problem - TheSnaKe - 13.12.2013

Quote:
Originally Posted by [SWE]Alexzz
Посмотреть сообщение
You need to add more skins on ongamemodeinit. Also change the cordinates for the skins.
I have like 40 skins it's a cops and robbers server.


Re: Skin Selection Problem - TheSnaKe - 14.12.2013

So, now what i have to do? i added more skins and still this problem...


Respuesta: Skin Selection Problem - ghost556 - 14.12.2013

So, if it shows you only the place when your choosing your character, you need to change the cameras to look at the skins in the first place. If I misunderstood I do apologise.


Re: Respuesta: Skin Selection Problem - TheSnaKe - 14.12.2013

Quote:
Originally Posted by ghost556
Посмотреть сообщение
So, if it shows you only the place when your choosing your character, you need to change the cameras to look at the skins in the first place. If I misunderstood I do apologise.
Yeah, and how can i do that?


Re: Skin Selection Problem - BizzyD - 14.12.2013

Change the facing angle