• Welcome to Vice City Multiplayer.
 
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - Dudu

#1
mIRC/pawn Scripting / How to weather?...
October 07, 2009, 05:14:31 PM
Hy!
Need this script: random weather after 10 minutes.
Anything help me?
Thx!
#2
mIRC/pawn Scripting / Plz help my auto-drown!
February 21, 2009, 09:06:37 PM
This is not work: PLS help me!


  if ((%victim != Unknown) && (%killer != Unknown)) {
    vcmp.msg %killer Killed - Victim: $vcmp.name(%victim) $+ , Weapon: $vcmp.weapon.name(%weapon) $+ , Location: $vcmp.area(%victim)
    vcmp.add.kills %killer 1
    vcmp.setlocation -485.562 -777.406 205.796
    vcmp.say Auto Drowned Player
  }


Based on Gus9.0
#3
Support / 0.4 Test Server?
February 13, 2009, 08:09:01 PM
I found this server, when I refresh the list:
#4
mIRC/pawn Scripting / How To Announce color?
February 10, 2009, 08:24:31 PM
Hi all!
How to change the announce color?
GUS 9.0
Thx!
#5
mIRC/pawn Scripting / How To !cmd to /c <cmd> ?
February 06, 2009, 11:06:05 PM
Pls help me!
Gus 9.0
Announce!
I use the command now: !say
How to !cmd to /c cmd

code:
Quoteelseif ($2 == !say) {
    if ($vcmp.cmdcheck(!say,%id) == fail) !halt
    elseif (!$3) vcmp.msg %id Error - Missing Information, $2 <text>
    else {
      var %a = 0
      while (%a <=  50) {
        if ($vcmp.name(%a) != Unknown) {
          vcmp.announce  %a  $3-
        }
        !inc %a
      }
    }
  }
#6
Support / Vehicle Colors
February 04, 2009, 11:00:23 AM
Pls Help Me the Vehicle Colors id.
Thx!
#7
General Discussion / Vice City Multiplayer with Hamachi
February 03, 2009, 09:42:40 PM
Hi All!
My VC:MP Server with Hamachi!
The Master server can't see my server. My internet host block my all port. Join my virtual network, and game now!
This is a perfect answer with free host!
Network name: DuduVcmp
Network Password: vcmp
Thx  ;)
#8
UltraMegaServer / UltraMegaServer DM
January 27, 2009, 09:55:27 PM
Hi all!
Error report: Join the server, and crash.
Please help me!
0-24hour: 0/32 player. this is server problem? -> crash
sorry i learn english
#9
How to add the script commands in GUS9.0  ???
ex: /c ann <message>
Please help me!