Jump to content

[Plugin] Life Command Engine [LIFE:CMD]


InceMan

Recommended Posts

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 #include

PHP Code:
#include <LIFE-CMD>  

Examples of commands:

Commands in LIFE:CMD written as in ZCMD, YCMD and other.

PHP Code:
LIFE:command(playeridparams[]) //(command) You command no slash (/) 
{ 
    
// You code 
    
return true; 
 
PHP Code:
CMD:mycommand(playeridparams[]) //(mycommand) You command no slash (/) 
{ 
    return 
cmd::command(playeridparams); // So we call the command (/command) from the other command 
 

CallBack's:
 

PHP Code:
public OnPlayerCommandCall(playeridcmdtext[]) 
{ 
    
//playerid - ID Player | cmdtext - You Command 
    
return true; 
 

public OnPlayerCommandCall(playerid, cmdtext[]) - Called before using
 

PHP Code:
public OnPlayerCommandFinish(playeridcmdtext[], 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:
CMD:command(playeridparams[]) // Create command 
LIFE:command(playeridparams[]) // Create command 
FCMD:command(playeridparams[]) // Create command 
FUSION:command(playeridparams[]) // Create command 
COMMAND:command(playeridparams[]) // Create command 

cmd::command(playeridparams); // Call command of the other command  

Speed Test:

901b56f4554867fa26bbb16459302fc2.png

86ac426b8f7aabaad4e73f4d45b7af73.png

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) - Dowload* (Updated 20/03/2013)
Speed Test - Dowload* (Updated 20/03/2013)
Source - Dowload* (Updated 20/03/2013)

  • Thanks 3

FiveGame  Lands

Pawno Developer, Mapping , Scripter

Since 2016

Link to comment
Share on other sites

  • 6 months later...
  • 2 months later...

E ok plugin-ul. Felicitari pentru postarea lui.

                     

  Serverul meu de Discord: Click aici       a7DfKP7.gif                                                                      FGIfknL.gif

k35T5Nb.png                                                                                                                                                                                                                                                                                                I0aS856.gif

Link to comment
Share on other sites

@AndreiAdv " Exista ogramada de plugin-uri in genu asta. "

 

Da, chiar 50.000.000+ de pluginuri nu ? :)) =]]]]]]]

ZCMD este cel mai stabil, asta avand in vedere " SCRIPTERII " ce sunt obisnuiti cu asta, atunci cand a iesit YSZR prima si prima data.. cadea serverul :)), nu ma mir daca fac LIFE:CMD :)) 

 

Oricum poate o sa evolueze in timp.

Link to comment
Share on other sites

  • 3 weeks later...

Eu unul raman la YCMD mi se pare cel mai OK .

Dar gg pentru postarea acestor plugin-uri :)

 

vldgIri.png

YouTube : Click Redirect Channel

Discord : Arabu#9330

Canal Discord : Click To Join

Facebook : Click Facebook

Instagram : Click Instagram

Skype : Mita.Official

Respectă și vei fi respectat !

Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...

plugin-ul este destul de bine făcut mare diferența intre YCMD nu este cine știe ce. numai ca YCMD din cate situ eu nu are cerințe multe doar ca rulează mai rapid în unele varabilitati , sau ma înșel eu.

  • Haha 1

FiveGame  Lands

Pawno Developer, Mapping , Scripter

Since 2016

Link to comment
Share on other sites

  • 1 month later...

Eu unul raman pe ZCMD. Este cel mai compatibil, functionabil, disponibil 24/7 plugin pentru creearea comenziilor.

Permite multe variabile si string-uri ceea ce l-ar face mult mai special. De asemenea nu are niciun virus, lol.

Toate serverele RPG /Stunt folosesc ZCMD, so...

 

 

In plus este mai simpla treaba cu comenziile cu ZCMD.

Edited by Wreeper
mota
Link to comment
Share on other sites

  • 3 weeks later...
On 8/12/2018 at 1:06 PM, Wreeper said:

Eu unul raman pe ZCMD. Este cel mai compatibil, functionabil, disponibil 24/7 plugin pentru creearea comenziilor.

Permite multe variabile si string-uri ceea ce l-ar face mult mai special. De asemenea nu are niciun virus, lol.

Toate serverele RPG /Stunt folosesc ZCMD, so...

 

 

In plus este mai simpla treaba cu comenziile cu ZCMD.

de cand scriptezi tu fha? >))))))))

Link to comment
Share on other sites

  • 4 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.