• 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

Messages - Chezor

#1
okay lol
#2
elseif ($3 == corner1) {
    if ($vcmp.cmdcheck(!corner1,%id) == fail) !halt
    else {
      !writeini -n vc-mp/vcmp.myarea.ini AREA x1 $round($vcmp.location($1,%id).x,3)
      !writeini -n vc-mp/vcmp.myarea.ini AREA y1 $round($vcmp.location($1,%id).y,3)
      !writeini -n vc-mp/vcmp.myarea.ini AREA z1 $round($vcmp.location($1,%id).z,3)
      !writeini -n vc-mp/vcmp.myarea.ini C1 $vcmp.name($1,%id) yes
      vcmp.msg $1 %id Corner 1 saved
    }
  }
  elseif ($3 == corner2) {
    var %c1 = $readini(vc-mp/vcmp.myarea.ini,C1,$vcmp.name($1,%id))
    if ($vcmp.cmdcheck(!corner2,%id) == fail) !halt
    elseif (%c1 != yes) vcmp.msg $1 %id Corner1 is not saved.
    else {
      !writeini -n vc-mp/vcmp.myarea.ini AREA x2 $round($vcmp.location($1,%id).x,3)
      !writeini -n vc-mp/vcmp.myarea.ini AREA y2 $round($vcmp.location($1,%id).y,3)
      !writeini -n vc-mp/vcmp.myarea.ini AREA z2 $round($vcmp.location($1,%id).z,3)
      !writeini -n vc-mp/vcmp.myarea.ini C2 $vcmp.name($1,%id) yes
      vcmp.msg $1 %id Corner 2 saved
    }
  }
  elseif ($3 == setarea) {
    var %x1 = $readini(vc-mp/vcmp.myarea.ini,AREA,x1)
    var %y1 = $readini(vc-mp/vcmp.myarea.ini,AREA,y1)
    var %z1 = $readini(vc-mp/vcmp.myarea.ini,AREA,z1)
    var %x2 = $readini(vc-mp/vcmp.myarea.ini,AREA,x2)
    var %y2 = $readini(vc-mp/vcmp.myarea.ini,AREA,y2)
    var %z2 = $readini(vc-mp/vcmp.myarea.ini,AREA,z2)
    var %c1 = $readini(vc-mp/vcmp.myarea.ini,C1,$vcmp.name($1,%id))
    var %c2 = $readini(vc-mp/vcmp.myarea.ini,C2,$vcmp.name($1,%id))
    if ($vcmp.cmdcheck(!createarea,%id) == fail) !halt
    elseif (!$4) vcmp.msg $1 %id Please enter name for your new Area
    elseif (%c1 != yes) vcmp.msg $1 %id Corner1 is not saved.
    elseif (%c2 != yes) vcmp.msg $1 %id Corner2 is not saved.
    else {
      !writeini -n vc-mp/vcmp.myarea.ini SETAREA %x1 $+ , $+ %y2 $+ , $+ %x2 $+ , $+ %y2 $+ , $+ %x2 $+ , $+ %y1 $+ , $+ %x1 $+ , $+ %y1 $4-
      !remini -n vc-mp/vcmp.myarea.ini AREA x1
      !remini -n vc-mp/vcmp.myarea.ini AREA y1
      !remini -n vc-mp/vcmp.myarea.ini AREA z1
      !remini -n vc-mp/vcmp.myarea.ini C1 $vcmp.name($1,%id)
      !remini -n vc-mp/vcmp.myarea.ini AREA x2
      !remini -n vc-mp/vcmp.myarea.ini AREA y2
      !remini -n vc-mp/vcmp.myarea.ini AREA z2
      !remini -n vc-mp/vcmp.myarea.ini C2 $vcmp.name($1,%id)
      vcmp.msg $1 %id New Area Created: $4-
    }
  }
  elseif ($3 == clearareaini) {
    if ($vcmp.cmdcheck(!clearareafile,%id) == fail) !halt
    else {
      !remini -n vc-mp/vcmp.myarea.ini AREA x1
      !remini -n vc-mp/vcmp.myarea.ini AREA y1
      !remini -n vc-mp/vcmp.myarea.ini AREA z1
      !remini -n vc-mp/vcmp.myarea.ini C1 $vcmp.name($1,%id)
      !remini -n vc-mp/vcmp.myarea.ini AREA x2
      !remini -n vc-mp/vcmp.myarea.ini AREA y2
      !remini -n vc-mp/vcmp.myarea.ini AREA z2
      !remini -n vc-mp/vcmp.myarea.ini C2 $vcmp.name($1,%id)
      vcmp.msg $1 %id Your area file cleared.
    }
  }


  This is script for scripting a name for a particular area.  But only 1 person can use it at a time. Suppose you have to name a area of house with square shape. Then just go at one corner of house and type /c corner1 and then go to opposite corner of the house and type /c corner2 and then type /c setarea <nameofarea>. Your area is created. Its in vc-mp/vcmp.myarea.ini
  Now copy your area line and paste it in vcmp.data.ini at the top of other areas. and restart mirc. done!
  And if the area script gets bugged just type /c clearareaini

