You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, guys
so when i buy a house there is some error in
local player = exports.redem_roleplay:getPlayerFromId(_source)
and function doesnt work at all.
I've tried to isolate it from the code so not only the owner can heal there i mean i commend
in sv_main.lua
local player = exports.redem_roleplay:getPlayerFromId(_source)
and
local player = exports.redem_roleplay:getPlayerFromId(_source)
in cl_main.lua
--if owns[v.name] then
so the yellow marker shows up but it didnt heal me at all.
There is somekind of problem in ownership so the function doesnt work.
In my opinion
local _source = source
if just doesnt find source
any suggestions ?
The text was updated successfully, but these errors were encountered:
i bought 2 houses.. the green marker started blinking/alternating between yellow and green. at the entrance and inside the house where the Kitchen_Heal is.. as soon as i hit the key, the Kitchen Heal message stay stuck at the bottom.
Hello, guys
so when i buy a house there is some error in
local player = exports.redem_roleplay:getPlayerFromId(_source)
and function doesnt work at all.
I've tried to isolate it from the code so not only the owner can heal there i mean i commend
in sv_main.lua
local player = exports.redem_roleplay:getPlayerFromId(_source)
and
local player = exports.redem_roleplay:getPlayerFromId(_source)
in cl_main.lua
--if owns[v.name] then
so the yellow marker shows up but it didnt heal me at all.
There is somekind of problem in ownership so the function doesnt work.
In my opinion
local _source = source
if just doesnt find source
any suggestions ?
The text was updated successfully, but these errors were encountered: