A /Kill FS or Command for Server.
#3

first get an admin script like Ladmin indeed....
then variables will tell if the person is jailed look:
this is in LuxAdmin not Ladmin
pawn Код:
AccInfo[player1][Jailed] = 1;
this line is on dcmd_jail
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!");
see...... btw Mean,
Quote:

Why would others see that u suicided?

its their choice not yours.....
if he wants it that way... help him that way
Reply


Messages In This Thread
A /Kill FS or Command for Server. - by Tommy_Connin - 08.09.2010, 09:47
Re: A /Kill FS or Command for Server. - by Mean - 08.09.2010, 16:40
Re: A /Kill FS or Command for Server. - by Mike_Peterson - 08.09.2010, 17:34
Re: A /Kill FS or Command for Server. - by Tommy_Connin - 08.09.2010, 18:21
Re: A /Kill FS or Command for Server. - by Tommy_Connin - 09.09.2010, 06:18

Forum Jump:


Users browsing this thread: 1 Guest(s)