screenselection
#3

I think this is what you need.

pawn Код:
}
public SetupPlayerForClassSelection(playerid, classid)
{
    SetPlayerPos(playerid, X,Y,Z);
    SetPlayerCameraPos(playerid, X,-Y, Z);
    SetPlayerCameraLookAt(playerid, X, Y, Z);
        PlayerPlaySound(playerid, SoundID, X, Y, Z); //
}
What did you mean by animation? Are you talking about dancing?
If so check this https://sampwiki.blast.hk/wiki/ApplyAnimation
On player spawn, you should probably disable the song for the player.
Reply


Messages In This Thread
screenselection - by rockerman - 13.06.2013, 19:09
Re: screenselection - by LilBob - 13.06.2013, 19:20
Re: screenselection - by Juanxz - 13.06.2013, 19:23
Re: screenselection - by rockerman - 14.06.2013, 03:07
Re: screenselection - by rockerman - 14.06.2013, 03:17
Re: screenselection - by Th3b3ast5 - 14.06.2013, 03:45
Re: screenselection - by rockerman - 14.06.2013, 09:41
Re: screenselection - by Juanxz - 14.06.2013, 13:31

Forum Jump:


Users browsing this thread: 1 Guest(s)