Player Selection Animation
#1

Hi, my Special Action and/or animation that I tried to apply to my characters when a player is on class selection isn't working.

I have tried special action + animations and my character just stands there...

Code:
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    SetPlayerSpecialAction(playerid,SPECIAL_ACTION_DANCE3);
    SetPlayerPos(playerid, spawnX, spawnY, spawnZ);
    if(prc_Moving[playerid] == false)
    {
        prc_Degree[playerid] = 0;
        prc_Timer[playerid] = SetTimerEx("MoveCamera", 75, true, "d", playerid);
        prc_Moving[playerid] = true;
    }
    return 1;
}
Any help?
Reply


Messages In This Thread
Player Selection Animation - by (_AcE_) - 14.12.2011, 03:27
Re: Player Selection Animation - by suhrab_mujeeb - 14.12.2011, 03:35
Re: Player Selection Animation - by (_AcE_) - 14.12.2011, 04:04
Re: Player Selection Animation - by [ABK]Antonio - 14.12.2011, 04:05
Re: Player Selection Animation - by suhrab_mujeeb - 14.12.2011, 04:14
Re: Player Selection Animation - by Steven82 - 14.12.2011, 04:36
Re: Player Selection Animation - by (_AcE_) - 14.12.2011, 21:07

Forum Jump:


Users browsing this thread: 1 Guest(s)