[Sorry for my bad english]
yeah, it’s some errors in DarkRP with korean.
a few days ago, i gave money to my friends with /give command.
but, both side client was crashed.
and no lua errors in console.
console only said, “timed out”
and one error is shipment name problem.
AddCustomShipment(“Weed”, {
model = “models/katharsmodels/contraband/zak_wiet/zak_wiet.mdl”,
entity = “durgz_weed”,
price = 3000,
amount = 10,
seperate = false,
pricesep = nil,
noship = false,
allowed = {TEAM_DRUG}
})
It is correctly work.
but,
AddCustomShipment(“대마초”, {
model = “models/katharsmodels/contraband/zak_wiet/zak_wiet.mdl”,
entity = “durgz_weed”,
price = 3000,
amount = 10,
seperate = false,
pricesep = nil,
noship = false,
allowed = {TEAM_DRUG}
})
is crashed when i was spawn it.
i set to UTF-8(No BOM) and it was no lua error.
and console said, “timed out” too.
how can i fix it?