increase trucking pay
This commit is contained in:
parent
b1735de8b1
commit
6166c34dd7
@ -173,7 +173,7 @@ hook OnPlayerEnterDynRaceCP( playerid, checkpointid )
|
|||||||
}
|
}
|
||||||
|
|
||||||
new
|
new
|
||||||
iCashEarned = floatround( p_TruckingDistance[ playerid ] * 3.0 + g_aTrailerData[ p_TruckingTrailerModel{ playerid } ] [ p_TruckingTrailer{ playerid } ] [ E_BONUS ] );
|
iCashEarned = floatround( p_TruckingDistance[ playerid ] * 5.0 + g_aTrailerData[ p_TruckingTrailerModel{ playerid } ] [ p_TruckingTrailer{ playerid } ] [ E_BONUS ] );
|
||||||
|
|
||||||
ach_HandleTruckingCouriers( playerid );
|
ach_HandleTruckingCouriers( playerid );
|
||||||
PlayerTextDrawHide( playerid, p_TruckingTD[ playerid ] );
|
PlayerTextDrawHide( playerid, p_TruckingTD[ playerid ] );
|
||||||
|
Loading…
Reference in New Issue
Block a user