23.06.2012, 02:00
Hey guys i wanna know how to do this
If team1 player kill team2 player, then setplayerid to team1
How to do that?
If team1 player kill team2 player, then setplayerid to team1
How to do that?
OnPlayerDeath(playerid,killerid,reason) { if(GetPlayerTeam(killerid) == 1) { SetPlayerTeam(playerid,2); } return 1; }