SA-MP Forums Archive
Funny Commands [zcmd]. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: Funny Commands [zcmd]. (/showthread.php?tid=626676)



Funny Commands [zcmd]. - aymane123 - 18.01.2017

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;




Re: Funny Commands [zcmd]. - Swedky - 18.01.2017

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


Re: Funny Commands [zcmd]. - RyderX - 18.01.2017

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


lol


Re: Funny Commands [zcmd]. - aymane123 - 18.01.2017

Cant release going to use it for my life


Re: Funny Commands [zcmd]. - Quinncell - 18.01.2017

I don't get it..


Re: Funny Commands [zcmd]. - Sew_Sumi - 18.01.2017

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


Re: Funny Commands [zcmd]. - Crystallize - 18.01.2017

Autism is real on this one.


Re: Funny Commands [zcmd]. - Luis- - 19.01.2017

Oh look, another one of these threads.


Re: Funny Commands [zcmd]. - iLearner - 19.01.2017

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


Re: Funny Commands [zcmd]. - QuaTTrO - 19.01.2017

Код:
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;
}