SA-MP Forums Archive
When a player moves - 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: When a player moves (/showthread.php?tid=461391)



When a player moves - Beckett - 01.09.2013

------


Re: When a player moves - bensmart469 - 01.09.2013

You could easily just do this while crafting:
TogglePlayerControllable(playerid,0);

Or use OnPlayerKeyStateChange to check if the player pressed one of the keys to move.


Re: When a player moves - Beckett - 01.09.2013

------