[GameMode] [GM] Basic Clan War Gamemode
#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


Messages In This Thread
[GM] Basic Clan War Gamemode - by BurningSWA - 24.01.2010, 18:23
Re: [GM] Basic Clan War Gamemode - by Nabb0x70 - 25.01.2010, 14:22
Re: [GM] Basic Clan War Gamemode - by _Gangster_ - 25.01.2010, 15:29
Re: [GM] Basic Clan War Gamemode - by BurningSWA - 25.01.2010, 15:43
Re: [GM] Basic Clan War Gamemode - by lifestealer4samp - 16.03.2010, 16:51
Re: [GM] Basic Clan War Gamemode - by lifestealer4samp - 16.03.2010, 18:09
Re: [GM] Basic Clan War Gamemode - by BurningSWA - 17.03.2010, 17:44
Re: [GM] Basic Clan War Gamemode - by BurningSWA - 17.03.2010, 17:50
Re: [GM] Basic Clan War Gamemode - by MaykoX - 17.03.2010, 17:53
Re: [GM] Basic Clan War Gamemode - by BurningSWA - 18.03.2010, 16:17
Re: [GM] Basic Clan War Gamemode - by Nabb0x70 - 23.06.2010, 13:26
Re: [GM] Basic Clan War Gamemode - by andreyeu2007 - 24.06.2010, 08:53
Re: [GM] Basic Clan War Gamemode - by (LifeStealeR) - 01.02.2011, 10:05

Forum Jump:


Users browsing this thread: 2 Guest(s)