09.08.2010, 06:10
Ok i was looking around the samp forum to find an anti-team kill. So this team kill should take no damage to a player on the attackers team and they said "Use SetPlayerTeam" so i used it but im not sure if my code will work. So can you guys check my code.
my code:
Thanks Lorenc, sorry for the awful grammar, in a rush :P
my code:
pawn Код:
if(gTeam[killerid] == gTeam[playerid]) {
SetPlayerTeam(playerid, (What do i add here?) );
}
Thanks Lorenc, sorry for the awful grammar, in a rush :P