08.04.2010, 17:59
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?
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;
}