I can't see my skin's in skin selection
#2

Okay, that would be because you do not have the OnPlayerRequestClass function setup so that you can actually see the skin you are selecting.

This is an example that I took from LVDM that comes with the server package.

pawn Код:
public OnPlayerRequestClass(playerid)
{
    SetPlayerInterior(playerid,14);
    SetPlayerPos(playerid,258.4893,-41.4008,1002.0234);
    SetPlayerFacingAngle(playerid, 270.0);
    SetPlayerCameraPos(playerid,256.0815,-43.0475,1004.0234);
    SetPlayerCameraLookAt(playerid,258.4893,-41.4008,1002.0234);
    return 1;
}
So what you're doing is basically putting the player somewhere and specifically moving his camera somewhere else to look at his character during the class selection.

As for the "running like a pussy" part, you need to add

pawn Код:
UsePlayerPedAnims();
To OnGameModeInit.
Reply


Messages In This Thread
I can't see my skin's in skin selection - by AVG_Free - 05.12.2010, 13:18
Re: I can't see my skin's in skin selection - by JaTochNietDan - 05.12.2010, 13:23
Re: I can't see my skin's in skin selection - by AVG_Free - 05.12.2010, 17:34

Forum Jump:


Users browsing this thread: 1 Guest(s)