Re: [GM] Deadly Combinations A/D -
Whitetiger - 18.05.2011
code in /balance ->
http://pastebin.com/DEey5jkr
code in /shuffle ->
http://pastebin.com/ZjWQC9Rh
/shuffle results in the same thing as /balance.. idk what else to tell you man, they do the same thing and it can be reproduced anytime you type it
Re: [GM] Deadly Combinations A/D -
Proteus - 18.05.2011
Quote:
Originally Posted by whitetigerswt
|
you are forgetting that shuffle does this:
Код:
for(new i = 0; i <= Server[HighestID]; i ++)
{
if(IsPlayerConnected(i) && Player[i][pSpawned] == true && Player[i][setToPlay] == true && (Player[i][pTeam] == T_AWAY || Player[i][pTeam] == T_HOME))
{
new tid = random(1);
if (tid == 0) {
SetPlayerTeamEx(i, T_HOME);
} else if (tid == 1) {
SetPlayerTeamEx(i, T_AWAY);
}
}
}
Switches everyone to a random team, then it balances the teams same as balance after. There is a difference. I even discussed this with devastator to make sure im not crazy.
lol
Re: [GM] Deadly Combinations A/D -
Minds - 02.06.2011
Where is OperServ? d:
Re: [GM] Deadly Combinations A/D -
Hitman-97- - 03.06.2011
Can you add /ban, /kick, /warn, /unban commands?... something works with your server
Re: [GM] Deadly Combinations A/D -
Proteus - 04.06.2011
Quote:
Originally Posted by Minds
Where is OperServ? d:
|
I keep slacking on that, add me to xfire if u want me to send you my personal updated copy.
Quote:
Originally Posted by Hitman-97-
Can you add /ban, /kick, /warn, /unban commands?... something works with your server
|
D/C has a addon filterscript called Services, which adds all those commands but ive been slacking on releasing it. Its what that guy just mentioned ^^. You can also add me on xfire to get it if you wish.
Re: [GM] Deadly Combinations A/D -
Hitman-97- - 04.06.2011
Well... I don't have xFire
... can you upload it via megaupload and then send me the link? via pms or email
hitman-97-@hotmail.com
Re: [GM] Deadly Combinations A/D -
smokeweed - 16.01.2012
Pictures??
Re: [GM] Deadly Combinations A/D -
Proteus - 16.01.2012
There was pictures but they were removed because they were old... I dont have any on hand right now but I can give you IP to a server running this gamemode:
[SVA] Spring-Vale Clan Wars
Address: 78.129.251.68:7777
Mode: D.C. - A/D v8.4.1
Map: Lobby
^ I do not own this server.
Re: [GM] Deadly Combinations A/D -
T4Ka_ - 30.01.2012
I made all files in the server database.. change server.cfg gamemode to combinations 1 and the server doesnt start.
what's wrong?
I only have combinations.pwn tho..
Respuesta: [GM] Deadly Combinations A/D -
IvaaN. - 09.02.2012
Maaan i have all fine but dont work |- cannot read from file: "zcmd" -|
Код:
combinations.pwn(330) : fatal error 100: cannot read from file: "zcmd"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Just like cheek DC
Re: Respuesta: [GM] Deadly Combinations A/D -
Mark™ - 09.02.2012
Quote:
Originally Posted by IvaaN.
Maaan i have all fine but dont work |- cannot read from file: "zcmd" -|
Код:
combinations.pwn(330) : fatal error 100: cannot read from file: "zcmd"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Just like cheek DC
|
http://solidfiles.com/d/4cc8/ download that file, put it in your pawno>include and hit F5.
Re: [GM] Deadly Combinations A/D -
TrOjaN_ - 11.05.2012
How can i install it, how to put gamemode name in server.txt file, and which file name would be put in it?
Re: [GM] Deadly Combinations A/D -
RanSEE - 11.05.2012
You cant edit it from server.cfg, it has to be done maunaully from within the gamemode.
Re: [GM] Deadly Combinations A/D -
TrOjaN_ - 11.05.2012
Bro i want to put Gm name in server.cfg file how and which Gm file name? thats can my server can start!
Re: [GM] Deadly Combinations A/D -
[ABK]Antonio - 11.05.2012
Quote:
Originally Posted by TrOjaN_
Bro i want to put Gm name in server.cfg file how and which Gm file name? thats can my server can start!
|
put combinations
Re: [GM] Deadly Combinations A/D -
TrOjaN_ - 11.05.2012
I put it.
SA-MP Dedicated Server
----------------------
v0.3e, ©2005-2012 SA-MP Team
[22:50:12]
[22:50:12] Server Plugins
[22:50:12] --------------
[22:50:12] Loaded 0 plugins.
[22:50:12] I couldn't load any gamemode scripts. Please verify your server.cfg
[22:50:12] It needs a gamemode0 line at the very least.
Re: [GM] Deadly Combinations A/D -
TrOjaN_ - 11.05.2012
echo Executing Server Config...
lanmode 1
rcon_password 127001
maxplayers 500
port 7777
hostname SA-MP 0.3 Server
gamemode0 combinations 1
filterscripts gl_actions gl_property gl_realtime gl_mapicon ls_elevator test_cmds ls_mall attachments
announce 0
query 1
weburl
www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
Re: [GM] Deadly Combinations A/D -
[ABK]Antonio - 11.05.2012
Quote:
Originally Posted by TrOjaN_
I put it.
SA-MP Dedicated Server
----------------------
v0.3e, ©2005-2012 SA-MP Team
[22:50:12]
[22:50:12] Server Plugins
[22:50:12] --------------
[22:50:12] Loaded 0 plugins.
[22:50:12] I couldn't load any gamemode scripts. Please verify your server.cfg
[22:50:12] It needs a gamemode0 line at the very least.
|
Quote:
Originally Posted by TrOjaN_
echo Executing Server Config...
lanmode 1
rcon_password 127001
maxplayers 500
port 7777
hostname SA-MP 0.3 Server
gamemode0 combinations 1
filterscripts gl_actions gl_property gl_realtime gl_mapicon ls_elevator test_cmds ls_mall attachments
announce 0
query 1
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
|
compile it then try
Re: [GM] Deadly Combinations A/D -
TrOjaN_ - 11.05.2012
How to compile. ?
Now this happening!
[23:05:26]
[23:05:26] Server Plugins
[23:05:26] --------------
[23:05:26] Loaded 0 plugins.
[23:05:26]
[23:05:26] Filterscripts
[23:05:26] ---------------
[23:05:26] Loading filterscript 'base.amx'...
[23:05:26]
--Base FS loaded.
[23:05:26] Loading filterscript 'interiors.amx'...
[23:05:26] Loaded 2 filterscripts.
[23:05:26] Deadly Combinations supports a maximum of 100 server slots...
[23:05:26] Please change maxplayers in server.cfg to a lower number!
[23:05:26] ----------------------------------------------------
[23:05:26] Loading Deadly Combinations.....
[23:05:26] -> 9 Duels Loaded
[23:05:26] -> 2 DMs Loaded
[23:05:26] -> 11 Teleports Loaded
[23:05:26] -> Server Variables Loaded
[23:05:27] -> Main Server Config Loaded
[23:05:27] -> Menus Loaded
[23:05:27]
[23:05:27] *** Deadly Combinations v8.4.1 Initiated!
[23:05:27] *** Created by: Raekwon & Devastator (R.I.P. [KR])
[23:05:27] |- Development Team: Raekwon, Devastator, WhiteTiger, playMaker
[23:05:27]
----------------------------------------------------
[23:05:27] Number of vehicle models: 0
[23:05:32] --- Server Shutting Down.
[23:05:32] D.C. Gamemode Exit
Re: [GM] Deadly Combinations A/D -
[ABK]Antonio - 11.05.2012
[23:05:26] Deadly Combinations supports a maximum of 100 server slots...
You have 500, change it to a lower number lol