If you can't put a file in a folder called plugins and add the name in your server.cfg and need a tutorial for that you should give up running a server and stick to playing.
Re: Total War DM
« Reply #15, on January 21st, 2016, 05:56 PM »
If you can't put a file in a folder called plugins and add the name in your server.cfg and need a tutorial for that you should give up running a server and stick to playing.
Update plugins and server.exe and open server.cfg via notepad or any other text editor and check that plugin name is written there or not
[=vcmpschats.net=] Connecting To 192.168.1.2:8192
[=vcmpschats.net=] Connection Success. Loading Server Info
[=vcmpschats.net=] Server : [Info] Please Register to Play . Syntax : /register <password>
[=vcmpschats.net=] [DmC_R]DeaTh_LighT.^ : /register ************ <personal>
[=vcmpschats.net=] [DmC_R]DeaTh_LighT.^ : /set
[=vcmpschats.net=] Server : [Info]Please Register / Login to use Commands
[=vcmpschats.net=] Quit Server
DoneQuote from Kusanagi on January 21st, 2016, 06:43 PM Update plugins and server.exe and open server.cfg via notepad or any other text editor and check that plugin name is written there or not
BTW @Debian how do i register when i use Register nothing changes instead
[=vcmpschats.net=] Connecting To 192.168.1.2:8192
[=vcmpschats.net=] Connection Success. Loading Server Info
[=vcmpschats.net=] Server : [Info] Please Register to Play . Syntax : /register <password>
[=vcmpschats.net=] [DmC_R]DeaTh_LighT.^ : /register ************ <personal>
[=vcmpschats.net=] [DmC_R]DeaTh_LighT.^ : /set
[=vcmpschats.net=] Server : [Info]Please Register / Login to use Commands
[=vcmpschats.net=] Quit Server
or when i used to change script was
[=vcmpschats.net=] Connecting to 192.168.1.2:8192
[=vcmpschats.net=] Connection Success. Loading Server info
[=vcmpschats.net=] Server : [Info] Please Register to Play . Syntax : /register <password>
[=vcmpschats.net=] [DmC_R]DeaTh_LighT.^ : /register ************ <personal>
[=vcmpschats.net=] [ERROR]You Don't have access to use this command <WTF ?>
[=vcmpschats.net=] Server Quit
And can u help me how to be a server owner when ever i change stats to 10 every body having 10 so plz help how do i use to be a server Owner
[=vcmpschats.net=]Please Register to Play with /register <password>
[=vcmpschats.net=] User (me): /register 778899778899 <its a wrong password>
[=vcmpschats.net=] User (me): /owner 192.168.1.9
[=vcmpschats.net=] Server : Please Register / login to play
i can't Identify the problem so plz find it
WTF /set , can i get how to do it ?
/set kills ProToza_RD 500
else if (cmd == "set"){
if ( params.len() < 3) MessagePlayer(msg.C +"/"+ cmd +" <kills/deaths/cash/level/ip> <Nick/ID> <Number>", player );
else if ( !IsNum(params[2]) && (params[0].tolower() != "ip") ) MessagePlayer(msg.C +" /"+ cmd +" <kills/deaths/cash/level/ip> <Nick/ID> <Number>", player );
else {
local plr = GetPlayer( params[1] );
if( !plr ){
MessagePlayer("Error - Unknown player", player );
return 0;
}
if(params[0].tolower() == "kills"){
stats[ plr.ID ].Kills += params[2].tointeger();
Message( msg.I +" Admin "+ player.Name +" has set "+ plr.Name +" kills to:"+ params[2] );
}
else if (params[0].tolower() == "deaths"){
stats[ plr.ID ].Deaths += params[2].tointeger();
Message(msg.I + " Admin "+ player.Name +" has set "+ plr.Name +" deaths to:"+ params[2] );
}
else if (params[0].tolower() == "cash"){
stats[ plr.ID ].Cash += params[2].tointeger();
player.Cash = stats[ plr.ID ].Cash;
Message(msg.I + " Admin "+ player.Name +" has set "+ plr.Name +" cash to:"+ params[2] );
}
else if (params[0].tolower() == "level"){
stats[ plr.ID ].Level += params[2].tointeger();
Message(msg.I + " Admin "+ player.Name +" has set "+ plr.Name +" level to:"+ params[2] );
}
else if (params[0].tolower() == "ip"){
stats[ plr.ID ].LastUsedIP = params[2];
Message( msg.I + " Admin "+ player.Name +" has changed "+ plr.Name +"'s ip." );
}
else MessagePlayer(msg.C + " /"+ cmd +" <kills/deaths/cash/level/ip> <Nick/ID> <Number>", player );
}
}
Update plugins and server.exe and open server.cfg via notepad or any other text editor and check that plugin name is written there or not
[=vcmpschats.net=] Connecting To 192.168.1.2:8192
[=vcmpschats.net=] Connection Success. Loading Server Info
[=vcmpschats.net=] Server : [Info] Please Register to Play . Syntax : /register <password>
[=vcmpschats.net=] [DmC_R]DeaTh_LighT.^ : /register ************ <personal>
[=vcmpschats.net=] [DmC_R]DeaTh_LighT.^ : /set
[=vcmpschats.net=] Server : [Info]Please Register / Login to use Commands
[=vcmpschats.net=] Quit Server