01.09.2013, 18:09
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.
TogglePlayerControllable(playerid,0);
Or use OnPlayerKeyStateChange to check if the player pressed one of the keys to move.