Raised This Month: $ Target: $400
 0% 

Teleport Menu


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   ALL        Category:   Admin Commands       
Uzviseni Bog
Senior Member
Join Date: Jun 2020
Old 06-13-2025 , 13:00   Teleport Menu
Reply With Quote #1

.: Teleport Menu Plugin v1.0 :.


.: Description :.

This plugin allows administrators to teleport to other **alive players** during gameplay.
It's ideal for **BaseBuilder**, Any Zombie Mod, fun servers...
This kind of plugin already exists, it's nothing new or unseen. I just want to simply share it with you so it's easier to find for future users of this forum.


.: Features :.

✅ Admin-only access (flag `ADMIN_BAN`)
✅ Teleportation only when alive
✅ Smart positioning – teleports you slightly **above** the target player
✅ Works via both team and public chat


.: Commands :.

You can use any of the following in chat or team chat:


say /tp
say_team /tp
say /teleport
say_team /teleport



.: In-Game Chat Messages :.


[Teleport] Only administrators can use this command -_-
[Teleport] You must be alive to use teleport.
[Teleport] There are no other alive players.
[Teleport] The player is no longer alive.
[Teleport] You have been teleported to the player (name).




.: Installation :.

1. Compile `teleport.sma` using the AMX Mod X web compiler or local compiler
2. Place `teleport.amxx` into your server's `plugins/` folder
3. Add `teleport.amxx` at the end of `configs/plugins.ini`

.: Requirements :.

⚠️ AMX Mod X 1.8.3
⚠️ Player must have `ADMIN_BAN` access to use commands


.: Credits :.

Created by Pukovnik, also known as **Uzvišeni bog**
Inspired by the need for fast movement in BaseBuilder servers for admins.


.: Download :.

🔧 `teleport.sma

Last edited by Uzviseni Bog; 06-14-2025 at 14:31.
Uzviseni Bog is offline
Jhob94
AMX Mod X Moderator
Join Date: Jul 2012
Old 06-13-2025 , 13:29   Re: Teleport Menu
Reply With Quote #2

Please do not upload amxx files.
Thank you.
__________________
Jhob94 is offline
arC`
Member
Join Date: May 2005
Old 06-15-2025 , 18:47   Re: Teleport Menu
Reply With Quote #3

nice!

super useful feature
__________________
(𝝺)

