Welcome to the GameZone24.net Forums - Serious Sam.
Page 2 of 6 FirstFirst 1234 ... LastLast
Results 16 to 30 of 80
  1. #16
    PAKPRONESS
    Join Date
    August 2023
    Location
    PAKISTAN
    Posts
    57

    Downloads:Uploads: 0

    Thanks skyward and GraphX of GZ wow
    Ok now i have some questions
    1, How can i add commands like @ping or ban
    2, how can i connect with 42amsterdam and gamezone2r
    3, how can i enable unlimited ammo on my server
    4, how can i make professional server

    If i sucssusfull in my mission i will make 3 or 4 server and i invite my friends

  2. #17
    Golden^_+Imperator
    Join Date
    March 2008
    Location
    Currently Iceland
    Posts
    4,267

    Downloads: 204  Uploads: 25

    Quote Originally Posted by FareedGamer000 View Post
    1_begin.ini is server start map

    okay okay
    how to make it unlimiter ammo
    and how to connect with 42amsterdam and gamezone24
    add this to your init.ini for infinite ammo:
    gam_bInfiniteAmmo=1;

    You can't connect your server under 42a'dam or gz24




    *~>>Devils Ultimate d'Erektor<<~*

    People who lead a very successful business, usually tend to have extremely low freetime which results in depressions.
    The only thing that matters is personal happines and health, money can destroy both.
    ~Amco 2016

    It doesnt matter what you look like, or what stereotype you fulfill as long, as you're modest
    and respectful towards everyone, and feel comfortable about yourself.
    ~Amco 2020

    post your screens? played yesterday? of today? no screens available? No screens of january? december 2022? november 2022? no played matches in sam? hm sad. just stay a "legend" on gz these days. inactive since decades or activ as "Alias" with vpn lol. ~Vyebani User 2023


  3. #18
    Golden^_+Imperator
    Join Date
    March 2008
    Location
    Currently Iceland
    Posts
    4,267

    Downloads: 204  Uploads: 25

    Quote Originally Posted by FareedGamer000 View Post
    Thanks skyward and GraphX of GZ wow
    Ok now i have some questions
    1, How can i add commands like @ping or ban
    2, how can i connect with 42amsterdam and gamezone2r
    3, how can i enable unlimited ammo on my server
    4, how can i make professional server

    If i sucssusfull in my mission i will make 3 or 4 server and i invite my friends
    1, I don't know if there's something on Ostap's website, but there's no step by step tutorial, because each server is different, and it requires some programming skills to be able to set it up for each occasion.
    2, can,t
    3, check moy post above
    4, there's no ready-to-go solution, or tutorial, it requires programming and troubleshooting skills that seemingly are beyond your current level of knowledge unfortunatelly.




    *~>>Devils Ultimate d'Erektor<<~*

    People who lead a very successful business, usually tend to have extremely low freetime which results in depressions.
    The only thing that matters is personal happines and health, money can destroy both.
    ~Amco 2016

    It doesnt matter what you look like, or what stereotype you fulfill as long, as you're modest
    and respectful towards everyone, and feel comfortable about yourself.
    ~Amco 2020

    post your screens? played yesterday? of today? no screens available? No screens of january? december 2022? november 2022? no played matches in sam? hm sad. just stay a "legend" on gz these days. inactive since decades or activ as "Alias" with vpn lol. ~Vyebani User 2023


  4. #19
    PAKPRONESS
    Join Date
    August 2023
    Location
    PAKISTAN
    Posts
    57

    Downloads:Uploads: 0

    BTW thanks u so much

  5. #20
    Golden^_+Imperator
    Join Date
    March 2008
    Location
    Currently Iceland
    Posts
    4,267

    Downloads: 204  Uploads: 25

    These might be helpful, but you'll have to configure them yourself.
    These are the welcome messages and some extra stuff. They'll add the ability for commands like !map, !count to start a countdown, and !stop to stop the countdown timer.
    It's a cheap version of what's on a'dam server. There's no voting for maps, so basically any player can change map at any given point, so keep that in mind.

    I think you'll have to add this to your "init.ini" in your dedicated server's folder:
    SPOILER :

    Code:
    welcome;
    chatmapchange;


    __________________________________________________ _____________________
    Put this in "welcome.ini" file in "Scripts/Commands" folder
    SPOILER :

    Code:
    cmd_cmdOnTick = "if (cmd_tmTick-(FLOAT)(INDEX)(cmd_tmTick/227.00)*227.00 <0.05) {
    sayfromto(1<<ctl_icurrentplayer,-1,\"This one, and the following four lines, are the periodic messages from server\");
    sayfromto(1<<ctl_icurrentplayer,-1,\"Insert second line here\");
    sayfromto(1<<ctl_icurrentplayer,-1,\"Insert third line here\");
    sayfromto(1<<ctl_icurrentplayer,-1,\"Insert fourth line here\");
    sayfromto(1<<ctl_icurrentplayer,-1,\"Insert fifth line here\"); };";
    ser_strMOTD="Insert welcome message here, it will show up in the middle of the screen after a player connects to your server";





    Put this in "chatmapchange.ini" file in "Scripts/Commands" folder
    SPOILER :

    Code:
    cmd_cmdOnChat="if(cmd_strChatMessage==\"!map\") {
    say(\"1 ^r-^cDB7700 Little Trouble\");
    say(\"2 ^r-^cDB9300 Fortress\");
    say(\"3 ^r-^cDBAB01 Yodeller\");
    say(\"4 ^r-^cDBC504 The Lost Tomb\");
    say(\"5 ^r-^cD3DB0B Red Station\");
    say(\"6 ^r-^c83DB04 We Got Skulls'n'Bones Too\");
    say(\"7 ^r-^c33DB0B Compound\");
    say(\"8 ^r-^c33DB0B Hole\");
    say(\"^cffffffType ^cFF6600!map #^cffffff to change map\");
    say(\"^cffffffType ^cFF6600!c^cffffff to cancel the countdown\");
    } else if(cmd_strChatMessage==\"!map 1\") {ded_strLevel=\"Levels\\\\LevelsMP\\\\Deathmatch\\\\DM_LittleTrouble.wld\"; countdownchangemap 8;
    } else if(cmd_strChatMessage==\"!map 2\") {ded_strLevel=\"Levels\\\\LevelsMP\\\\Deathmatch\\\\Fortress.wld\"; countdownchangemap 8;
    } else if(cmd_strChatMessage==\"!map 3\") {ded_strLevel=\"Levels\\\\LevelsMP\\\\Deathmatch\\\\Yodeller.wld\"; countdownchangemap 8;
    } else if(cmd_strChatMessage==\"!map 4\") {ded_strLevel=\"Levels\\\\LevelsMP\\\\Deathmatch\\\\DM_TheLostTomb.wld\"; countdownchangemap 8;
    } else if(cmd_strChatMessage==\"!map 5\") {ded_strLevel=\"Levels\\\\LevelsMP\\\\Deathmatch\\\\RedStation.wld\"; countdownchangemap 8;
    } else if(cmd_strChatMessage==\"!map 6\") {ded_strLevel=\"Levels\\\\LevelsMP\\\\Deathmatch\\\\WeGotSkullsNBonesToo.wld\"; countdownchangemap 8;
    } else if(cmd_strChatMessage==\"!map 7\") {ded_strLevel=\"Levels\\\\LevelsMP\\\\Deathmatch\\\\KuntaKinte.wld\"; countdownchangemap 8;
    } else if(cmd_strChatMessage==\"!map 8\") {ded_strLevel=\"Levels\\\\LevelsMP\\\\Deathmatch\\\\Hole.wld\"; countdownchangemap 8;
    } else if(cmd_strChatMessage==\"!map1\") {ded_strLevel=\"Levels\\\\LevelsMP\\\\Deathmatch\\\\DM_LittleTrouble.wld\"; countdownchangemap 8;
    } else if(cmd_strChatMessage==\"!map2\") {ded_strLevel=\"Levels\\\\LevelsMP\\\\Deathmatch\\\\Fortress.wld\"; countdownchangemap 8;
    } else if(cmd_strChatMessage==\"!map3\") {ded_strLevel=\"Levels\\\\LevelsMP\\\\Deathmatch\\\\Yodeller.wld\"; countdownchangemap 8;
    } else if(cmd_strChatMessage==\"!map4\") {ded_strLevel=\"Levels\\\\LevelsMP\\\\Deathmatch\\\\DM_TheLostTomb.wld\"; countdownchangemap 8;
    } else if(cmd_strChatMessage==\"!map5\") {ded_strLevel=\"Levels\\\\LevelsMP\\\\Deathmatch\\\\RedStation.wld\"; countdownchangemap 8;
    } else if(cmd_strChatMessage==\"!map6\") {ded_strLevel=\"Levels\\\\LevelsMP\\\\Deathmatch\\\\WeGotSkullsNBonesToo.wld\"; countdownchangemap 8;
    } else if(cmd_strChatMessage==\"!map7\") {ded_strLevel=\"Levels\\\\LevelsMP\\\\Deathmatch\\\\KuntaKinte.wld\"; countdownchangemap 8;
    } else if(cmd_strChatMessage==\"! map 1\") {ded_strLevel=\"Levels\\\\LevelsMP\\\\Deathmatch\\\\DM_LittleTrouble.wld\"; countdownchangemap 8;
    } else if(cmd_strChatMessage==\"! map 2\") {ded_strLevel=\"Levels\\\\LevelsMP\\\\Deathmatch\\\\Fortress.wld\"; countdownchangemap 8;
    } else if(cmd_strChatMessage==\"! map 3\") {ded_strLevel=\"Levels\\\\LevelsMP\\\\Deathmatch\\\\Yodeller.wld\"; countdownchangemap 8;
    } else if(cmd_strChatMessage==\"! map 4\") {ded_strLevel=\"Levels\\\\LevelsMP\\\\Deathmatch\\\\DM_TheLostTomb.wld\"; countdownchangemap 8;
    } else if(cmd_strChatMessage==\"! map 5\") {ded_strLevel=\"Levels\\\\LevelsMP\\\\Deathmatch\\\\RedStation.wld\"; countdownchangemap 8;
    } else if(cmd_strChatMessage==\"! map 6\") {ded_strLevel=\"Levels\\\\LevelsMP\\\\Deathmatch\\\\WeGotSkullsNBonesToo.wld\"; countdownchangemap 8;
    } else if(cmd_strChatMessage==\"! map 7\") {ded_strLevel=\"Levels\\\\LevelsMP\\\\Deathmatch\\\\KuntaKinte.wld\"; countdownchangemap 8;
    } else if(cmd_strChatMessage==\"! map1\") {ded_strLevel=\"Levels\\\\LevelsMP\\\\Deathmatch\\\\DM_LittleTrouble.wld\"; countdownchangemap 8;
    } else if(cmd_strChatMessage==\"! map2\") {ded_strLevel=\"Levels\\\\LevelsMP\\\\Deathmatch\\\\Fortress.wld\"; countdownchangemap 8;
    } else if(cmd_strChatMessage==\"! map3\") {ded_strLevel=\"Levels\\\\LevelsMP\\\\Deathmatch\\\\Yodeller.wld\"; countdownchangemap 8;
    } else if(cmd_strChatMessage==\"! map4\") {ded_strLevel=\"Levels\\\\LevelsMP\\\\Deathmatch\\\\DM_TheLostTomb.wld\"; countdownchangemap 8;
    } else if(cmd_strChatMessage==\"! map5\") {ded_strLevel=\"Levels\\\\LevelsMP\\\\Deathmatch\\\\RedStation.wld\"; countdownchangemap 8;
    } else if(cmd_strChatMessage==\"! map6\") {ded_strLevel=\"Levels\\\\LevelsMP\\\\Deathmatch\\\\WeGotSkullsNBonesToo.wld\"; countdownchangemap 8;
    } else if(cmd_strChatMessage==\"! map7\") {ded_strLevel=\"Levels\\\\LevelsMP\\\\Deathmatch\\\\KuntaKinte.wld\"; countdownchangemap 8;
    } else if(cmd_strChatMessage==\"! map8\") {ded_strLevel=\"Levels\\\\LevelsMP\\\\Deathmatch\\\\Hole.wld\"; countdownchangemap 8;
    } else if(cmd_strChatMessage==\"!c\")    {cmd_cmdOnTick=\"\"; welcome;
    } else if(cmd_strChatMessage==\"c!\")    {cmd_cmdOnTick=\"\"; welcome;
    } else if(cmd_strChatMessage==\"!cc\")   {cmd_cmdOnTick=\"\"; welcome;
    } else if(cmd_strChatMessage==\"c!c\")   {cmd_cmdOnTick=\"\"; welcome;
    } else if(cmd_strChatMessage==\"cc!\")   {cmd_cmdOnTick=\"\"; welcome;
    } else if(cmd_strChatMessage==\"!!c\")   {cmd_cmdOnTick=\"\"; welcome;
    } else if(cmd_strChatMessage==\"!c!\")   {cmd_cmdOnTick=\"\"; welcome;
    } else if(cmd_strChatMessage==\"c!!\")   {cmd_cmdOnTick=\"\"; welcome;
    } else if(cmd_strChatMessage==\"!s\")    {cmd_cmdOnTick=\"\"; welcome;
    } else if(cmd_strChatMessage==\"s!\")    {cmd_cmdOnTick=\"\"; welcome;
    } else if(cmd_strChatMessage==\"!ss\")   {cmd_cmdOnTick=\"\"; welcome;
    } else if(cmd_strChatMessage==\"s!s\")   {cmd_cmdOnTick=\"\"; welcome;
    } else if(cmd_strChatMessage==\"ss!\")   {cmd_cmdOnTick=\"\"; welcome;
    } else if(cmd_strChatMessage==\"!!s\")   {cmd_cmdOnTick=\"\"; welcome;
    } else if(cmd_strChatMessage==\"!s!\")   {cmd_cmdOnTick=\"\"; welcome;
    } else if(cmd_strChatMessage==\"s!!\")   {cmd_cmdOnTick=\"\"; welcome;
    } else if(cmd_strChatMessage==\"!stop\") {cmd_cmdOnTick=\"\"; welcome;
    }";





    Put this in "countdownchangemap.ini" file in "Scripts/Commands" folder
    SPOILER :

    Code:
    sam_iVariable1=%1+1;
    cmd_cmdOnTick="
    	if(cmd_tmTick-(FLOAT)(INDEX)(cmd_tmTick/1.00)*1.00 < 0.05) {
            	sam_iVariable1=sam_iVariable1-1;
            	if(sam_iVariable1==0) {
    			NextMap();
                		cmd_cmdOnTick=\"\";
            	} else {
    			Say(\"^cD3DB0BType ^cFFFFFF!c^cD3DB0B to cancel\");
                		Say(\"^cFF6600Map changes in ^cFFFFFF\" + (CTString)sam_iVariable1);
            	}
    	
    	}";





    Put this in "stop" file in "Scripts/Commands" folder REMOVE THE ".ini" OR ".txt" EXTENSION FOR THIS FILE
    SPOILER :

    Code:
    cmd_cmdOnChat="if(cmd_strChatMessage==\"!c\") {
    cmd_cmdOnTick=\"\";
    say(\"^cffffffCountdown stopped\");
    } ";





    Put this in "countdownstop" file in "Scripts/Commands" folder REMOVE THE ".ini" OR ".txt" EXTENSION FOR THIS FILE
    SPOILER :

    Code:
    sam_iVariable1=%1+1;
    cmd_cmdOnTick="
    	if(cmd_tmTick-(FLOAT)(INDEX)(cmd_tmTick/1.00)*1.00 < 0.05) {
            	sam_iVariable1=sam_iVariable1-1;
            	if(sam_iVariable1==0) {
    			NextMap();
                		cmd_cmdOnTick=\"\";
            	} else {
                		Say(\"^cff0000Map will change in \" + (CTString)sam_iVariable1);
            	}
    	}
    ";





    Put this in "chatcountdownstop" file in "Scripts/Commands" folder REMOVE THE ".ini" OR ".txt" EXTENSION FOR THIS FILE
    SPOILER :

    Code:
    cmd_cmdOnChat="if(cmd_strChatMessage==\"!c\") {
    say(\"^c000000Countdown ^cff0000stopped\");
    
    } else if (cmd_strChatMessage==\"!ca\") {; stop;
    } ";





    *~>>Devils Ultimate d'Erektor<<~*

    People who lead a very successful business, usually tend to have extremely low freetime which results in depressions.
    The only thing that matters is personal happines and health, money can destroy both.
    ~Amco 2016

    It doesnt matter what you look like, or what stereotype you fulfill as long, as you're modest
    and respectful towards everyone, and feel comfortable about yourself.
    ~Amco 2020

    post your screens? played yesterday? of today? no screens available? No screens of january? december 2022? november 2022? no played matches in sam? hm sad. just stay a "legend" on gz these days. inactive since decades or activ as "Alias" with vpn lol. ~Vyebani User 2023


  6. #21
    PAKPRONESS
    Join Date
    August 2023
    Location
    PAKISTAN
    Posts
    57

    Downloads:Uploads: 0

    Thanks you alot
    Scripts/Commands folder files not found
    And ammo command not working

  7. #22
    PAKPRONESS
    Join Date
    August 2023
    Location
    PAKISTAN
    Posts
    57

    Downloads:Uploads: 0

    Bro unlimited ammo work
    Bro explain me clearly how to add commands or send me ur scripted folder
    And last question
    How can i make a single weapon server like only sniper and canon shotgun
    Last edited by FareedGamer000; 19.06.2024 at 16:54.

  8. #23
    Golden^_+Imperator
    Join Date
    March 2008
    Location
    Currently Iceland
    Posts
    4,267

    Downloads: 204  Uploads: 25

    Quote Originally Posted by FareedGamer000 View Post
    Thanks you alot
    Scripts/Commands folder files not found
    And ammo command not working
    bro you should create those files bro:
    1. create new .txt document bro
    2. copy-paste the code I sent you bro
    3. save as the filename i specified before each code bro

    Yours truly
    Bro




    *~>>Devils Ultimate d'Erektor<<~*

    People who lead a very successful business, usually tend to have extremely low freetime which results in depressions.
    The only thing that matters is personal happines and health, money can destroy both.
    ~Amco 2016

    It doesnt matter what you look like, or what stereotype you fulfill as long, as you're modest
    and respectful towards everyone, and feel comfortable about yourself.
    ~Amco 2020

    post your screens? played yesterday? of today? no screens available? No screens of january? december 2022? november 2022? no played matches in sam? hm sad. just stay a "legend" on gz these days. inactive since decades or activ as "Alias" with vpn lol. ~Vyebani User 2023


  9. #24
    Golden^_+Imperator
    Join Date
    March 2008
    Location
    Currently Iceland
    Posts
    4,267

    Downloads: 204  Uploads: 25

    Quote Originally Posted by FareedGamer000 View Post
    How can i make a single weapon server like only sniper and canon shotgun
    You need "Rockets Forever" extension, you can download it here bro:
    https://drive.google.com/file/d/1Efp...zNV92J-V1/view
    Paste the files in your serious sam folder

    then add this to your init.ini of your server:
    rf_iMode=5

    each number corresponds to different game mode, I'll list them here:
    0 = Normal Mode,
    1 = RF Jump Mode,
    2 = RF Jump Mode (No Grenade Launcher),
    3 = RF Deathmatch,
    4 = RF Deathmatch (No Grenade Launcher),
    5 = Shotguns Only,
    6 = Cannons Only,
    7 = Snipers Only

    rf_iMode=7 would be snipers only




    *~>>Devils Ultimate d'Erektor<<~*

    People who lead a very successful business, usually tend to have extremely low freetime which results in depressions.
    The only thing that matters is personal happines and health, money can destroy both.
    ~Amco 2016

    It doesnt matter what you look like, or what stereotype you fulfill as long, as you're modest
    and respectful towards everyone, and feel comfortable about yourself.
    ~Amco 2020

    post your screens? played yesterday? of today? no screens available? No screens of january? december 2022? november 2022? no played matches in sam? hm sad. just stay a "legend" on gz these days. inactive since decades or activ as "Alias" with vpn lol. ~Vyebani User 2023


  10. #25
    PAKPRONESS
    Join Date
    August 2023
    Location
    PAKISTAN
    Posts
    57

    Downloads:Uploads: 0

    Bro i need to do
    Save as .ini or .txt file please tell last question

  11. #26
    Golden^_+Imperator
    Join Date
    March 2008
    Location
    Currently Iceland
    Posts
    4,267

    Downloads: 204  Uploads: 25

    .ini, except the ones I marked red, those ones you save without anything at the end of the name
    When you create a new document it's .txt by default, you need to change it to .ini bro




    *~>>Devils Ultimate d'Erektor<<~*

    People who lead a very successful business, usually tend to have extremely low freetime which results in depressions.
    The only thing that matters is personal happines and health, money can destroy both.
    ~Amco 2016

    It doesnt matter what you look like, or what stereotype you fulfill as long, as you're modest
    and respectful towards everyone, and feel comfortable about yourself.
    ~Amco 2020

    post your screens? played yesterday? of today? no screens available? No screens of january? december 2022? november 2022? no played matches in sam? hm sad. just stay a "legend" on gz these days. inactive since decades or activ as "Alias" with vpn lol. ~Vyebani User 2023


  12. #27
    PAKPRONESS
    Join Date
    August 2023
    Location
    PAKISTAN
    Posts
    57

    Downloads:Uploads: 0

    Hey bro can come my home to expain me or u have any other platform to unterstan me
    And i saved all file in Script/command folder using .ini
    But not working u have any other social account to expain me
    Or gave me ur script folder
    And what is command to change map
    What i need to do to change map
    And why i cannot attach my server to 42 amsterdam
    Sorry for poor english
    Last edited by FareedGamer000; 19.06.2024 at 21:24.

  13. #28
    Banned
    Join Date
    May 2009
    Location
    Unstable
    Posts
    9,831

    Downloads: 71  Uploads: 0

    yeah Graph, come to his home already, what are you waiting for?

  14. #29
    PAKPRONESS
    Join Date
    August 2023
    Location
    PAKISTAN
    Posts
    57

    Downloads:Uploads: 0

    Dont worry i am with my grandfather

  15. #30
    Golden^_+Imperator
    Join Date
    March 2008
    Location
    Currently Iceland
    Posts
    4,267

    Downloads: 204  Uploads: 25

    on my way




    *~>>Devils Ultimate d'Erektor<<~*

    People who lead a very successful business, usually tend to have extremely low freetime which results in depressions.
    The only thing that matters is personal happines and health, money can destroy both.
    ~Amco 2016

    It doesnt matter what you look like, or what stereotype you fulfill as long, as you're modest
    and respectful towards everyone, and feel comfortable about yourself.
    ~Amco 2020

    post your screens? played yesterday? of today? no screens available? No screens of january? december 2022? november 2022? no played matches in sam? hm sad. just stay a "legend" on gz these days. inactive since decades or activ as "Alias" with vpn lol. ~Vyebani User 2023


 

 
Page 2 of 6 FirstFirst 1234 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •