AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   CS:S DM (https://forums.alliedmods.net/forumdisplay.php?f=77)
-   -   CS:S DM 2.1.4 Released (June 25, 2011) (https://forums.alliedmods.net/showthread.php?t=160097)

YoUrEnD 11-03-2015 05:12

Re: CS:S DM 2.1.4 Released (June 25, 2011)
 
it does not work on my server... on start i want to choose a weapon ( push "1" for "New Weapons" push "4" for Deagle) after this the server crash :/

oneredrum 08-19-2016 12:53

Re: CS:S DM 2.1.4 Released (June 25, 2011)
 
man i followed the instructions step by step..
using steamCMD i created my own server...
install Metamod+Sourcemod+Deathmatch 2.1.6 (done that)
everything is cool..

except this part
when i join the server it works fine with gun menu, when i add bot the server crashes.
_____________________________________________ ______________________________________
http://i.imgur.com/MzOvKYM.jpg

Smesh 02-13-2021 09:40

Re: CS:S DM 2.1.4 Released (June 25, 2011)
 
if (lastmap[0] != '\0')
{
//ServerCommand("changelevel %s", lastmap);
RequestFrame(rf_naxtmap);
}

rf_naxtmap()
{
new String:lastmap[64];
GetNextMap(lastmap, 64);
ServerCommand("changelevel %s", lastmap);
}

make able to choose type of mapchanging


All times are GMT -4. The time now is 10:49.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.