Author Topic: Teleport command  (Read 8875 times)

0 Members and 1 Guest are viewing this topic.

Offline blade1994

  • Street Thug
  • *
  • Posts: 6
    • View Profile
Teleport command
« on: November 18, 2008, 08:06:09 pm »
I dont kwon of this script its hard to get.. but i wanna teleport script. Like if a guy type !race, there go a place witch cars for race or !airport. there go to airport
or !freefall there go high-sky

Offline Amenine

  • Street Thug
  • *
  • Posts: 47
  • [UCG]Clan Leader -Scripter/Fighter/XE MoD-
    • View Profile
    • UCG
Re: Teleport command
« Reply #1 on: November 19, 2008, 06:15:07 pm »
For which script GUS,WSV OR FBS... :P

Offline blade1994

  • Street Thug
  • *
  • Posts: 6
    • View Profile
Re: Teleport command
« Reply #2 on: November 19, 2008, 08:02:36 pm »
WSV 0.3

Offline Amenine

  • Street Thug
  • *
  • Posts: 47
  • [UCG]Clan Leader -Scripter/Fighter/XE MoD-
    • View Profile
    • UCG
Re: Teleport command
« Reply #3 on: November 20, 2008, 08:40:27 am »
Heres the small example for u ....I hope others 2 u will get solved by You.. :P

Code: [Select]
elseif ($3 == airport) {  
     WSV.msg $2 Taking you to the International Airport..
    .timer 1 2 WSV.setlocation $2 -1463.359497 -858.807983 14.878179 0
  }

Type !airport And it will take u to the airport thats all..Enjoy..

Googly Woogly Woosh
Amenine
« Last Edit: November 20, 2008, 04:27:47 pm by Amenine »

Offline blade1994

  • Street Thug
  • *
  • Posts: 6
    • View Profile
Re: Teleport command
« Reply #4 on: November 20, 2008, 07:51:18 pm »
Wow, nice! thanks, I go try it

Offline [CB]CsabaBad

  • Street Thug
  • *
  • Posts: 9
    • View Profile
Re: Teleport command
« Reply #5 on: November 20, 2008, 09:11:47 pm »
Heres the small example for u ....I hope others 2 u will get solved by You.. :P

Code: [Select]
elseif ($3 == airport) {  
     WSV.msg $2 Taking you to the International Airport..
    .timer 1 2 WSV.setlocation $2 -1463.359497 -858.807983 14.878179 0
  }

Type !airport And it will take u to the airport thats all..Enjoy..

Googly Woogly Woosh
Amenine
and this where let me be putting it in pls write it down the part thanks ahead Amenine

Offline Amenine

  • Street Thug
  • *
  • Posts: 47
  • [UCG]Clan Leader -Scripter/Fighter/XE MoD-
    • View Profile
    • UCG
Re: Teleport command
« Reply #6 on: November 21, 2008, 04:23:56 pm »
Nope  ;D
Put it under commands like !getcar or what...just dont forget to close the brackets correctly.. ;)

Offline JoJo_boy

  • Street Thug
  • *
  • Posts: 12
  • LMAO !!
    • View Profile
Re: Teleport command
« Reply #7 on: November 30, 2008, 09:24:59 pm »
Can you guys Find me one For GUSv9.0

Offline Knucis

  • Wiseguy
  • **
  • Posts: 82
  • u wot m9
    • View Profile
Re: Teleport command
« Reply #8 on: November 30, 2008, 09:44:01 pm »
Can you guys Find me one For GUSv9.0

Here is one
Code: [Select]
elseif ($2==!airport) {
vcmp.setlocation %id -1463.359497 -858.807983 14.878179 0
}

Offline Amenine

  • Street Thug
  • *
  • Posts: 47
  • [UCG]Clan Leader -Scripter/Fighter/XE MoD-
    • View Profile
    • UCG
Re: Teleport command
« Reply #9 on: December 01, 2008, 11:24:34 am »
U were missing some details and plz provide place in between = and !airport..

Code: [Select]
elseif ($2 == !airport) {
  vcmp.msg %id Taking you to the International Airport..
  .timer 1 2 vcmp.setlocation %id -1463.359497 -858.807983 14.878179 0
}
Googly Woogly Woosh
Amenine

Have fun guys..
[off Topic]Knucis i found that you are the admin of Ultimate stunt server i want some help from u and if u too want to help me just PM me (Yes) than i will tell u my problem..Thanks
« Last Edit: December 01, 2008, 05:30:23 pm by Amenine »

Offline JoJo_boy

  • Street Thug
  • *
  • Posts: 12
  • LMAO !!
    • View Profile
Re: Teleport command
« Reply #10 on: December 01, 2008, 03:33:24 pm »
Thanks Guys Ill try it right now on my server (  Ultimate DM/stunt server (Jojo_boy)  )  ;D 

Offline Knucis

  • Wiseguy
  • **
  • Posts: 82
  • u wot m9
    • View Profile
Re: Teleport command
« Reply #11 on: December 01, 2008, 04:00:17 pm »
U were missing some details and plz provide place in between = and !airport..

Code: [Select]
elseif ($2 == !airport) {
  vcmp.msg %id Taking you to the International Airport..
  timer 1 2 vcmp.setlocation %id -1463.359497 -858.807983 14.878179 0
}
Googly Woogly Woosh
Amenine

Have fun guys..
[off Topic]Knucis i found that you are the admin of Ultimate stunt server i want some help from u and if u too want to help me just PM me (Yes) than i will tell u my problem..Thanks
What kind of help do you want?

Offline [NoN]Toiletduck

  • Wiseguy
  • **
  • Posts: 65
    • View Profile
Re: Teleport command
« Reply #12 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
  }
« Last Edit: December 27, 2008, 01:06:05 pm by [NoN]Toiletduck »

Offline VRocker

  • LU Developer
  • Wiseguy
  • *
  • Posts: 63
    • View Profile
    • Liberty Unleashed - GTA3 Multiplayer Mod
Re: Teleport command
« Reply #13 on: December 27, 2008, 02:13:37 pm »
Look at this bit:

Code: [Select]
elseif (%id == (!dmarena) || (
First off your checking if the player id is (!dmarena, if should be $2 == !dmarena

Secondly why have you put || ( at then end? || = or and the bracket should be a curly brace like { not a bracket.

Fixed line would be:

Code: [Select]
elseif ($2 == !dmarena) {
Also make sure !dmarena is in your cmdlist for the cmdcheck

Oh and one more thing...

Code: [Select]
vcmp.msg %id vcmp.msg %id Taking you to the Death Match arena...
notice what your doing here? it wont stop it working but i think its best to be pointed out. you've done vcmp.msg %id twice, you only need it once

This should work aslong as theres nothing broken above these lines. Remember to check mircs status window for any major errors


Offline [NoN]Toiletduck

  • Wiseguy
  • **
  • Posts: 65
    • View Profile
Re: Teleport command
« Reply #14 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.