SA-MP Forums Archive
Ladmin in zcmd - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Ladmin in zcmd (/showthread.php?tid=191957)



Ladmin in zcmd - Dime - 21.11.2010

Well after i put ladmin commands from dcmd in zcmd...commands are bugged.

When i type command eg.
/login

it writes its incorrect password(i ever didnt type any pass)
it should write type: Usage: /login password

/explode
it types i exploded some npc or player(or explodes me if im alone at server)
it should write; Usage: /explode id


Anyone can help?Please?


Re: Ladmin in zcmd - iggy1 - 21.11.2010

You mean LuxAdmin? i know some of the commands are dedfined you might need to change the defines.

EDIT: Example
pawn Код:
#define RegisterCommand    register    // Define the Register Command
#define LoginCommand       login       // Define the Login Command
#define ChangePassCommand  changepass  // Define the ChangePassword Command



Re: Ladmin in zcmd - Dime - 21.11.2010

No,ladmin from LethaL.

What do you mean 'change defines'?


Re: Ladmin in zcmd - iggy1 - 21.11.2010

I thought you meant different admin system sorry my edit should explain what i meant.


Re: Ladmin in zcmd - Dime - 21.11.2010

Nope this dont work too