Help ?
#3

#define GAMEMODE "GAMEMODENAMEHERE" // This is what the gamemode text will be set to.
#define GAMEMODE_USE_VERSION "Yes" // This shows the Server name and the version in Gamemode text, if set to "No" it will only display the gamemode name.
#define MAP_NAME "MAPNAMEHERE" // This is what the map name will be set to.
#define SERVER_NAME "SERVERNAMEHERE" // This is what the hostname/servername will be set to.
#define WEBSITE "http://www.sa-mp.com" // This is what the website will be set to.
#define VERSION "VERSIONHERE" // Script Version
#define DEVELOPER "YOURNAMEHERE" // Developer Name.
#define PASSWORD "" // Server Password
#define SCRIPT_LINES NUMBERSHERE // For printing the script lines amount, unfortunately it has to be updated manually.

pawn Код:
printf(" %s - %s loaded.", GAMEMODE,MAP_NAME);
    printf(" %s - %s by %s loaded.", GAMEMODE,MAP_NAME,DEVELOPER);
    printf(" Server Name: %s", SERVER_NAME);
    if (!strcmp("Yes", GAMEMODE_USE_VERSION, true)) {
    printf(" Gamemode: %s ", GAMEMODE); } else {
    printf(" Gamemode: %s", GAMEMODE); }
    printf(" Version: %s", VERSION);
    printf(" Map: %s", MAP_NAME);
    printf(" Website: %s", WEBSITE);
    printf(" Developer: %s", DEVELOPER);
Reply


Messages In This Thread
Help ? - by Ronaldo_raul™ - 30.10.2011, 17:27
Re: Help ? - by Gamer_Z - 30.10.2011, 17:30
Re: Help ? - by Buzzbomb - 30.10.2011, 17:34
Re: Help ? - by Ronaldo_raul™ - 30.10.2011, 17:39
Re: Help ? - by Ronaldo_raul™ - 30.10.2011, 17:41

Forum Jump:


Users browsing this thread: 1 Guest(s)