Skin Selection Problem
#1

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,); 
Reply
#2

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

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.
Reply
#4

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

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.
Reply
#6

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?
Reply
#7

Change the facing angle
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)