A /Kill FS or Command for Server.
#4

Quote:
Originally Posted by Mean
Посмотреть сообщение
Or you could just put
pawn Код:
dcmd_kill(playerid,params[]) {
    #pragma unused params
    new string[100];
    return SetPlayerHealth(playerid,0);
}
Why would others see that u suicided?
But overall good work
Well, Basically That is too simple for what i need =/ and The Message is basically to tell new player's there able to /kill instead of asking for someone to kill them.

Quote:
Originally Posted by Mike_Peterson
Посмотреть сообщение
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,
its their choice not yours.....
if he wants it that way... help him that way
Well, I have Ladmin I like the Menus and stuff, But I can't get Playerjailed into it =S or the Wanted Levels. There kinda big Bugs that prevent them from getting Caught by the Police.

I didn't really want to switch Admin Script's Unless that's about the only way, I can't seem to get it right every time I try in Ladmin =_=


Edit: I tried Luxadmin and I'm getting an Error with player1, "error 017: undefined symbol "player1" As a newbie... I ended up trying "playerid" instead of "player1" but that won't work either.
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)