[HLF]Southclaw
Unregistered
Quote:
Originally Posted by Crucial
How do I set that everyone would run/walk in the style where when you sprint its quite slow and you move your arms back and forth instead of the default CJ run?
|
What you mentioned is actually default, to get CJ run you need to use the function
UsePlayerPedAnims. Remove that function call from your script and you'll get the slow sprint animations.
Quote:
Originally Posted by CrossUSAAF
@[HLF]Southclaw:
Thanks for your reply. Is it recommendable to use "char" arrays in format, if I Use values only between 0 and 255?
|
Yeah, if you are definitely sure that you won't be using values over 255 (for ASCII text) then use it. (I can't think of any reason not to use it at the moment)