How to use TeamKill Protection
#18

Quote:
Originally Posted by snoob
View Post
On a continuous note to what snoob posted, this tutorial could of been.

Quote:
Originally Posted by Carlton's Simple Example
- Anti Team Kill Tutorial
pawn Code:
#define TEAM_BLUE 1
#define TEAM_RED 2

public OnGameModeInit() {
     AddPlayerClass(...);
     AddPlayerClass(...);
     return 1;
}

public OnPlayerRequestClass(playerid, classid) {
     switch(classid) {
          case 0: SetPlayerTeam(playerid, TEAM_BLUE);
          case 1: SetPlayerTeam(playerid, TEAM_RED);
     }
     return 1;
}
No one gets killed if they are on the same team, tutorial, finished.
There should of been nothing with variables and functions involved and copied from the SA:MP Wikipedia. Not to be an ass or whatever, but just saying, it's not very useful as a tutorial.
Reply


Messages In This Thread
HowTo: Create Punishment for TeamKill - by ToPhrESH - 12.07.2010, 19:33
Re: How to use TeamKill Protection - by Hiddos - 12.07.2010, 19:38
Re: How to use TeamKill Protection - by ToPhrESH - 12.07.2010, 19:49
Re: How to use TeamKill Protection - by Hiddos - 12.07.2010, 19:55
Re: How to use TeamKill Protection - by MikkelGutten - 12.07.2010, 20:01
Re: How to use TeamKill Protection - by Grim_ - 12.07.2010, 20:39
Re: How to use TeamKill Protection - by Aleluja - 12.07.2010, 21:16
Re: How to use TeamKill Protection - by ToPhrESH - 12.07.2010, 21:41
Re: How to use TeamKill Protection - by Grim_ - 12.07.2010, 21:44
Re: How to use TeamKill Protection - by ToPhrESH - 12.07.2010, 21:59
Re: How to use TeamKill Protection - by Hiddos - 13.07.2010, 10:33
Re: How to use TeamKill Protection - by iZN - 13.07.2010, 10:36
Re: How to use TeamKill Protection - by Grim_ - 13.07.2010, 14:32
Re: How to use TeamKill Protection - by ToPhrESH - 13.07.2010, 21:59
Re: How to use TeamKill Protection - by Nonameman - 14.07.2010, 00:31
Re: How to use TeamKill Protection - by ToPhrESH - 14.07.2010, 04:21
Re: How to use TeamKill Protection - by snoob - 14.07.2010, 04:28
Re: How to use TeamKill Protection - by Carlton - 14.07.2010, 04:38
Re: How to use TeamKill Protection - by Grim_ - 14.07.2010, 04:50

Forum Jump:


Users browsing this thread: 1 Guest(s)