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
46
mIRC/pawn Scripting / Re: Converting commands
« on: December 29, 2008, 07:41:17 pm »
I have another one. ;D
From WSV to GUS

Code: [Select]
  }
  elseif (!mute == $3) {
     if ($vcmp.cmdcheck(!mute,%id) == fail) !halt
     if ($5) { vcmp.say $WSV.addmute($4) Reason: $5- }
      else vcmp.msg %id Please type ! $+ $3 <nick> <reason>
    }

if ($5) { vcmp.say $WSV.addmute($4) Reason: $5- } I have problems with this line.


47
mIRC/pawn Scripting / Converting commands
« on: December 29, 2008, 07:33:32 pm »
If you have got hold of any scripts and you want to ask the experts on how to convert them to be compatible with your preferred script base, put it down here.

I'll start:
 
Does anyone know how to convert these scripts from WSV to GUS?

Code: [Select]
    }
    elseif (!spawnall == $3) && ($2 < 100) {
      if ($vcmp.cmdcheck(!pass,%id) == fail) !halt
      var %x = $vcmp.location($2).x
      var %y = $vcmp.location($2).y
      var %z = $calc($vcmp.location($2).z - 1.12)
      var %a = 1,%b = 1
      if (!$4) {
        while (%a <= %vcmp.vehicles) {
          !inc %b 2.6
          vcmp.setvehicleloc %a $calc(%x + %b) %y %z
          !inc %a
        }
      }
      elseif ($4) {
        while (%a <= %vcmp.vehicles) {
          if ($4 isin $hget(vcmp.config.Cars,%a)) {
            !inc %b 2.6
            vcmp.setvehicleloc %a $calc(%x + %b) %y %z
          }
          !inc %a
        }
      }


I tried but it is no where near complete. Please can someone help me please?

48
mIRC/pawn Scripting / Re: Help With Pickups
« on: December 29, 2008, 02:02:20 pm »
It isn't working because of the 03z bug.

49
mIRC/pawn Scripting / Re: How to..
« on: December 29, 2008, 11:13:57 am »
It's a pleasure.

50
mIRC/pawn Scripting / Re: Help With Pickups
« on: December 29, 2008, 11:08:36 am »
!fix for cars in GUS?

If that is what you want then:

Code: [Select]
elseif ($2 == !Fix) {
   vcmp.msg %id Vehicle is being repaired.
   .timer 1 2 vcmp.setvehiclehp $vcmp.vehicle(%id,name) 100
 }

One thing. 0.3z's setvehiclehp is bugged and it might not work.

51
Support / Re: Run with crack?
« on: December 28, 2008, 03:03:33 pm »
I am running vcmp with a cd crack.

52
Tutorials / Re: How to add skins/vehicles into the configuration file
« on: December 28, 2008, 12:49:11 am »
The problem is that with vcmp you cannot mix skins of above 100 or below 100 in the same config.  All you skins must either contain only ids of under 100 or above.
Test and update me.

53
mIRC/pawn Scripting / Re: How to..
« on: December 27, 2008, 08:34:47 pm »
Download GUS 9.0 and connect the scripts to your server. They will be default scripts but they are very user friendly.  Study the scripts for a couple of hours and you will be able to write your own. 

Here is a link for the scripts. It includes mIRC(the mIRC given with the scripts is channelled correctly and there is nothing else you need to do regarding mIRC)
http://www.mta-xe.com/gus/vcmp/gus9.0.zip

Here is a simple tutorial on scripting VCMP mIRC commands that are compatible with GUS.
http://forum.vicecitymultiplayer.com/index.php?topic=146.0

If you have any other queries please send me a pm or add me on MSN: [email protected].

Regards
Matt (Toiletduck)

54
mIRC/pawn Scripting / Re: Teleport command
« on: December 27, 2008, 02:48:46 pm »
It works now thank you VRocker.
My problem was little things like getting parameters mixed up and being careless.

Thank you.

55
mIRC/pawn Scripting / Re: Teleport command
« on: December 27, 2008, 12:32:05 pm »
Is there any reason why this wouldn't work?

Code: [Select]
  }   
  elseif (%id == (!dmarena) || (
  if ($vcmp.cmdcheck(!dmarena,%id) == fail) !halt
  else {
    vcmp.msg %id vcmp.msg %id Taking you to the Death Match arena...
    .timer 1 2 vcmp.setlocation %id -1463.359497 -858.807983 14.878179 0
  }

56
The pictures don't indicate whether or not you have scripts. That is done on mIRC.
One thing though, even without scripts, it should load past connection success.
So I think the problem is the number of cars you have and more importantly what kind. If you have no cars from the list, delete ten cars and check if it works. If not: delete another ten and so on, I think you get the picture.

Here is a list of vehicles that may crash your server.


57
Support / Re: Error! please help
« on: December 26, 2008, 11:24:24 pm »
Thank you gta5.

Regards
Matt

58
Support / Error! please help
« on: December 26, 2008, 08:57:32 pm »
I am speaking on the behalf of another person. Can someone please tell me how to solve this?


59
Tutorials / Re: How to add skins/vehicles into the configuration file
« on: December 26, 2008, 08:26:29 pm »
I know this is an old topic but no-one seems to want to help me.
I can add skins fine and the positioning is right but if I scroll passed the skin that I added, all the skins appear to be the one I added.

60
Support / Re: [Help] Running server help
« on: December 26, 2008, 07:36:16 pm »
Run announce.exe to make your server public.  If it doesn;t work after that forward port 5192 and port 5315.

Pages: 1 2 3 [4] 5