Page 1 of 1

Change board online problem

Posted: Sun Dec 18, 2011 1:41 pm
by Siema
Image
You can ask where is the error :wat:

Code: Select all

:i function $test_vehicl$
   :i call $Vehicle_Start$ arguments
      $params$ = $minikart_params$
   :i $Skater$.$remove_all_anim_subsets$
   :i $exit_pause_menu$
   :i $Skater$.$SwitchOffBoard$
 :i $GetSkaterID$
         :i $GetCurrentSkaterProfileIndex$
         :i $EditPlayerAppearance$:s{
            :i $profile$ = %GLOBAL%$currentSkaterProfileIndex$
            :i $target$ = $SetPart$
            $targetParams$ = :s{$part$ = $deck_graphic$$desc_id$ = %GLOBAL%$Model_Name$:s}
         :i :s}
         :i call $RefreshSkaterModel$ arguments
               $profile$ = %GLOBAL%$currentSkaterProfileIndex$$skater$ = %i(0,00000000)
   :i call $Model_Change$ arguments
         $Model_Name$ = $test_modelcha$
:i endfunction
:i function $test_modelcha$
                      :i $skater$.call $AddGeom$ arguments
                        $name$ = $vehicle$$model$ = %s(46,"models\Veh\Veh_MiniKart\Veh_MiniKart.skin")
:i call $MakeSkaterGoto$ arguments
        $OnGround$
:i $vehicle$.$die$
:i endfunction

Re: Help Me

Posted: Sun Dec 18, 2011 2:24 pm
by Anteara
We are not going to help you if the thread title is 'help me'.

Re: Change Model Vehicle Problem

Posted: Sun Dec 18, 2011 3:30 pm
by Morten1337
Delete all in red
:i function $test_vehicl$
:i call $Vehicle_Start$ arguments
$params$ = $minikart_params$
:i $Skater$.$remove_all_anim_subsets$
:i $exit_pause_menu$
:i $Skater$.$SwitchOffBoard$
:i $GetSkaterID$
:i $GetCurrentSkaterProfileIndex$
:i $EditPlayerAppearance$:s{
:i $profile$ = %GLOBAL%$currentSkaterProfileIndex$
:i $target$ = $SetPart$
$targetParams$ = :s{$part$ = $deck_graphic$$desc_id$ = %GLOBAL%$Model_Name$:s} #//Change to "$desc_id$ = $minikart$"
:i :s}
:i call $RefreshSkaterModel$ arguments
$profile$ = %GLOBAL%$currentSkaterProfileIndex$$skater$ = %i(0,00000000)
:i call $Model_Change$ arguments
$Model_Name$ = $test_modelcha$

:i endfunction
:i function $test_modelcha$
:i $skater$.call $AddGeom$ arguments
$name$ = $vehicle$$model$ = %s(46,"models\Veh\Veh_MiniKart\Veh_MiniKart.skin")
:i call $MakeSkaterGoto$ arguments
$OnGround$
:i $vehicle$.$die$
:i endfunction

Re: Change Model Vehicle Problem

Posted: Sun Dec 18, 2011 6:59 pm
by Siema
Normal? not working :nope:

Code: Select all

:i function $test_vehicl$
:i call $Vehicle_Start$ arguments
$params$ = $minikart_params$
:i $Skater$.$remove_all_anim_subsets$
:i $exit_pause_menu$
:i $GetSkaterID$
:i $GetCurrentSkaterProfileIndex$
:i $EditPlayerAppearance$:s{
:i $profile$ = %GLOBAL%$currentSkaterProfileIndex$
:i $target$ = $SetPart$
$targetParams$ = :s{$part$ = $deck_graphic$$desc_id$ = $minikart$ :s}
:i :s}
:i call $RefreshSkaterModel$ arguments
$profile$ = %GLOBAL%$currentSkaterProfileIndex$$skater$ = %i(0,00000000)
:i endfunction