15.12.2015, 11:29
i have this command
i need if any enemy player around him , he cant use this command.
Код:
CMD:kill(playerid, params[])
{
SetPlayerHealth(playerid, 0);
return 1;
}


