Hey guys,
how is it possible to make for a darkrp job a customcheck/spawn function. When a user have the access to the dualsaber permission he gets in darkrp as a weapon the dualsaber.
something like this
[CODE]local CATEGORY_NAME = "uCg Lightsaber"
local DualAccess = "ucg_dualsaber"
if SERVER then
ULib.ucl.registerAccess(DualAccess, ULib.ACCESS_SUPERADMIN, "Allows users to have DualSaber", CATEGORY_NAME)
end[/CODE]
Sorry, you need to Log In to post a reply to this thread.