add server.pwn as a configuration file
This commit is contained in:
parent
b1ab562e69
commit
09b04b1cff
@ -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"
|
||||
|
15
gamemodes/irresistible/config/server.pwn
Normal file
15
gamemodes/irresistible/config/server.pwn
Normal 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"
|
Loading…
Reference in New Issue
Block a user