[GameMode] [GM] Deadly Combinations A/D
#41

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
Reply
#42

Quote:
Originally Posted by whitetigerswt
Посмотреть сообщение
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
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
Reply
#43

Where is OperServ? d:
Reply
#44

Can you add /ban, /kick, /warn, /unban commands?... something works with your server
Reply
#45

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.
Reply
#46

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
Reply
#47

Pictures??
Reply
#48

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.
Reply
#49

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..
Reply
#50

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
Reply
#51

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.
Reply
#52

How can i install it, how to put gamemode name in server.txt file, and which file name would be put in it?
Reply
#53

You cant edit it from server.cfg, it has to be done maunaully from within the gamemode.
Reply
#54

Bro i want to put Gm name in server.cfg file how and which Gm file name? thats can my server can start!
Reply
#55

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
Reply
#56

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.
Reply
#57

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]
Reply
#58

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
Reply
#59

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


Reply
#60

[23:05:26] Deadly Combinations supports a maximum of 100 server slots...

You have 500, change it to a lower number lol
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)