Funny Commands [zcmd].
#1

Hey guys i was bored again and i made 2 commands that anyone can use them on his life.
PS : Use Them In Your Life Not Your Script .
PHP код:
// This is a comment
// uncomment the line below if you want to write a filterscript
//#define FILTERSCRIPT
#include <a_samp>
#include <zcmd>
CMD:heaven(playeridparams[])
{
    if(
Humain[Humainid][BadWorks] < 500) return SendClientMessage(playerid0xF8F8F8FFF,"[ERROR]: You need 500 Good Work at-least to enter Heaven.");
    
SetPlayerPos(playeridS,K,Y)
    
SetPlayerHealth(playerid999999)
    
GivePlayerWeapon(playerid3899999)
    
GivePlayerMoney(playerid9999999999)
    
SendClientMessage(playerid0xF8F8F8FFF,"Welcome To Heaven.")
    return 
1;
}
CMD:hell(playeridparams[])
{
    if(
Humain[Humainid][GoodWorks] < 500) return SendClientMessage(playerid0xF8F8F8FFF,"[ERROR]: You need 500 Bad Work at-least to enter Hell.");
    
SetPlayerPos(playeridUNDERGROUND)
    
SetPlayerHealth(playerid1)
    
GivePlayerMoney(playerid, -9999999999)
    
SendClientMessage(playerid0xF8F8F8FFF,"Welcome To Hell, Please Enjoy Your Stay.")
    return 
1;

Reply
#2

"/hell" it won't spawn you "at touch" (instantly) in a near area and solid z ground?
Reply
#3

Hey, why don't you release it? it's seems cool


lol
Reply
#4

Cant release going to use it for my life
Reply
#5

I don't get it..
Reply
#6

Is this a case of "Monkey see, monkey do"?
Reply
#7

Autism is real on this one.
Reply
#8

Oh look, another one of these threads.
Reply
#9

Quote:
Originally Posted by Crystallize
Посмотреть сообщение
Autism is real on this one.
level 999+
Reply
#10

Код:
CMD:autism(playerid, params[])
{
	new name[MAX_PLAYER_NAME];
	GetPlayerName(playerid, name, sizeof(name));
	if(strcmp(name, "aymane123") == 0) SendClientMessage(playerid, -1, "You have autism");
		else SendClientMessage(playerid, -1, "You don't have autism");
        return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)