Author Topic: WSV help  (Read 2890 times)

0 Members and 1 Guest are viewing this topic.

Offline Punjabi

  • Made Man
  • ***
  • Posts: 147
  • Config Editor
    • View Profile
    • PUN Clan
WSV help
« on: August 29, 2008, 10:13:18 am »
Hey can anyone tel me how can i edit a command announce
like this !announce (I have the best server)
And it will announce to all the players in the server  (I have the best server)
GOD BLESS ALL..<<Founder of PUN Clan.....Born to fight and Kill..>>

Offline Punjabi

  • Made Man
  • ***
  • Posts: 147
  • Config Editor
    • View Profile
    • PUN Clan
Re: WSV help
« Reply #1 on: August 29, 2008, 10:14:06 am »
How can i set a comamnd !admin that only admin is shown not admin level
Plz Repllyyyyyyyyyy!!!!!!
And also HOW can i set command level of votekick
/c setcmdlevel votekick 2 is not working ,level 1 is also using this command 
GOD BLESS ALL..<<Founder of PUN Clan.....Born to fight and Kill..>>

Offline Tamas

  • Made Man
  • ***
  • Posts: 127
    • View Profile
    • http://www.tamasnet.eu/
Re: WSV help
« Reply #2 on: August 29, 2008, 01:01:58 pm »
Here
Announce Code:

Code: [Select]
    elseif (ann iswm $3) {
      WSV.cmdlevelcheck $1-
      WSV.annall $1-
    }

Alias:

Code: [Select]
alias WSV.annall {
  var %a = 0
  while (%a <= %maxplayers) {
    if ($WSV.pconnected(%a)) WSV.announce %a $4-
    inc %a
  }
  echo.msg Announce $WSV.name($2) $+ : $4-
}

Windlord

  • Guest
Re: WSV help
« Reply #3 on: August 30, 2008, 09:48:38 am »
There is already a command called !annall

Why don't you look through the script before asking.

You've already asked for help regarding !admins and I have answered ages ago.

Only those that put effort into their work acquire great fruits.

Don't just ask.

Offline Punjabi

  • Made Man
  • ***
  • Posts: 147
  • Config Editor
    • View Profile
    • PUN Clan
Re: WSV help
« Reply #4 on: September 16, 2008, 11:06:10 am »
Oh sorry i didnt checked the script properly again thanks....... :P :P
GOD BLESS ALL..<<Founder of PUN Clan.....Born to fight and Kill..>>