[Plugin] Life Command Engine [LIFE:CMD]
15/7/2017, 07:35
Life Commands v2.0:
Description:
This is a new shell that was created by me (Kazon).
It is written in C++ to Plugin
Installation:
Need to register [Trebuie sa fiti inscris si conectat pentru a vedea acest link]
PHP Code:
Examples of commands:
Commands in LIFE:CMD written as in ZCMD, YCMD and other.
PHP Code:
PHP Code:
CallBack's:
PHP Code:
public OnPlayerCommandCall(playerid, cmdtext[]) - Called before using
PHP Code:
public OnPlayerCommandFinish(playerid, cmdtext[], success) - Called after using the command
Functions:
PHP Code:
Speed Test:
[Trebuie sa fiti înscris şi conectat pentru a vedea această imagine]
The tests were conducted over:
RCMD - Romanius Command Engine
ZCMD - Zeex Command Engine
TCMD - Threaded Command Engine(Multithreading)
LIFE:CMD - Life Command Engine(Multithreading)
Dowload:
LIFE:CMD (dll + so + inc) - [Trebuie sa fiti inscris si conectat pentru a vedea acest link] (Updated 20/03/2013)
Speed Test - [url=https://www.dropbox.com/s/wye9yn3qjlc59kz/Speed Test .rar]Dowload*[/url] (Updated 20/03/2013)
Source - [Trebuie sa fiti inscris si conectat pentru a vedea acest link] (Updated 20/03/2013)
Description:
This is a new shell that was created by me (Kazon).
It is written in C++ to Plugin
Installation:
Need to register [Trebuie sa fiti inscris si conectat pentru a vedea acest link]
PHP Code:
- Cod:
#include <LIFE-CMD>
Examples of commands:
Commands in LIFE:CMD written as in ZCMD, YCMD and other.
PHP Code:
- Cod:
LIFE:command(playerid, params[]) //(command) You command no slash (/)
{
// You code
return true;
}
PHP Code:
- Cod:
CMD:mycommand(playerid, params[]) //(mycommand) You command no slash (/)
{
return cmd::command(playerid, params); // So we call the command (/command) from the other command
}
CallBack's:
PHP Code:
- Cod:
public OnPlayerCommandCall(playerid, cmdtext[])
{
//playerid - ID Player | cmdtext - You Command
return true;
}
public OnPlayerCommandCall(playerid, cmdtext[]) - Called before using
PHP Code:
- Cod:
public OnPlayerCommandFinish(playerid, cmdtext[], success)
{
//playerid - ID Player | cmdtext - You Command | success - returns true or false, that is, whether there is a command or not
return true;
}
public OnPlayerCommandFinish(playerid, cmdtext[], success) - Called after using the command
Functions:
PHP Code:
- Cod:
CMD:command(playerid, params[]) // Create command
LIFE:command(playerid, params[]) // Create command
FCMD:command(playerid, params[]) // Create command
FUSION:command(playerid, params[]) // Create command
COMMAND:command(playerid, params[]) // Create command
cmd::command(playerid, params); // Call command of the other command
Speed Test:
[Trebuie sa fiti înscris şi conectat pentru a vedea această imagine]
The tests were conducted over:
RCMD - Romanius Command Engine
ZCMD - Zeex Command Engine
TCMD - Threaded Command Engine(Multithreading)
LIFE:CMD - Life Command Engine(Multithreading)
Dowload:
LIFE:CMD (dll + so + inc) - [Trebuie sa fiti inscris si conectat pentru a vedea acest link] (Updated 20/03/2013)
Speed Test - [url=https://www.dropbox.com/s/wye9yn3qjlc59kz/Speed Test .rar]Dowload*[/url] (Updated 20/03/2013)
Source - [Trebuie sa fiti inscris si conectat pentru a vedea acest link] (Updated 20/03/2013)
Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum