Anti Team-Kill
#5

Quote:
Originally Posted by nor15
Посмотреть сообщение
can you make it in code , can't get it , or is there a tutorial or something like this
Just use this to setup your teams..
pawn Код:
stock TeamOne
{
     SetPlayerTeam(playerid, TeamOne);
     TeamVariable[playerid] = TeamOne;
     return 1;
}

stock TeamTwo
{
     SetPlayerTeam(playerid, TeamTwo);
     TeamVariable[playerid] = TeamTwo;
     return 1;
}
That will prevent players from the same team kill each other. Recommended to use this stocks OnPlayerRequestClass.
Reply


Messages In This Thread
Anti Team-Kill - by nor15 - 30.05.2013, 01:36
Re: Anti Team-Kill - by Onfroi - 30.05.2013, 01:39
Re: Anti Team-Kill - by Hoborific - 30.05.2013, 01:40
Re: Anti Team-Kill - by nor15 - 30.05.2013, 01:41
Re: Anti Team-Kill - by Onfroi - 30.05.2013, 01:47
Re: Anti Team-Kill - by nor15 - 30.05.2013, 02:25
Re: Anti Team-Kill - by nor15 - 30.05.2013, 10:24
Re: Anti Team-Kill - by Guest123 - 30.05.2013, 10:27
Re: Anti Team-Kill - by nor15 - 30.05.2013, 12:02
Re: Anti Team-Kill - by GiamPy. - 30.05.2013, 12:03

Forum Jump:


Users browsing this thread: 2 Guest(s)