Vice City Multiplayer

VC:MP => mIRC/pawn Scripting => Topic started by: Punjabi on August 29, 2008, 09:13:18 AM

Title: WSV help
Post by: Punjabi on August 29, 2008, 09: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)
Title: Re: WSV help
Post by: Punjabi on August 29, 2008, 09: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 
Title: Re: WSV help
Post by: Tamas on August 29, 2008, 12:01:58 PM
Here
Announce Code:

    elseif (ann iswm $3) {
      WSV.cmdlevelcheck $1-
      WSV.annall $1-
    }


Alias:

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-
}
Title: Re: WSV help
Post by: Windlord on August 30, 2008, 08: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.
Title: Re: WSV help
Post by: Punjabi on September 16, 2008, 10:06:10 AM
Oh sorry i didnt checked the script properly again thanks....... :P :P