Advertisement
Guest User

Untitled

a guest
Aug 13th, 2011
654
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.22 KB | None | 0 0
  1. ForSaleSignFirstLine: '[A Vendre]'
  2.  #The first line of a sign selling a residence (case doesn't matter)
  3. RentSignFirstLine: '[A Louer]'
  4.  #The first line of a sign renting a residence (case doesn't matter)
  5. RentFormatMessage: Veuillez écrire la deuxième ligne selon ce format "<Prix>/<Jours>". Par exemple "100/10" #The message the player gets when a rent sign was made in the wrong format
  6. SellFormatMessage: Veuillez entrer le prix de la parcelle sur la deuxième ligne #The message the player gets when a sell sign was made in the wrong format
  7. NullResidenceMessage: Parcelle non trouvée
  8.  #The message the player gets when you placed a sell or rent sign a place where no residence was found
  9. NotOwnerMessage: Vous n'êtes pas le propiétaire de cette parcelle #The message the player gets when he tries to sell or rent a residence he doesn't own using a sign
  10. AllowNonOwnerSignBreak: false
  11.  #Allow other people than the owner of the residence to break sell and rent signs associated with it (The residence will still be for sale if the sign is broken)
  12. updateSignsOnStartup: true
  13.  #Update all rent and sale signs on startup to be up to date (Usually this isn't nescesary because signs update in real time, but I added this in just to be sure)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement