SA-MP Forums Archive
Help please - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help please (/showthread.php?tid=245346)



Help please - tanush - 31.03.2011

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    ApplyAnimation(playerid, "ON_LOOKERS", "wave_loop", 4.0, 1, 0, 0, 0, 0);
    SetPlayerPos(playerid,2587.1821,1340.5100,78.4764);
    SetPlayerFacingAngle(playerid,89.5212);
    SetPlayerCameraPos(playerid,2576.4741,1342.4446,78.4764);
    SetPlayerCameraLookAt(playerid,2576.4741,1342.4446,78.4764);
    return 1;
}
The animation wont work, help .


Re: Help please - grand.Theft.Otto - 31.03.2011

Hmm, how won't it work? Explain?


Re: Help please - tanush - 31.03.2011

i want the player to wave while people picking skins.