Jump to content

Help!


Recommended Posts

  • Scripting Moderators

Hi, please refrain from posting non-English messages inside the international language section. I've moved your thread to the Russian scripting section but I just noticed that this post is a duplicate.

If you'd like to post in the international scripting section, please make sure your whole post is translated into English.

Thanks!

Edited by Vinyard
Link to comment
  • Scripting Moderators

?. Удалил вашу другую тему. Не нужно создавать повторы.
Для изменения стиля походки есть функция setPedWalkingStyle.
Если вы хотите применять один стиль ко всем игрокам, можно использовать такой вариант (в любой серверный скрипт):

addEventHandler ( "onPlayerJoin", root,
	function ( )
		setPedWalkingStyle ( source, 128 )
	end
)

128 - ID стиля, которые есть на вики.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...