Rcon pass
#9

To your first question, here a better way
pawn Код:
#define RCON_PASSWORD "password"
pawn Код:
SendRconCommand("rcon_password " RCON_PASSWORD);
And to your second question, the same as you already posted
pawn Код:
if(strfind(text, RCON_PASSWORD, true) != -1)
        return !SendClientMessage(playerid, COLOR_RED, "DUMMY you almost said the rcon pass");
Reply


Messages In This Thread
Rcon pass - by radi - 29.11.2009, 15:22
Re: Rcon pass - by [NYRP]Mike. - 29.11.2009, 15:24
Re: Rcon pass - by Jefff - 29.11.2009, 15:25
Re: Rcon pass - by radi - 29.11.2009, 15:27
Re: Rcon pass - by radi - 29.11.2009, 15:31
Re: Rcon pass - by [NYRP]Mike. - 29.11.2009, 15:34
Re: Rcon pass - by radi - 29.11.2009, 15:40
Re: Rcon pass - by Jefff - 29.11.2009, 15:52
Re: Rcon pass - by Nero_3D - 29.11.2009, 15:54
Re: Rcon pass - by dice7 - 29.11.2009, 16:08

Forum Jump:


Users browsing this thread: 1 Guest(s)