add server.pwn as a configuration file

This commit is contained in:
Lorenc Pekaj 2018-09-19 15:43:05 +10:00
parent b1ab562e69
commit 09b04b1cff
2 changed files with 18 additions and 8 deletions

View File

@ -1,16 +1,11 @@
/*
* Irresistible Gaming (c) 2018
* Developed by Lorenc Pekaj
* Module:
* Purpose:
* Module: config\_config.pwn
* Purpose: encloses all server related configuration
*/
/* ** Includes ** */
#include "irresistible\config\database.pwn" // keep #1
#include "irresistible\config\server.pwn"
#include "irresistible\config\colors.pwn"
/* ** Configuration ** */
#define FILE_BUILD "v11.36.105"
#define SERVER_NAME "San Fierro Cops And Robbers (0.3.7)"
#define SERVER_WEBSITE "www.sfcnr.com"
#define SERVER_IP "54.36.127.43:7777"

View File

@ -0,0 +1,15 @@
/*
* Irresistible Gaming (c) 2018
* Developed by Lorenc Pekaj
* Module: server.pwn
* Purpose: server related definitions
*/
/* ** Includes ** */
#include < YSI\y_hooks >
/* ** Definitions ** */
#define FILE_BUILD "v11.36.105"
#define SERVER_NAME "San Fierro Cops And Robbers (0.3.7)"
#define SERVER_WEBSITE "www.sfcnr.com"
#define SERVER_IP "54.36.127.43:7777"