okay lol
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 Menuelseif ($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.
}
}
Quote from: Rusty on February 13, 2009, 12:57:07 AMThey dont provide you with script hosting ..
I use - serverffs.com - Cheap, reliable and Support is great.
Quote from: vice on February 07, 2009, 04:45:12 PMhmm looks like you want commands. we have them all. we can have a deal if you want. check your pm on forumQuote from: [NoN]Toiletduck on February 07, 2009, 03:32:36 PMi 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
These are seriously difficult. Don't get your hopes up.
Quote from: thijn on February 04, 2009, 06:14:36 PMlol thijn. The best way to get help call thijn - always ready to help.
U need to portforward, Go see http://www.portforward.com
Quote from: Mex on January 31, 2009, 11:35:53 PMlol 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.Quote from: Faramir on January 11, 2009, 08:42:50 PM
can u explain more of them by examples???
sure
what do you want me to explain?
Quote from: gamyster on October 17, 2008, 11:19:26 AM
hey Thijin do u know a file in which there are commands like WS.setpickup WSV.setvehicle status etc....?
Quote from: Knucis on October 16, 2008, 06:26:38 PMyou are based on GUS or your scripts are lol
Thanks! Im based on GUS too!
Cya, Knucis