SA-MP Forums Archive
Player on spawn walks? - 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)
+--- Thread: Player on spawn walks? (/showthread.php?tid=482316)



Player on spawn walks? - RevanMalcom - 20.12.2013

Hey lads,
Any idea how to get player walk on spawn? like when spawns he starts walk straight, and with mouse you can turn the way he walks and like with timing after 30sec it stops waking! any idea how to do that?

Help, please!


Re: Player on spawn walks? - Threshold - 20.12.2013

I guess you could force a walking animation when the player spawns :S
https://sampwiki.blast.hk/wiki/ApplyAnimation


Re: Player on spawn walks? - RevanMalcom - 20.12.2013

Any idea how to put code together? Im nowbie at this, could you please help me out? :/


Re: Player on spawn walks? - erminpr0 - 20.12.2013

pawn Код:
ApplyAnimation(playerid,"PED","WALK_DRUNK",4.1,false,true,true,false,30000,true);