Method Player:GetBarberShopCost [-] [+]
Returns the barber shop cost for the specified style changes.
Synopsis
cost = Player:GetBarberShopCost( newhairstyle, newhaircolor, newfacialhair )
Arguments
number newhairstyle
The new hair style.
Valid numbers: integers from 0 to 255.
number newhaircolor
The new hair color.
Valid numbers: integers from 0 to 255.
number newfacialhair
The new facial hair.
Valid numbers: integers from 0 to 255.
Returns
number cost
The cost in copper.
Valid numbers: integers from 0 to 4,294,967,295.