Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
v1.1.1 [github.com]
There is 1 Lua problem!
Please check your console for more information!
[ERROR] A runtime error has occurred in "addons/medic-kiosk-1.1/lua/autorun/autoadd.lua" on line 5.
The best help I can give you is this:
Corrupt entity: Medic Kiosk!
This entity does not have a unique command.
Hints:
- There must be some other entity that has the same thing for 'cmd'.
- Fix this by changing the 'cmd' field of your entity to something else.
The responsibility for the error above lies with (the authors of) one (or more) of these files:
1. addons/medic-kiosk-1.1/lua/autorun/autoadd.lua on line 5
------- End of Simplerr error -------
Make sure you put the
["medic_kiosk"] = true,
["medic_kiosk_refill"] = true,
under the pocket blacklist, and not just anywhere in the file. The medickiosk_disableautoadd convar can only be set on the server console. If you wish for the entity to be automatically added to the medic job, make sure you have medickiosk_disableautoadd set to 0 .
If you still can't get it to work, you're more than welcome to message me so I can take a look at your config.
?
["medic_kiosk_refill"] = true, into blacklist pocketabkle, F4 isnt working (not loading)
It should be in your F4 menu, as a medic. Keep in mind this addon only works on DarkRP, not Sandbox or anything else.
I'll message you, need to know more about config of your jobs guy.
[ERROR] A runtime error has occurred in "lua/autorun/autoadd.lua" on line 20.
Corrupt entity: Medic Kiosk (Refill)!
This entity does not have a unique command.
Hints:
- There must be some other entity that has the same thing for 'cmd'.
- Fix this by changing the 'cmd' field of your entity to something else.
The responsibility for the error above lies with (the authors of) one (or more) of these files:
1. lua/autorun/autoadd.lua on line 20
------- End of Simplerr error -------
1. error - [C]:-1
2. error - gamemodes/darkrp/gamemode/libraries/simplerr.lua:530
3. createEntity - gamemodes/darkrp/gamemode/modules/base/sh_createitems.lua:613
4. unknown - lua/autorun/autoadd.lua:20
Timer Failed! [Simple][@lua/autorun/autoadd.lua (line 1)]
DarkRP.createEntity("Medic Kiosk", {
ent = "medic_kiosk",
model = "models/props_lab/hevplate.mdl",
price = 500,
max = 1,
cmd = "Buymedickiosk",
allowed = {TEAM_Doctor}
})
in the entities file it shows correctly for the doctor job but wont allow it to be spawned. due to the incorrect job?
i've set medickiosk_disableautoadd to true in console.