Chezor...
#3
Support / Re: need help very fast
February 13, 2009, 03:04:32 PM
Quote from: Rusty on February 13, 2009, 01:57:07 AM
I use - serverffs.com - Cheap, reliable and Support is great. 
They dont provide you with script hosting ..
I vote x-serverz
Tommis has the best hosting services  :)
#4
mIRC/pawn Scripting / Re: How To Announce color?
February 13, 2009, 03:02:39 PM
There are other colours also just try changing from a to z in ~letter~  ;)
#5
mIRC/pawn Scripting / Re: Setting Mini Map Icon Color
February 13, 2009, 03:01:43 PM
You can do it by Config. The best way: use search option on this forum and you will find what you want. There are many old topics which have this information. And goodluck for argonath 1.2 scripts.
#6
mIRC/pawn Scripting / Re: scripting.
February 08, 2009, 07:46:33 AM
Quote from: vice on February 07, 2009, 05:45:12 PM
Quote from: [NoN]Toiletduck on February 07, 2009, 04:32:36 PM
These are seriously difficult.  Don't get your hopes up.
i know but thats not actually all, the only really the ONLY thing i want now is property scripts, FBS v0.2 doesnt work anymore for me, echochannel is gone ;l
hmm looks like you want commands. we have them all. we can have a deal if you want. check your pm on forum  ;)
#7
mIRC/pawn Scripting / Re: need help with my server
February 05, 2009, 02:12:51 PM
Quote from: thijn on February 04, 2009, 07:14:36 PM
U need to portforward, Go see http://www.portforward.com ;)
lol thijn. The best way to get help call thijn - always ready to help.  ;D  :D
#8
mIRC/pawn Scripting / Re: I Need !Nogoto
February 03, 2009, 07:43:18 AM
but what does a nogoto command will do/function ?
#9
    Hello this is a request to vcmp forum administrator to turn on the "Go up" and "Go down" buttons on topics and boards. Which will help the members a lot. And it will become easy to scroll through the pages. Thankyou.

Signed Chezor
#10
mIRC/pawn Scripting / Re: Help a new scripter our please.
February 03, 2009, 07:34:25 AM
Quote from: Mex on February 01, 2009, 12:35:53 AM
Quote from: Faramir on January 11, 2009, 09:42:50 PM
can u explain more of them by examples???

sure
what do you want me to explain?
lol mex he wants you to explain everything heh!! :) Anyways the best way to learn is still the same isnt it ? Mex had told me only one thing: Read the script till you understand. Thats enough.
    And hey mex thanks for the great big huge nice post. :P

Chezor
#11
mIRC/pawn Scripting / Re: How can I...
October 17, 2008, 08:40:23 PM
Quote from: gamyster on October 17, 2008, 12:19:26 PM
hey Thijin do u know a file in which there are commands like WS.setpickup WSV.setvehicle status etc....?

lol im also confused by this question  :P
#12
General Discussion / Re: server? holycrap! :S
October 17, 2008, 10:32:49 AM
No u dont have to script in config.ini
In config:
Skins spawn
Vehicle spawn
Pickups
Server name
Port
Players
Gamemode
etc

can be edited..

To script:
You need mIRC client. Download General Use Scripts from mIRC scripting > Showroom board. Its easy for new beginners!
#13
mIRC/pawn Scripting / Re: How can I...
October 17, 2008, 07:58:19 AM
Quote from: Knucis on October 16, 2008, 07:26:38 PM
Thanks! Im based on GUS too!

Cya, Knucis
you are based on GUS  :o or your scripts are lol  :P
#14
mIRC/pawn Scripting / Re: Tamas Help me.....
October 16, 2008, 07:12:26 PM
man its easy for gus. Playing with INI files  :D i hope you can convert to WSV  ::)
#15
eh, if it was gus i could have helped. Now the people who can help you are: windlord and wsv script users. Goodluck