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.


Messages - [NoN]Toiletduck

Pages: 1 2 [3] 4 5
31
XE Servers (Legacy) / Re: ATTETIONS HACKER
« on: January 14, 2009, 10:56:52 am »
Well Chucky deserved it.

32
Support / Re: Server :P
« on: January 14, 2009, 10:54:38 am »
Crack I can help you with problems that you have and I could host your server but because of my location, the scripts would lag and everyone would have high pings.

33
XE Servers (Legacy) / Re: Tommis! I want to be an admin. Reply!
« on: January 13, 2009, 05:08:40 pm »
I do not want to be an admin.

34
Support / Re: Version 0.3z causes a bug under Windows Vista
« on: January 13, 2009, 11:22:58 am »
The lesson to learn is:  Vista is a pile of shit, don't buy it.

35
Support / Re: Cant Connect: Port Issue im guessing.
« on: January 11, 2009, 03:18:30 pm »
Things you need to be sure of before you get to carried away.

When connecting to your own server, you must connect to it as a local server 127.0.0.1:Port number.     Also if you connect to a server with cars that are not compatible, the server will not load.  Many things in the config can provoke a crash!
Is it like this with all servers?

36
mIRC/pawn Scripting / Re: Ratio Problem..
« on: January 11, 2009, 12:34:45 pm »
I found the problem with Amenine's script is that he removed half of the script.

Code: [Select]
  elseif (!stat* iswm $2) || (!pmstat* iswm $2) {
    var %ratio = $round($calc($vcmp.kills(%a) / $vcmp.deaths(%a)),2)
    if ($vcmp.cmdcheck(!stats,%id) == fail) !halt
    elseif (%a == -1) vcmp.msg %id Error - Absent ID/Name
    else vcmp.say $vcmp.name(%a) $+ 's Stats - Joins: $vcmp.joins(%a) $+ , Kills: $vcmp.kills(%a) $+ , Deaths: $vcmp.deaths(%a) $+ , Ratio: %ratio ,
  }

37
Support / Re: Unlocking Ports
« on: January 11, 2009, 03:22:46 am »
No problem.  Post in here if anything goes wrong and I will help if I can.

38
Support / Re: Unlocking Ports
« on: January 08, 2009, 10:37:32 pm »
This is a bit easier than having to read all that:
Access your router.  I expect that you are capable of doing that.
Depending on what router you have, open gaming tab or something of that sort.
Fiddle around and you will find it.
Forward port 5192 and 5315.
Considering they are still default.
I do not know whether the ports that require forwarding must be opened as TCP or UDP so try both.  Don't worry it asks you which one you want so it requires no knowledge!
Another thing: If the server still does not appear in the master server list, run announce.exe in the same folder as your winsever.(vcmp server files).

  ;)  Enjoy

39
Support / Re: Please may somone help?
« on: January 04, 2009, 10:05:39 pm »
I downloaded mine in Limewire.  Search vice city in programs and it is 218MB and it unpacks to the full 1.6GB or whatever it is.  It is brilliant.

40
 
Code: [Select]
}
  elseif ($2 == !ann) {
    if ($vcmp.cmdcheck(!ann,%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
      }
    }

I am not so sure what you want but this is a looped !announce cmd.
Oh and you have to add !ann to your vcmp.cmdcheck, otherwise you cannot put a limit on which players can use it.

 ;) Enjoy.

41
mIRC/pawn Scripting / Re: help my plz drown
« on: December 30, 2008, 02:35:42 pm »
Thanks!

42
mIRC/pawn Scripting / Re: help my plz drown
« on: December 30, 2008, 11:15:52 am »
Can you please convert that to GUS?

43
mIRC/pawn Scripting / Re: Ratio!-.-
« on: December 30, 2008, 12:48:53 am »
WOW! It works!

44
mIRC/pawn Scripting / Re: Converting commands
« on: December 30, 2008, 12:12:54 am »
Thank you very much for your trouble thijn but I put the !spawnall cmd in and it did nothing.  It put all the code underneath it, to the side and the scripts stopped working.  And I don't understand the second instructions.

45
Vice City / Re: multi help
« on: December 29, 2008, 11:38:59 pm »
That is strange. Perhaps you should try manually installing vcmp. Does vc sp work?

Pages: 1 2 [3] 4 5