Search results

  1. Mariodoesvr

    Friending system

    On your server yes you can kick ban and permban, and only staff members can ban people from using online for a period of time, i believe.
  2. Mariodoesvr

    Friending system

    There is technically a "blocking system" like kicking baning and permanent banning from your hosted servers, and a username thing sounds kinda cool, or they could make the app connect to the site.
  3. Mariodoesvr

    Friending system

    Yea I haven't either, and if they did (not likely) it would be nice.
  4. Mariodoesvr

    how do I add a command to my mod?

    That's a much better explanation
  5. Mariodoesvr

    how do I add a command to my mod?

    You put the local function in the hook_chat_command it's supposed to be its own line Like hook_chat_command("command", "description", on_cmd_command) Local function on_cmd_command() End
  6. Mariodoesvr

    Friending system

    I do use Discord.
  7. Mariodoesvr

    Friending system

    I know but it would be easier.
  8. Mariodoesvr

    how to make custom textures

    make a png put it in the mods folder and it becomes a .tex file now its a texture
  9. Mariodoesvr

    gamecube era styled mario? a request.

    hmm i might try that
  10. Mariodoesvr

    how do I add a command to my mod?

    you need to do a hook_chat_command("", "", ) the first blank you put the command, the second one you put the description and the one before the ) you put a local function like this on_"command name here"_command you need to to make the local function on_"command name here"_command() end
  11. Mariodoesvr

    Modder Status Request

    It's a mod that uses a vr headset to look around
  12. Mariodoesvr

    before i ask...

    i dont think so
  13. Mariodoesvr

    Friending system

    i think a friending system would be perfect for the game.
  14. Mariodoesvr

    i request for modder status.

    dang bro you should try again
  15. Mariodoesvr

    Applying for Modder Status

    i hope u get modder
  16. Mariodoesvr

    HI BEOPAWT

    HI BEOPAWT
  17. Mariodoesvr

    Modder Status Request

    I want to get this out of the way for the mod im making, if not its ok i could use other ways to post my future mods, but if so thank you.
  18. Mariodoesvr

    Pro Controller!! Help!

    o
  19. Mariodoesvr

    Need help with making a FPS counter for mod.

    so I'm making a mod that relies on performance, and need a FPS counter for some stages, and i also want to get the stage the player is in, the format for the code im thinking will be like this JRB, 60 JRB being the stage 60 being the FPS.