Anim at login fails D:
#1

Well when I login to my server I can hear the music but the problem is that the "Characters" wont start doing the anim before i go "LEFT" or "RIGHT"
why? Where is the problem?
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    SetPlayerPos(playerid, 263.4860,-158.6177,5.0786);
    SetPlayerFacingAngle(playerid, 90.0);
    SetPlayerCameraPos(playerid, 261.3386,-157.3170,6.7024);
  ApplyAnimation(playerid,"STRIP", "PUN_HOLLER",4.0,1,1,1,1,1);
    SetPlayerCameraLookAt(playerid, 263.4860,-158.6177,5.0786);
    return 1;
}
Reply
#2

You must preload anim library, rip it off from Seifanims or gl_animations
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)