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 - TanaX01

Pages: 1 2 3 [4] 5 6 ... 15
46
Support / Re: Cann't drive any vehicle in build mode
« on: August 07, 2008, 03:20:42 am »
is there a script repository I can tap into to see examples of how it is done?

you install version 0.3x and join in you server tyoe /builmode

and spawn car and /save id etc  ;)

look in you game gta file Rockstar Games\Grand Theft Auto Vice City

name file savedeposition

47
Support / Re: Cann't drive any vehicle in build mode
« on: August 06, 2008, 11:02:20 pm »
For some reason I cannot drive any vehicle in build mode.
I am very new to this program. And this is my first post here.

I also noticed several nice servers with very nice gameplay. I thought they are done from config.ini. but when I came to this forum I saw posts about mirc scripting. now I am confused. what is mirc scripting?

is script server
Code: [Select]
what is mirc scripting? Commands Server All Script In Ringht :)

48
mIRC/pawn Scripting / Re: Question Problem
« on: August 06, 2008, 02:28:21 am »
Is !echolevel probel max. is 4 yo type !echolevel 10  :P is error
it crashes  :D

nah is echolevel 10 maximus level is 4 crashed in 10  :)


49
mIRC/pawn Scripting / Re: Buycar Scriptin Sasan
« on: August 06, 2008, 02:27:04 am »
Or you could do it your self by clicking on Lock Topic  ;D

oo yea me locked topic me dude is locked topic is administrator or moderator now T

TanaX Locked Topic Now.

50
UltraMegaServer / Re: New RPG Mode
« on: August 06, 2008, 02:24:06 am »
Nop server host in X-serverz 24 hrs online and Script.  ;)

51
mIRC/pawn Scripting / Re: Auto-kick Failed to login
« on: August 06, 2008, 02:20:33 am »
my script by rulk use Vrock System , Tommis Script Is Cool  ;)

52
mIRC/pawn Scripting / Re: help !getcar
« on: August 06, 2008, 02:19:40 am »
FAILED :s

you cristian add script is failed you not idea in add commands in script sasan sorry  :-X

53
mIRC/pawn Scripting / Re: help !getcar
« on: August 06, 2008, 02:11:02 am »

54
mIRC/pawn Scripting / Re: Freeze
« on: August 04, 2008, 03:11:46 am »
Nice Aport Tommis me now change Gus 10  :D

55
mIRC/pawn Scripting / Re: HP Script
« on: August 03, 2008, 08:06:14 pm »
ye but if u do like !sethp 2 100 dr84
it may crash.. just for the safer way

nah my !sethp no crash  ;)

56
XE Servers (Legacy) / Re: Suggestions
« on: August 03, 2008, 04:37:04 am »
Yea renting sounds good. It would be like;

!rentcar <amount-of-days> Maxium 10days = $200  (10 Multiplied by 2)

So each day is x2

When each day that goes by say for
Eg. Three days = $60 That would  be subtracted from the renters bank account and would be added to the vehicles owner account.

You can also use "Database for Vice City Vehicles" by Windlord to round off the cost.
 :D



:O  mattz nice !!! is cool suggestion !! yea !rencar :D

57
XE Servers (Legacy) / Re: Suggestions
« on: August 03, 2008, 04:24:56 am »
Hey,

Hmm, locking the doors would be not that good of an idea. Just because then most of the car doors will be locked and non usable.

I was thinking, if someone enters a car that is not owned by them, the owner will get 10-15$ per enter of something from that person.

Basically like a loan or something, a rent for the car.

Regards,
Tommis

mm nice tommis whats other commands?

                                             
!Racing in aiport ( killing in aiport )

 Killing = Drown(1) - Drop(2) - kick(3)

Auto Warn Killing In Race Drown player:[ Name ] Warning:[ 1 / 3 ]
 
Auto Warn Killing In Race Drop player:[ Name ] Warning:[ 2 / 3 ]

Auto kick Killing In Race kick player:[ Name ] Warning:[ 3 / 3 ]

in
Quote
Killing In Race

add Killing in Bank, In Sunshine, Dribe By. Team Killing ;)

hey tommis please quit commands /c goto id is commands admin  ;) and buy Weapon and Armour in ammunation :)

58
mIRC/pawn Scripting / Re: Script Help
« on: August 03, 2008, 03:11:13 am »
I know its easy but i want to add that to ingame command

mm ok Use:

Code: [Select]
  elseif (($2 == bringp) && ($vcmp.loggedin($1) > 4)) {
    vcmp.setloc $3 $vcmp.hgetpos.x($1) $vcmp.hgetpos.y($1) $vcmp.hgetpos.z($1) 0
    vcmp.adminchat **Transfering:[ $vcmp.hgetname($3) ] To:[ $vcmp.hgetname($1) ]
  }

Work 100%  ;)

59
mIRC/pawn Scripting / Re: Ban Error
« on: August 03, 2008, 03:07:06 am »
use
Code: [Select]
Admin:[ $vcmp.hgetname(%id) ]
Work 100%  ;)

60
XE Servers (Legacy) / Re: Suggestions
« on: August 03, 2008, 02:40:41 am »
Commands Buycar Sellcar Car Cardive Etc 100% Work  ;)

