26.08.2011, 04:41
I wanted to create a Team Kill Punishment menu and the person who got killed would choose the punishment...
But how would I punish the team killer? What would I put under onplayerselectmenurow?
pawn Code:
if(Team[killerid] == Team[playerid])
{
ShowMenuForPlayer(playerid,punish);
}