World of Scripters!

Filterscripts. => Commands. => Topic started by: Y_Less on July 22, 2012, 05:57:04 pm


Title: Command /killme USING ZCMD
Post by: Y_Less on July 22, 2012, 05:57:04 pm
I'm here presenting you this command called /kill Using Zcmd
Code: [Select]
#define Color_RED 0xAA3333AA
Code: [Select]
CMD:killme(playerid,params[])
{
    SetPlayerHealth(playerid, 0);
    SendClientMessage(playerid,red,"[SYSTEM]You have been killed Sucsessfully!");
    return 1;
}
Title: Re: Command /killme USING ZCMD
Post by: Lordz on July 22, 2012, 06:31:26 pm
You're the first one to post a cmd here.
Nice command,keep going.
Title: Re: Command /killme USING ZCMD
Post by: Devilxz97 on July 26, 2012, 05:20:50 am
Quote
I'm here presenting you this command called /kill Using Zcmd
Code: [Select]

#define Color_RED            0xAA3333AA

Code: [Select]

CMD:killme(playerid,params[])
{
    SetPlayerHealth(playerid, 0);
    SendClientMessage(playerid,red,"[SYSTEM]You have been killed Sucsessfully!");
    return 1;
}

i dont think this is the real Y_Less . .
Title: Re: Command /killme USING ZCMD
Post by: Lordz on July 26, 2012, 05:24:04 am
Quote
I'm here presenting you this command called /kill Using Zcmd
Code: [Select]

#define Color_RED            0xAA3333AA

Code: [Select]

CMD:killme(playerid,params[])
{
    SetPlayerHealth(playerid, 0);
    SendClientMessage(playerid,red,"[SYSTEM]You have been killed Sucsessfully!");
    return 1;
}

i dont think this is the real Y_Less . .

It isnt.
Anyone can put anyname except abusive words.
If someone puts his name JohnCena,will that person be Johncena?
Same like that Y_Less is a famous guy,so people uses his name.
Title: Re: Command /killme USING ZCMD
Post by: Y_Less on July 27, 2012, 03:55:14 pm
I totally agree with Lordz because if some one put your Dads name it can't be him, he can be some other person.



____________________________
If your topic says "REP+", I ignore it.
Title: Re: Command /killme USING ZCMD
Post by: Lordz on July 27, 2012, 04:02:16 pm
Yeah, that's right.
Title: Re: Command /killme USING ZCMD
Post by: Kalroz on July 27, 2012, 06:19:38 pm
Quote
I'm here presenting you this command called /kill Using Zcmd
Code: [Select]

#define Color_RED            0xAA3333AA

Code: [Select]

CMD:killme(playerid,params[])
{
    SetPlayerHealth(playerid, 0);
    SendClientMessage(playerid,red,"[SYSTEM]You have been killed Sucsessfully!");
    return 1;
}

i dont think this is the real Y_Less . .

It isnt.
Anyone can put anyname except abusive words.
If someone puts his name JohnCena,will that person be Johncena?
Same like that Y_Less is a famous guy,so people uses his name.
I agree with Lordz.
Title: Re: Command /killme USING ZCMD
Post by: YoUnG_Ca$h on July 28, 2012, 03:06:03 pm
Simple command.
Try making more.