[Tool/Web/Other] Advanced ZCMD Command Maker/Creator [v1.0] --> Release
#1

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 !
Reply
#2

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

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 !
Reply
#4

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.
Reply
#5

Cool!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)