Jump to content

Recommended Posts

Posted

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

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

E ok plugin-ul. Felicitari pentru postarea lui.

                     

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

k35T5Nb.png                                                                                                                                                                                                                                                                                                I0aS856.gif

Posted

Exista ogramda de plugin-uri in genu asta.

YCMD, ZCMD, si toate chestiile. Eu unul raman pe ZCMD, mi se pare cel mai compatibil, si regasit 'plugin'.

Ma rog, fiecare isi alege ce procesor vrea.

Posted

@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.

  • 3 weeks later...
  • 1 month later...
  • 1 month later...
Posted
On 6/2/2018 at 3:34 PM, Atto said:

Eu recomand si PAWN-CMD, este mult mai rapid decat ZCMD, YCMD.

degeaba e mai rapid daca nu are bonusurile celorlalte procesoare de comenzi.

personal, recomand y_commands

  • Like 1
Posted

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

  • 1 month later...
Posted (edited)

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
  • 3 weeks later...
Posted
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? >))))))))

  • 4 months later...
Posted
On 6/2/2018 at 3:34 PM, matyyy. said:

Eu recomand si PAWN-CMD, este mult mai rapid decat ZCMD, YCMD.

La fel! Este cel mai rapid de pe piata, dupa ce l-am implementat pe server s-a simitit diferenta!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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.