SA-MP Forums Archive
SendRconCommand - 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: SendRconCommand (/showthread.php?tid=130502)



SendRconCommand - Dainyzxz - 27.02.2010

hey, i have problem with:

this command is locking server
Код:
SendRconCommand("password 1234")
but how unlock?

i try this
Код:
SendRconCommand("password")
and this
Код:
SendRconCommand("password ")
but nothing..


Re: SendRconCommand - Correlli - 27.02.2010

Код:
SendRconCommand("password 0")
but i'm not so sure if this works, i think it's bugged.


Re: SendRconCommand - ¤Adas¤ - 27.02.2010

Yes, it is bugged. When you do it, you can only connect to server using password "0". I think, it is something with SA-MP announce, which doesn't actualise password data. But I am not sure at all.


Re: SendRconCommand - Dainyzxz - 27.02.2010

Quote:

SendRconCommand("password 0")

in server console shows what it's unlocked, but in sa-mp client shows server is still locked