[GameMode] [GM] Basic Clan War Gamemode
#1

i made two basic Clanwar scripts.
_________________________________________________

the first ClanWar script ends after after a vew minutes (whatever you use).
at the end of the match everyone will be frozen and the Rcon admin(s) must do /restart to do the next one.
Download (uploadffs)
download (uploadffs)


_________________________________________________

the secound one ends after some kills (normaly 20 but you can chage that).
after that everyone will be frozen and the admins have to do /restart
downlaod
Reply
#2

I like your simple scripts,good idea +1
Reply
#3

Код:
public END()
{
	GameTextForAll("END OF THE GAME",12000,5);
	SendClientMessageToAll(SYSTEM,"Pres TAB to see the final scores");
	TogglePlayerControllable(0,0);
	TogglePlayerControllable(2,0);
	TogglePlayerControllable(3,0);
	TogglePlayerControllable(4,0);
	TogglePlayerControllable(5,0);
	TogglePlayerControllable(6,0);
	TogglePlayerControllable(7,0);
	TogglePlayerControllable(8,0);
	TogglePlayerControllable(9,0);
	TogglePlayerControllable(1,0);
}
Why not..

Код:
public END()
{
	GameTextForAll("END OF THE GAME",12000,5);
	SendClientMessageToAll(SYSTEM,"Pres TAB to see the final scores");
	for(new i = 0; i < 200; i++)
    {
     if(IsPlayerConnected(i))
     {
     TogglePlayerControllable(i,0);
     }
    }
}
Reply
#4

Quote:
Originally Posted by _Gangster_
Код:
public END()
{
	GameTextForAll("END OF THE GAME",12000,5);
	SendClientMessageToAll(SYSTEM,"Pres TAB to see the final scores");
	TogglePlayerControllable(0,0);
	TogglePlayerControllable(2,0);
	TogglePlayerControllable(3,0);
	TogglePlayerControllable(4,0);
	TogglePlayerControllable(5,0);
	TogglePlayerControllable(6,0);
	TogglePlayerControllable(7,0);
	TogglePlayerControllable(8,0);
	TogglePlayerControllable(9,0);
	TogglePlayerControllable(1,0);
}
Why not..

Код:
public END()
{
	GameTextForAll("END OF THE GAME",12000,5);
	SendClientMessageToAll(SYSTEM,"Pres TAB to see the final scores");
	for(new i = 0; i < 200; i++)
    {
     if(IsPlayerConnected(i))
     {
     TogglePlayerControllable(i,0);
     }
    }
}
TNX m8 i needed that :P
new download availible
Reply
#5

Man link doesn't work
Reply
#6

Link Doesn't work
Reply
#7

strange
ill re-make it
Reply
#8

fixed
Reply
#9

Not bad for a beginner I'll may use this as Base for Clan War gamemode (just for clanwars)
Reply
#10

ey,
im not a begginner anymore,but this was one of my fist scripts
Reply
#11

Fix link please.
Reply
#12

Link Dead.
Reply
#13

link is death , please replace it.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)