SA-MP Forums Archive
LAdmin changing commands ? - 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 changing commands ? (/showthread.php?tid=80164)



LAdmin changing commands ? - HeX123 - 02.06.2009

Hello,i can't changing the commands in LAdmin commands 4 v2 i need /register to /kaydol and /login to /gir please help me
The script is this :
http://pastebin.com/f27922c71


Re: LAdmin changing commands ? - *ToM* - 02.06.2009

Go to the LAdmin topic, and ask there it's wrong section


Re: LAdmin changing commands ? - HuRRiCaNe - 02.06.2009

Quote:

wrong section

not at all well you have to change this
dcmd(register,[value],playerid)
to
dcmd(kayodl,[value],playerid
then on the
dcmd_register(playerid,params[])
change to
dcmd_kayodl(playerid,params[])
and thats all any problems post it


Re: LAdmin changing commands ? - HuRRiCaNe - 02.06.2009


Quote:

wrong section

not at all well you have to change this
pawn Код:
dcmd(register,8,playerid)
to
pawn Код:
dcmd(kayodl,8,playerid)
then on the
pawn Код:
dcmd_register(playerid,params[])
change to
pawn Код:
dcmd_kayodl(playerid,params[])
and thats all any problems post it
Editorry for double posting i wanted to make the post better sorry