20.03.2013, 11:42
I made anti team kill OnPlayerDeath
Now the playerid will get a dialog to punish killerid
So how can I get killerid to OnDialogResponse
example
pawn Код:
if(gTeam[killerid] == gTeam[playerid])
So how can I get killerid to OnDialogResponse
example
pawn Код:
case 0:// The first item listed
{
SendClientMessage(killerid, red, "....");
}

