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 - [XT]ariel[X]

Pages: [1]
1
mIRC/pawn Scripting / Fix Commands For FBS.
« on: November 11, 2009, 02:59:00 am »
Hi all, other script for FBS :)

Code: [Select]
  elseif (fix == $3) {
    if ($vcmp.vehicle($1, $2) != 0) {
      var %a = 0
      var %b = $vcmp.vehicle($1, $2),%c = $vcmp.location($1, $2),%d = $vcmp.location($1, $2).x $vcmp.location($1, $2).y $calc($vcmp.location($1, $2).z - 1.12)
      vcmp.setlocation $1 $2 %c %a
      vcmp.setvehicleloc $1 %b 1 1 1
      vcmp.setvehiclehealth $1 %b 1000
      vcmp.msg $2 Please wait while your car is fixed......
      !.timer 1 7 /vcmp.setvehicleloc $1 %b %d
      !.timer 1 7 /vcmp.setvehicle $1 %b
      !.timer 1 7 /vcmp.msg $1 $2 Thank you for your patience, Your car has been fixed
    }
    else vcmp.msg $2 You can only fix Cars, Not yourself.
  }

2
mIRC/pawn Scripting / Gotoloc and saveloc, for FBS.
« on: November 11, 2009, 02:36:55 am »
Hi all, Script Gotoloc and Saveloc for FBS
Create By: Me :P

Code: (Gotoloc) [Select]
 elseif ($3 == gotoloc) {
    if (!$4) {
      vcmp.msg $1 $2 Error - Invalid Syntax $+ , Usage: !gotoloc locationname
    }
    elseif ($5 != $null) vcmp.msg $1 $2 Error - Location Name Must be only One Word
    elseif ($readini(FBS.locations.ini, LOCS, $4) == $null) vcmp.msg $1 $2 Error - This Location Not Exists
    else {
      vcmp.msg $1 $2 Teleporting to Location: " $+ $4 $+ "
      vcmp.setcontrols $1 $2 0
      vcmp.announce $1 $2 ~h~Teleporting to $4
      !.timer 1 3 vcmp.setlocation $1 $2 $readini(FBS.locations.ini, LOCS, $4)
      !.timer 1 5 vcmp.setcontrols $1 $2 1
    }
  }

Code: (Saveloc) [Select]
 elseif ($3 == saveloc) {
    if (!$4) {
      vcmp.msg $1 $2 Error - Invalid Syntax $+ , Usage: !saveloc locationname
    }
    elseif ($5 != $null) vcmp.msg $1 $2 Error - Location Name Must be only One Word
    elseif ($readini(FBS.locations.ini, LOCS, $4) != $null) {
      vcmp.msg $1 $2 Error - Location $4 is Already in Use
    }
    else {
      !writeini -n FBS.locations.ini LOCS $4 $vcmp.location($1, $2)
      vcmp.msg $1 $2 Location " $+ $4 $+ " Saved Successfully
    }
  }

   
Download locations:

Download locations

Cya!!

3
mIRC/pawn Scripting / that script is better?
« on: November 08, 2009, 03:16:32 pm »
that script is better???

4
mIRC/pawn Scripting / WSV alias for limit car
« on: September 26, 2009, 02:07:28 am »
HELP!! For WSV!!


Car limit from WSV.

5
Vice City / HELP VC-MP!
« on: September 14, 2009, 01:40:50 pm »
HI all

HELP!!



I can not go to the VC-MP tells me this
AppName: gta-vc.exe AppVer: 0.0.0.0 ModName: unknown
ModVer: 0.0.0.0 Offset: 1000ab30

a image:


Help me Plis

6
mIRC/pawn Scripting / who can give me the scripts MKH???
« on: September 08, 2009, 03:06:57 am »
who can give me the scripts MKH!!!



Help!!

7
mIRC/pawn Scripting / nogoto for WSV?
« on: September 06, 2009, 09:55:16 pm »
Who has the nogoto for WSV??

8
mIRC/pawn Scripting / WSV Help me pliz
« on: September 02, 2009, 02:35:19 am »
As put a price on WSV example commands:

The command! Goto o /c to copper goto 300

Please help me

Pages: [1]