[GM] Basic Clan War Gamemode -
BurningSWA - 24.01.2010
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
Re: [GM] Basic Clan War Gamemode -
Nabb0x70 - 25.01.2010
I like your simple scripts,good idea +1
Re: [GM] Basic Clan War Gamemode -
_Gangster_ - 25.01.2010
Код:
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);
}
}
}
Re: [GM] Basic Clan War Gamemode -
BurningSWA - 25.01.2010
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
Re: [GM] Basic Clan War Gamemode -
lifestealer4samp - 16.03.2010
Man link doesn't work
Re: [GM] Basic Clan War Gamemode -
lifestealer4samp - 16.03.2010
Link Doesn't work
Re: [GM] Basic Clan War Gamemode -
BurningSWA - 17.03.2010
strange

ill re-make it
Re: [GM] Basic Clan War Gamemode -
BurningSWA - 17.03.2010
fixed
Re: [GM] Basic Clan War Gamemode -
MaykoX - 17.03.2010
Not bad for a beginner

I'll may use this as Base for Clan War gamemode (just for clanwars)
Re: [GM] Basic Clan War Gamemode -
BurningSWA - 18.03.2010
ey,
im not a begginner anymore,but this was one of my fist scripts
Re: [GM] Basic Clan War Gamemode -
Nabb0x70 - 23.06.2010
Fix link please.
Re: [GM] Basic Clan War Gamemode -
andreyeu2007 - 24.06.2010
Link Dead.
Re: [GM] Basic Clan War Gamemode -
(LifeStealeR) - 01.02.2011
link is death , please replace it.