11.08.2011, 17:21
Код:
public OnPlayerDeath(playerid, killerid, reason) { if(GetPlayerTeam(killerid) == TEAM_GANG) { SendClientMessage(killerid, -1, "You have killed someone you may get caught by the police"); } return 1; }
public OnPlayerDeath(playerid, killerid, reason) { if(GetPlayerTeam(killerid) == TEAM_GANG) { SendClientMessage(killerid, -1, "You have killed someone you may get caught by the police"); } return 1; }