23.06.2013, 23:55
(
Последний раз редактировалось Ananisiki; 15.12.2013 в 18:58.
)
^^^^^^^^
if(pInfo[killerid][pAdminDuty] == false)
if(pInfo[killerid][pAduty] == 0)
{
//Then your code
}
else
{
SendClientMessage(playerid, -1, "You have been killed unfairly, you have not lossed any money nor score");
return 1;
}
onplayerdeath { if(killerid != INVALID_PLAYER_ID) { if(IsPlayerAdmin(killerid)) return 1; else { lose money score--; ShowDeathMessage } } return 1; } |