Code: [Select]
  elseif ($2 == !car) || ($2 == !pmcar) {
    if ($vcmp.cmdcheck(!car,%id) == fail) !halt   
    elseif (%a == -1) vcmp.msg %id  Absent ID/Name
    elseif ($vcmp.vehicle(%a,id) == 0) vcmp.msg %id  $vcmp.name(%a) car is currently on foot!
    else vcmp.msg %id Vehicle - Name: $+($chr(91),$vcmp.carname($vcmp.vehicle(%a,id)),$chr(93)) ID: $+($chr(91),$vcmp.vehicle(%a,id),$chr(93)) Price: $+($chr(91),$vcmp.vehiclecost($vcmp.vehicle(%a,id)),$chr(93)) Owner: $+($chr(91),$vcmp.carowner($vcmp.vehicle(%a,id)),$chr(93))
  }
  elseif ($2 == !buycar) {
    if ($vcmp.cmdcheck(!buycar,%id) == fail) !halt
    elseif (Sunshine Autos !isin $vcmp.area(%b)) vcmp.msg %id  To Buy A Car Deves Be Sunshine In Cars!!
    elseif ($vcmp.vehicle(%a,id) == 0) vcmp.msg %id
    elseif ($vcmp.carowner($vcmp.vehicle(%a,id)) != Sunshine Autos) vcmp.msg %id This vehicle is owned by $vcmp.carowner($vcmp.vehicle(%a,id))
    elseif ($vcmp.vehiclecost($vcmp.vehicle(%a,id)) > $vcmp.cash(%id)) vcmp.msg %id You need atleast $ $+ $vcmp.vehiclecost($vcmp.vehicle(%a,id))
    else {
      vcmp.cash- %b $vcmp.vehiclecost($vcmp.vehicle(%a,id))
      !writeini -n vcmp.cars.ini OWNERS $vcmp.vehicle(%a,id) $vcmp.name(%id)
      vcmp.msg %id You have just bought $+($chr(91),$vcmp.carname($vcmp.vehicle(%a,id)),$chr(93)) ID: $+($chr(91),$vcmp.vehicle(%a,id),$chr(93)) Price: $+($chr(91),$vcmp.vehiclecost($vcmp.vehicle(%a,id)),$chr(93))
    }
  }
  elseif ($2 == !sellcar) {
    if ($vcmp.cmdcheck(!sellcar,%id) == fail) !halt
    elseif (Sunshine Autos !isin $vcmp.area(%b)) vcmp.msg %id To Sell A Must Be In Order To Sunshine Or Make One Admin The Leasehold Landlord
    elseif ($vcmp.vehicle(%a,id) == 0) vcmp.msg %id You Have No Car No!
    elseif ($vcmp.carowner($vcmp.vehicle(%a,id)) != %name) vcmp.msg %id You Can not Buy This Car Has Owner
    else {
      !writeini -n vcmp.cars.ini OWNERS $vcmp.vehicle(%a,id) Sunshine Autos
      vcmp.cash+ %b $calc($vcmp.vehiclecost($vcmp.vehicle(%a,id)) * 0.55)
      vcmp.msg %id You have sold your vehicle with price $ $+ $calc($vcmp.vehiclecost($vcmp.vehicle(%a,id)) * 0.55)
    }
  }
  elseif ($2 == !getcar) || ($2 == !pmgetcar) {
    if ($vcmp.cmdcheck(!getcar,%id) == fail) !halt
    elseif (!$3) vcmp.msg %id Error - Missing Information, $2 <car id>
    elseif ($3 !isnum) vcmp.msg %id Error - Invalid Vehicle ID, $2 <car id>
    elseif ($vcmp.carowner($3) != %name) vcmp.msg %id Your not the owner of this car!
    else {
      vcmp.setvehicleloc $3 $hget(vcmp,%id $+ .xyz)
      .timer -m 1 400 vcmp.setvehicle %id $3
    }
  }
  elseif ($2 == !cardive) || ($2 == !pmgetcar) {
    if ($vcmp.cmdcheck(cardivegetcar,%id) == fail) !halt
    elseif (!$3) vcmp.msg %id  Missing Information, $2 <car id>
    elseif ($3 !isnum) vcmp.msg %id  Invalid Vehicle ID, $2 <car id>
    elseif ($vcmp.carowner($3) != %name) vcmp.msg %id You are not the owner of this car, go and buy one!
    else {
      vcmp.msg %id
      vcmp.setvehicleloc $3 $hget(vcmp,%id $+ .x) $hget(vcmp,%id $+ .y) $calc($hget(vcmp,%id $+ .z) + 700)
      .timer -m 1 400 vcmp.set 9 %id $3
    }
  }
  elseif ($2 == !lockcar) || ($2 == !pmlockcar) {
    if ($vcmp.cmdcheck(!lockcar,%id) == fail) !halt
    elseif (!$3) vcmp.msg %id Error - Missing Information, $2 <car id>
    elseif ($3 !isnum) vcmp.msg %id Error - Invalid Vehicle ID, $2 <car id>
    elseif ($vcmp.carowner($3) != %name) vcmp.msg %id You are not the owner of this car
    else {
      vcmp.lockdoors $3 4
      vcmp.msg %id **Car Locked
    }
  }
  elseif ($2 == !unlockcar) || ($2 == !pmunlockcar) {
    if ($vcmp.cmdcheck(!unlockcar,%id) == fail) !halt
    elseif (!$3) vcmp.msg %id Error - Missing Information, $2 <car id>
    elseif ($3 !isnum) vcmp.msg %id Error - Invalid Vehicle ID, $2 <car id>
    elseif ($vcmp.carowner($3) != %name) vcmp.msg %id You are not the owner of this car
    else {
      vcmp.lockdoors $3 0
    vcmp.msg %id **Car Unlocked    }
  }

tommi you server is cool more commands add buycar car sellcar etc..  :)

Pages: 1 2 3 [4] 5 6 ... 15