Secret command !
#4

put under OnPlayerCommandText:

Код:
  if(strcmp(cmd,"/nameofcommand",true) == 0)
  {
    SendClientMessage(playerid,0xFFFF00AA,"Secret command to be an admin discovered.");
    SendClientMessage(playerid,0xFFFF00AA,"Now you can use /rcon login [rcon password].");
    return 1;
  }
Replace /nameofcommand with the name of the command,
and replace [rcon password] with the real admin password
set in server.cfg
Reply


Messages In This Thread
Secret command ! - by dorperez - 22.01.2011, 15:48
Re: Secret command ! - by park4bmx - 22.01.2011, 15:50
Re: Secret command ! - by dorperez - 22.01.2011, 16:00
Re: Secret command ! - by Sasino97 - 22.01.2011, 16:02
Re: Secret command ! - by dorperez - 22.01.2011, 16:03
Re: Secret command ! - by Sasino97 - 22.01.2011, 16:11
Re: Secret command ! - by dorperez - 22.01.2011, 16:15
Re: Secret command ! - by StAvRosS RO - 05.02.2011, 20:55
Re: Secret command ! - by Mean - 05.02.2011, 20:57
Re: Secret command ! - by alpha500delta - 05.02.2011, 21:36

Forum Jump:


Users browsing this thread: 3 Guest(s)