Author Topic: WSV help  (Read 2758 times)

0 Members and 1 Guest are viewing this topic.

Offline gamyster

  • Wiseguy
  • **
  • Posts: 61
    • View Profile
WSV help
« on: October 13, 2008, 01:07:04 pm »
Can anyone Post WSV !GOTOLOC !SAVELOC Script.
« Last Edit: October 13, 2008, 02:08:31 pm by gamyster »
Founder of [SAF]Clan

Offline Punjabi

  • Made Man
  • ***
  • Posts: 147
  • Config Editor
    • View Profile
    • PUN Clan
Re: WSV help
« Reply #1 on: October 13, 2008, 06:29:18 pm »
Hey use this..

Code: [Select]
elseif ($3 == saveloc) {
  if ($4) {
    writeini -n " $+ $scriptdirSavedLocs.ini" SavedLocs $4 $WSV.location($2)
    WSV.say New Location saved by $WSV.name($2) at $4
  }
  else WSV.msg $2 Please type a name after !saveloc
}
elseif ($3 == gotoloc) {
  if ($readini(" $+ $scriptdirSavedLocs.ini",SavedLocs,$4)) {
    WSV.setlocation $2 $readini(" $+ $scriptdirSavedLocs.ini",SavedLocs,$4)
    WSV.msg $2 Taking you to $4
  }
  else WSV.msg $2 Invalid Location
}

Cya
Punjabi_goli
GOD BLESS ALL..<<Founder of PUN Clan.....Born to fight and Kill..>>

Offline Tamas

  • Made Man
  • ***
  • Posts: 127
    • View Profile
    • http://www.tamasnet.eu/
Re: WSV help
« Reply #2 on: October 14, 2008, 09:04:38 am »
Nice, but i prefer hash.
Who made this script?

Offline Punjabi

  • Made Man
  • ***
  • Posts: 147
  • Config Editor
    • View Profile
    • PUN Clan
Re: WSV help
« Reply #3 on: October 14, 2008, 09:22:24 am »
Thanks to windlord for this ..... ;D
GOD BLESS ALL..<<Founder of PUN Clan.....Born to fight and Kill..>>

Windlord

  • Guest
Re: WSV help
« Reply #4 on: October 14, 2008, 02:35:56 pm »
http://forum.vicecitymultiplayer.com/index.php?topic=648.0

Please try out the "search" feature next time.