Skip to content

KaizerHind/Gamemode-Base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Gamemode Base - Roleplay [MySql]

How to install?

  • Español: Antes de descargar cualquier cosa, primero debes seleccionar el modo de juego que quieres usar para Desarrollar, te preguntaras ¿como puedo escoger? Facil, te enseño un GIF de como hacerlo.
  • English: Before downloading anything, you must first select the game mode you want to use to Develop, you may wonder how can I choose? Easy, I'll show you a GIF of how to do it.

enter image description here

  • Download the database, go to Xampp and create a new clean database, then import the new one.

  • Download the gamemode and extract the content to the path you want.

  • Lastly, remember to configure the mysql.ini file, which contains the database configuration.

Note Important:

Credits to:

KaizerHind - Developer.
D13G0 - Doubts about MySql.
r99t - Hash password solution and Doubts about MySql.
Galasso - Hash password solution.

Dependencies


Español:

Esta gamemode es una base la cual contiene unicamente un sistema de Registro Basico(Test de Rol, Registro, Ingreso y otros datos). La gamemode fue desarrollada de manera 'Modular', por lo que parte del codigo esta distribuido en .gamemode/content, cabe resaltar que si alguien le añade un sistema de muebles o algo relacionado a edicion de objetos, y deben utilizar los siguientes parametros OnPlayerPickUpDynamicPickup, OnPlayerSelectDynamicObject,OnPlayerEditDynamicObject, deberan añadir esto en index.pwn, en el modulo system, puede ser debajo del modulo roltest.

Contenido:

|— gamemodes
|—— index - .pwn - File Pwn.
|——— content\ - Contenido del Servidor. (Modulo principal)
|———— content\cmds - Comandos del jugador y administrativos.
|———— content\designs - Mapas y Textdraws.
|———— content\includes - Includes modificados y conexion con sistemas.
|———— content\server - Variables, macros, conexiones y otros.
|———— content\systems - Sistemas desarrollados y conectados con el modulo principal.

English:

This gamemode is a base which contains only a Basic Registration system(Proof of Role, Registration and Login and other data). The gamemode was developed in a 'Modular' way, so part of the code is distributed in .gamemode/content, it should be noted that if someone adds a furniture system or something related to object editing, and they must use the following parameters OnPlayerPickUpDynamicPickup , OnPlayerSelectDynamicObject, OnPlayerEditDynamicObject, you should add this in index.pwn, in the system module, below the roltest module.

Content:

|— gamemodes
|—— index - .pwn
|——— content\ - Content of the server.
|———— content\cmds - Commands player & admins
|———— content\designs - Maps and Textdraws.
|———— content\includes - Includes modified and connected with systems.
|———— content\server - Vars, macros, connections and others.
|———— content\systems - Systems developed and connected to the gamemode.