Evrak

Bilgilendirme

Oyuncuların meslek ve rütbelerine göre resmi belgeler oluşturmasını ve diğer oyunculara verebilmesini sağlayan sistem.


bb_documents
Config = {}

Config.Command = nil -- If nil, the command won't work
Config.RegisterKey = nil -- example: "k". If nil, there won't be a key registered. "Config.Command" has to be set to work.

Config.DocumentItemName = "documents" -- The name of the item you want to open the documents. If nil, no item will be registered. Example: "wallet"
Config.BirthdateFormat = "YYYY-MM-DD" -- The date format your framework uses. By default, ESX: 'DD/MM/YYYY' QB: 'YYYY-MM-DD' Check your identity/multicharacter config!

Config.PaperProp = {
  name = "prop_cd_paper_pile1",
  xRot = -130.0, 
	yRot = -50.0, 
	zRot = 0.0
}
-- These texts only show up on client side. To change texts in the NUI,
-- go to the web/build/config.js file
Config.Locale = {
  ["receiveNotification"] = "Belge aldın: ",
  ["giveNotification"] = "Belge verdin: ",
  ["cancel"] = "İptal",
  ["noPlayersAround"] = "Etrafında biri yok",
  ["showDocument"] = "Belgeyi Aç",
  ["giveCopy"] = "Kopya ver",
  ["registerMapDescription"] = "Belgeleri aç"
}

Last updated