teleports

UbberN00ber

New member
Jul 14, 2018
60
0
0
47
how can allow only certain players the ability to teleport... i want to allow detonators to get to use 3 teleports that they save such as /home... and how do they save a location as a teleport?
 
You'd do that through admin levels. So basically, you assign your players you want to do this an admin level of say 900 (1000 being the "lowest" and 0 being "admin")

Then in the RAT even you want to use for teleports (the default is !t), in the script you'd add in something like: ALEVEL:<=900

This would put in a check that says the player who issued the !t command, would need to be level 900 or less for it to work.

The default RAT teleport commands are !t, !rt, !lt and !at. For Teleport, Remove Teleport, List Teleports and Add Teleport.
 
so in the event editor i added this to conditionals STARTSWITH:!t||ALEVEL:<=900

in game nothing happens and im admin permission lvl 0 do i need to add the teleport commands to the command permissions? and i also did enable teleport options ..