Last edited by arC`; 06-15-2025 at 18:48.
arC` is offline
Send a message via AIM to arC`
Ace67
Senior Member
Join Date: Sep 2020
Location: Unknown
Old 06-19-2025 , 11:22   Re: Teleport Menu
Reply With Quote #4

Hello, I've been coding AMXX plugins for years and this code screams AI from every angle. Let me break it down for you:

Why this is obviously AI-generated:

The dead giveaway is the coding style - it's way too "textbook perfect" for a human. Real coders have quirks, shortcuts, and personal preferences. This follows the exact template that ChatGPT or similar AI spits out.

Check the variable names: g_playerMenu[33], players[32], num, pname[32] - these are the EXACT names AI uses every single time. No human coder is this generic and predictable.

The error messages are another red flag: "[Teleport] Only administrators can use this command -_-" - that emoticon is classic AI trying to be "casual". Real coders either write professional messages or actually funny ones, not this awkward middle ground.

Technical issues that prove it's AI:
  • Uses get_user_origin() with int array instead of float (typical AI mistake)
  • The origin[2] += 60 teleport offset is the standard AI "solution"
  • Menu handling follows AI's cookie-cutter approach exactly
  • Error checking order is identical to other AI-generated plugins

Dude, just be honest. We've all used AI to help with coding - there's no shame in that. But don't try to pass off a direct AI copy-paste as your own work. The AMXX community isn't stupid, and experienced coders can spot this stuff immediately.

If you want to learn, start with simple modifications to existing plugins, then work your way up. But claiming AI code as your own just makes you look bad and wastes everyone's time.
__________________
CS:CZ > CS 1.6

AMXX Plugins/Tutorial:

Tutorial Server Tracker, Prefix CT/T + Admin (Update v1.3)
Ace67 is offline
Jhob94
AMX Mod X Moderator
Join Date: Jul 2012
Old 06-19-2025 , 12:49   Re: Teleport Menu
Reply With Quote #5

@Ace this is not AI code. It’s poorly coded but it’s not AI. You gotta pay closer attention to small details if you want to join the AIPD.
AI was taught to name strings with sz prefix plus it would never write this:
Code:
     if (menu_items(menu) == 0) {
        client_print(id, print_chat, "[Teleport] There are no other alive players.")
        menu_destroy(menu)
        return PLUGIN_HANDLED
    }

@OP amxx already has a teleport menu included. It’s telemenu.amxx, you can access via amxmodmenu or amx_teleportmenu.
__________________
Jhob94 is offline
Uzviseni Bog
Senior Member
Join Date: Jun 2020
Old 06-19-2025 , 12:58   Re: Teleport Menu
Reply With Quote #6

Quote:
Originally Posted by Ace67 View Post
Hello, I've been coding AMXX plugins for years and this code screams AI from every angle. Let me break it down for you:

Why this is obviously AI-generated:

The dead giveaway is the coding style - it's way too "textbook perfect" for a human. Real coders have quirks, shortcuts, and personal preferences. This follows the exact template that ChatGPT or similar AI spits out.

Check the variable names: g_playerMenu[33], players[32], num, pname[32] - these are the EXACT names AI uses every single time. No human coder is this generic and predictable.

The error messages are another red flag: "[Teleport] Only administrators can use this command -_-" - that emoticon is classic AI trying to be "casual". Real coders either write professional messages or actually funny ones, not this awkward middle ground.

Technical issues that prove it's AI:
  • Uses get_user_origin() with int array instead of float (typical AI mistake)
  • The origin[2] += 60 teleport offset is the standard AI "solution"
  • Menu handling follows AI's cookie-cutter approach exactly
  • Error checking order is identical to other AI-generated plugins

Dude, just be honest. We've all used AI to help with coding - there's no shame in that. But don't try to pass off a direct AI copy-paste as your own work. The AMXX community isn't stupid, and experienced coders can spot this stuff immediately.

If you want to learn, start with simple modifications to existing plugins, then work your way up. But claiming AI code as your own just makes you look bad and wastes everyone's time.

Your message looks exactly like AI, God forgive me I didn't know there were members who play experts on the forum, you know AMXX so well that last year you published an Admin Teleport Menu that already exists in AMXX itself, in the future skip my posts and go back to help the person you said you don't have time for, Regards

https://forums.alliedmods.net/showpo...20&postcount=7
Uzviseni Bog is offline
Ace67
Senior Member
Join Date: Sep 2020
Location: Unknown
Old 06-19-2025 , 13:57   Re: Teleport Menu
Reply With Quote #7

Quote:
Originally Posted by Uzviseni Bog View Post
Your message looks exactly like AI, God forgive me I didn't know there were members who play experts on the forum, you know AMXX so well that last year you published an Admin Teleport Menu that already exists in AMXX itself, in the future skip my posts and go back to help the person you said you don't have time for, Regards

https://forums.alliedmods.net/showpo...20&postcount=7
Hey, as I only speak French, all my texts are translated by Google Translate or directly rewritten by the AI. But I've never coded anything with AI in my life; all my knowledge has been learned since 2021. I'm currently busy with work, I just logged in from my phone and saw your thread and replied to it, and I'll definitely help this guy as soon as I can.
__________________
CS:CZ > CS 1.6

AMXX Plugins/Tutorial:

Tutorial Server Tracker, Prefix CT/T + Admin (Update v1.3)

Last edited by Ace67; 06-19-2025 at 14:00.
Ace67 is offline
Old 06-19-2025, 13:59
Ace67
This message has been deleted by Jhob94. Reason: Do not double post, use edit button instead
Tote
Senior Member
Join Date: Jul 2023
Old 06-20-2025 , 13:07   Re: Teleport Menu
Reply With Quote #8

g_playerMenu[id] is not used anywhere.
Tote is offline
arC`
Member
Join Date: May 2005
Old 06-28-2025 , 12:04   Re: Teleport Menu
Reply With Quote #10

I think yall are missing what this plugin does

it's NOT the same as amxx teleport menu

it's more akin to this sourcemod pugin (sm_goto): https://forums.alliedmods.net/showthread.php?p=1042766

edit: some kz plugins also have this feature "/goto"
__________________
(𝝺)

Last edited by arC`; 06-28-2025 at 12:08.
arC` is offline
Send a message via AIM to arC`
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 20:01.


Powered by vBulletin®
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Theme made by Freecode