12.10.2012, 18:18
(
Последний раз редактировалось Youice; 08.06.2014 в 22:57.
)
•Introduction
Hello all, I love to present my first (vb) program to you and I hope it helps every one.
IT'S A BETA VERSION
I just did that program to take votes about the idea, maybe in future I would make it advanced, I have a lot of ideas with the same way (:
(note: I'm a novice programmer)
•Info & Details
A Screen Shot:
Lets Start:
This Program is based on two includes (zcmd, sscanf), which thanks a lot for "zeex" and "******"
(Ik it's not that much helpful but it can helps any newbie, (it's an idea of an advance one))
click here
•Credits
Made by: Youice
Thanks to:
ЏЏ♣ Zeex → zcmd
♣ ****** → sscanf
Notes: you will need to place ' " ' in the right places.
It's not for grand(advanced) commands.
Don't forget to Give votes!
Enjoy :)
Hello all, I love to present my first (vb) program to you and I hope it helps every one.
IT'S A BETA VERSION
I just did that program to take votes about the idea, maybe in future I would make it advanced, I have a lot of ideas with the same way (:
(note: I'm a novice programmer)
•Info & Details
A Screen Shot:
Lets Start:
This Program is based on two includes (zcmd, sscanf), which thanks a lot for "zeex" and "******"
- Command Name = The Command
- Index = The index (ex: playerid)
- string = (ex: params)
- Add 'new' = (ex: Float:hp) for multiple just keep going on. (ex: Float:hp, str[295], a, s) and so on
- Add Usage = This is the (sscanf) part, you will just choose the format codes (at least one, the rest are optional and Additional), and the last box is used for the variables.
- Add SV = 'SV' stands for Specific Variables (ex: gData[playerid][variable] == 0), it will be pasted like that Код:
If(gData[playerid][variable] == 0) {
(Ik it's not that much helpful but it can helps any newbie, (it's an idea of an advance one))
- View Code = After you done with the above options, this button will show you what have you done.
- Browse = After you're done/ at any time, press this button to select the text-file (.txt) where the command will be saved in.
- Export = Will save the command you made in the specific .txt (file) you have chosen.
click here
•Credits
Made by: Youice
Thanks to:
ЏЏ♣ Zeex → zcmd
♣ ****** → sscanf
Notes: you will need to place ' " ' in the right places.
It's not for grand(advanced) commands.
Don't forget to Give votes!
Enjoy :)