FiveGame SA:MP GameMod, Tutoriale

Alăturați-vă forumului, este rapid și ușor

FiveGame SA:MP GameMod, Tutoriale
FiveGame SA:MP GameMod, Tutoriale
Doriți să reacționați la acest mesaj? Creați un cont în câteva clickuri sau conectați-vă pentru a continua.

FiveGame SA:MP Daca aveti orice fel de intrebari nu ezitati sa ne contactati. O zi buna, Echipa
Forumul FiveGame este in cautare de persoane capabile pentru a modera forumul și pentru a ajuta utilizatorii la nevoie.
Salut, vreau sa va anunț ca în

In jos
InceMan
InceMan
Administrator
Administrator
Mesaje : 526
Data de inscriere : 02/10/2015
Varsta: : 31
Localizare: : Neamt
https://fivegame.all-up.com

 [Plugin] Life Command Engine [LIFE:CMD] Empty [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:
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)
Sus
Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum