i think i did an avance i just put
function sr3_city_init()
group_create( "sr3_weapons", false)
quest_log_configure_contact_triggers( SR3_CITY_CONTACTS )
character_set_giant(LOCAL_PLAYER, true)
end
and know it do not shrink back.
Them i change the heigh parameter a little bit to make character a little taller like 1.12 or so but game is uncontrolable you are walking on air with no options to do
function sr3_city_init()
group_create( "sr3_weapons", false)
quest_log_configure_contact_triggers( SR3_CITY_CONTACTS )
character_set_giant(LOCAL_PLAYER, true)
end
and know it do not shrink back.
Them i change the heigh parameter a little bit to make character a little taller like 1.12 or so but game is uncontrolable you are walking on air with no options to do