Ulysses
General => Off-Topic => Topic started by: Scout | Anthony F on October 17, 2016, 11:46:34 AM
-
Title says all but this is what I want the command it be like
!sendtoplace [PLAYERNAME OR ^ / &] [PLACE NAME]
!addplace [PLACE NAME] - you have to be standing in the place you want it.
!delplace [PLACE NAME]
-
Hm... I know there is a 'warp' command out there... It could probably be edited to target a person instead of just yourself... I'll get back to you in a few hours.
-
Here is the warp http://forums.ulyssesmod.net/index.php?topic=7268.0 It is the custom commands addon. But I do want it to target players instead of just the person who executed it.
Because I want this to be admin only
-
I use warp on my own server, I'm familiar enough with it.
-
Because you seem to be wanting people to do this work for you, rather than you asking questions in a learning manner, I'm moving your recent requests to OffTopic.
(Honestly, nothing wrong with what you're asking - most of us here are pretty busy though; we'd rather you learn on your own than much of us have time to actually do your requests for you)
-
I mainly am willing to do it as it doesn't seem very hard. I would recommend, however, if you're going to be a server owner, to watch these playlists (https://www.youtube.com/channel/UCFpuE-Qjn4EWqX-VJ_l7pbw/playlists). That's, honestly, where I learned most of my Lua and gLua.
-
Don't worry I am In the middle of watching them! (Just saw your message then.) I wanted to learn lua and glua I use these: https://facepunch.com/showthread.php?t=1337945 and http://forums.ulyssesmod.net/index.php/topic,4633.msg46423.html and http://www.phailed.me/2011/02/learn-lua-the-hard-way-1/ and books in my library
-
https://github.com/iViscosity/Custom-Commands/blob/master/CustomCommands/lua/ulx/modules/sh/cc_teleport.lua#L300 (https://github.com/iViscosity/Custom-Commands/blob/master/CustomCommands/lua/ulx/modules/sh/cc_teleport.lua#L300)
Note: It's untested, I literally just wrote it, but should work.