Class Selection Music
#1

Heya,

I've been searching most of this afternoon and trying different things but I can't seem to get my class selection music to play....any chance anybody could give me a hand to fix it?

Here is my code:

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    TogglePlayerControllable(playerid,0);
    PlayerPlaySound(playerid, 1185, 0.0,0.0,0.0);
    SetPlayerPos(playerid, 1498.7487,-945.5091,51.2734);
    SetPlayerCameraPos(playerid, 1502.2191,-943.7787,51.2934);
    SetPlayerCameraLookAt(playerid, 1498.7487,-945.5091,51.2734);
    SetPlayerFacingAngle(playerid,280);
 
    return 1;
}
Knowing my luck it will probably be the simplest little thing stopping it from playing. :L

Ashley
Reply


Messages In This Thread
Class Selection Music - by CodeSocket - 30.08.2009, 19:27
Re: Class Selection Music - by sidhu123 - 30.08.2009, 19:49
Re: Class Selection Music - by CodeSocket - 30.08.2009, 20:14
Re: Class Selection Music - by Tr1viUm - 30.08.2009, 20:17
Re: Class Selection Music - by CodeSocket - 30.08.2009, 20:31
Re: Class Selection Music - by Jakku - 10.09.2009, 17:48

Forum Jump:


Users browsing this thread: 1 Guest(s)