Skip to content
lp_ edited this page Feb 14, 2022 · 38 revisions

Home

Reference

User Instructions

Notes / Warnings:

  • Discord Channel, User, Role, Message or any other ID's, are usually 17-18 digits. Please keep in mind- there is ID handling for GUILD members (not users via DM) and guild's, making scripting somewhat easier. To be able to see the ID's inside your discord application, make sure you have DEVELOPER MODE enabled! If something should be changed inside your script to "NONE", use ID "000000000000000000" as a "NULL".
  • Everything is expiremental and not guaranteed to work! Things can change completely or just slightly depending on how they work out.
  • Player ID's and other (scriptside) ID's start at 1 not 0! 0 = INVALID_USER
  • The native way to skip autoloading a script is beginning the script's file name with a '!'! Like: !myawesomescript.amx
Clone this wiki locally