Background spawn location
#1

So how do I set a background spawn location? For example:

When i'm selecting a skill and i'm pressing the left and right buttons at the bottom of the screen and the player skin is at the top in the background. how do i set that background?
Reply
#2

Hey guys please help me?
Reply
#3

Help please?
Reply
#4

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
       
    SetPlayerInterior(playerid,14);
    SetPlayerPos(playerid,258.4893,-41.4008,1002.0234);
    SetPlayerFacingAngle(playerid,90.0);
    SetPlayerCameraPos(playerid,256.0815,-43.0475,1004.0234);
    SetPlayerCameraLookAt(playerid,258.4893,-41.4008,1002.0234);
    return 1;
}
look them 5 functions up in the wiki to see how they are used
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)