SA-MP Forums Archive
[Tool/Web/Other] Advanced ZCMD Command Maker/Creator [v1.0] --> Release - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Tools and Files (https://sampforum.blast.hk/forumdisplay.php?fid=82)
+---- Thread: [Tool/Web/Other] Advanced ZCMD Command Maker/Creator [v1.0] --> Release (/showthread.php?tid=537270)



Advanced ZCMD Command Maker/Creator [v1.0] --> Release - NeonLo - 14.09.2014

Introduction:

• This is a new Tool/Program to make a ZCMD Command !

Description:

• With this Tool/Program you can make a SetPlayer and GivePlayer command code :

Example:

• SetPlayerHealth(playerid, 100);
• SetPlayerArmour(playerid, 100);

• GivePlayerMoney(playerid, 99999999);
• ***etc...***

Features:

New Features Added:

♠ Added SetPlayer Command Name ( --> Choose your command name);
♠ Added SetPlayer****Armour , Health , etc
♠ Added SetPlayer *Amount, Number * ;
♠ Added Generate SetPlayer Command Button ; ( Generate SetPlayer Command )
♠ Added GivePlayer Command Name ( --> Choose your command name);
♠ Added GivePlayer****Money , etc ;
♠ Added GivePlayer *Amount, Number * ;
♠ Added Generate GivePlayer Command Button ; ( Generate GivePlayer Command )
♠ Added Clear Boxes Button (Clear all boxes ) ;
♠ Added Update Button ( If a update it is disponibilly , the update will start ) ;
♠ Added Help Button ( If you need some help , just press and you will see some help ) ;
♠ Added SA-MP Forum Name + Send ( Write your name there and then press Send *OFCOURSE* if you want , it's not a keylogger , I just wanna know who used/downloaded my program ! I will give you Source code to see isn't a keylogger ) ;
♠ Added New Interface ( Blue Background Screen ) ;
***....

Screens:
**** Only 2 screens :
**** You have a video :

Click me!
Click me!

Video:

Click me For Video !


Download:

SOLIDFILES .RAR --> Click me for Solidfiles .RAR with Program !

SOLIDFILES .RAR --> Click me for Solidfiles .RAR with Sources !


Re: Advanced ZCMD Command Maker/Creator [v1.0] --> Release - Stinged - 14.09.2014

Is it so hard to do this:
pawn Code:
CMD:health(playerid, params[])
{
    SetPlayerHealth(playerid, 100);
    return 1;
}



Re: Advanced ZCMD Command Maker/Creator [v1.0] --> Release - NeonLo - 14.09.2014

Quote:
Originally Posted by Stinged
View Post
Is it so hard to do this:
pawn Code:
CMD:health(playerid, params[])
{
    SetPlayerHealth(playerid, 100);
    return 1;
}
For newbies , I think it is !


Re: Advanced ZCMD Command Maker/Creator [v1.0] --> Release - Abagail - 14.09.2014

Its not, and this doesnt look right(taken from the video),


Why are you returning before even sending the function? This isn't a tool it's just a program as a tool actually does something.


Re: Advanced ZCMD Command Maker/Creator [v1.0] --> Release - ProKillerpa - 29.11.2014

Cool!