Guest book

14.06.2013 06:13 Guest
where the Hayden Valley?
Sergey A. Zhukov, answer to: Guest
I suspect that you are playing pirates and Hayden Valley - is Hidden Cave (Hidden Cave).
Guest, answer to: Guest
This village in the southern part of the location Casa Verde. There's still a trader Jean.
31.05.2013 10:39 Guest
Understood, I forgot one quote to register.
Thank you for your help and for a great site.
Sergey A. Zhukov, answer to: Guest
Please :)
31.05.2013 09:45 Guest
Hmm, the game has, can be repaired and tuned. But get in the car does not work (((
Guest, answer to: Guest
it is necessary to pump the perk of driving. as I remember.
31.05.2013 08:26 Guest
Thank you very much!
31.05.2013 02:55 Guest
Zdravstujte, tell me how a console commands can be added to the game machine?
Sergey A. Zhukov, answer to: Guest
You must run two commands:

system.create_object ('KOD_MASHINY', X, Y, id = 'IDENTIFIER, directions = DIRECTION)

objects.set_attribute ('UID', 'accepted_drivers', ['UISPIELER'])

where:

KOD_MASHINY - code of the type of transport options: SET_BUGGY, SET_WHEELTANK, SET_PICKUP and SET_HUMVEE.

X, Y - coordinates of the current map, for example: 345, 470

IDENTIFICATION - any unique string, the main thing that it is not repeated in the game. For example: MY_NEW_BUGGY1

DIRECTION - the direction in which the car will be sent, in degrees from 0 to 360. This option is not critical, so you can specify just 45.

Example of adding Hammer:

system.create_object ('SET_HUMVEE', 340, 760, id = 'MY_HUMMER', direction = 45)
objects.set_attribute ('MY_HUMMER', 'accepted_drivers', ['UISPIELER'])
Development by Sergey A.Zhukov 2007-2012