08.09.2010, 17:34
first get an admin script like Ladmin indeed....
then variables will tell if the person is jailed look:
this is in LuxAdmin not Ladmin
this line is on dcmd_jail
then on dcmd_kill
check if the person is jailed yes or no by
see...... btw Mean,
its their choice not yours.....
if he wants it that way... help him that way
then variables will tell if the person is jailed look:
this is in LuxAdmin not Ladmin
pawn Код:
AccInfo[player1][Jailed] = 1;
then on dcmd_kill
check if the person is jailed yes or no by
pawn Код:
if(AccInfo[player1][Jailed] == 1) return SendClientMessage(playerid, COLOR_ERROR, "ERROR: You cannot do that while Jailed!");
Quote:
Why would others see that u suicided? |
if he wants it that way... help him that way