Ulysses Stuff > Releases

Uclip v1.20 -- A noclip alternative!

<< < (2/48) > >>

Megiddo:
Sorry, guess I should've been clear in the comments. Those flags are all set by the script itself, you shouldn't (read: DON'T!) set those yourself.

truck:
I get the same error of Kyzer


--- Code: ---Warning: Unhandled usermessage '[STRING NOT POOLED]'
**********************************************************
ERROR: Hook 'UclipMove' Failed: ULib/_cl_2.05/sh_ucl.lua:19: attempt to call method 'IsListenServerHost' (a nil value)
Removing Hook 'UclipMove'
**********************************************************
--- End code ---

You can fix this error??? Because nobody can use noclip perfectly. Collision work but nobody can move when he flying

Thx

Megiddo:
Try changing this:

--- Code: ----- Config
local function adminCheck( ply ) -- Who can move through everything? Comment out these lines for no one.
if ulx and ply:query( "ulx noclip" ) then
return true
elseif ply:IsAdmin() or ply:IsSuperAdmin() then
return true
end

return false
end
-- End config
--- End code ---

To this:


--- Code: ----- Config
local function adminCheck( ply ) -- Who can move through everything? Comment out these lines for no one.
if ply:IsAdmin() or ply:IsSuperAdmin() then
return true
end

return false
end
-- End config
--- End code ---

See if that works or not.

truck:
ok finaly your script work before your new solution.... Your new solution is for remove the error in the console???

truck:
I get error again with your new solution

EDIT: How i remove the right of the admin for flying??? Because admin can go anywhere and i want to remove that

thx

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version