Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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.