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.


Topics - Dudu

Pages: [1]
1
mIRC/pawn Scripting / How to weather?...
« on: October 07, 2009, 06: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!
« on: February 21, 2009, 11:06:37 pm »
This is not work: PLS help me!

Code: [Select]
  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?
« on: February 13, 2009, 10:09:01 pm »
I found this server, when I refresh the list:

4
mIRC/pawn Scripting / How To Announce color?
« on: February 10, 2009, 10: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> ?
« on: February 07, 2009, 01:06:05 am »
Pls help me!
Gus 9.0
Announce!
I use the command now: !say
How to !cmd to /c cmd

code:
Quote
  elseif ($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
« on: February 04, 2009, 01:00:23 pm »
Pls Help Me the Vehicle Colors id.
Thx!

7
UltraMegaServer / UltraMegaServer DM
« on: January 27, 2009, 11: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

8
mIRC/pawn Scripting / How to add the script in GUS9.0 (Commands) HELP!
« on: January 04, 2009, 06:53:23 pm »
How to add the script commands in GUS9.0  ???
ex: /c ann <message>
Please help me!

Pages: [1]