Vice City Multiplayer

VC:MP => mIRC/pawn Scripting => Topic started by: gamyster on October 13, 2008, 12:07:04 PM

Title: WSV help
Post by: gamyster on October 13, 2008, 12:07:04 PM
Can anyone Post WSV !GOTOLOC !SAVELOC Script.
Title: Re: WSV help
Post by: Punjabi on October 13, 2008, 05:29:18 PM
Hey use this..

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
Title: Re: WSV help
Post by: Tamas on October 14, 2008, 08:04:38 AM
Nice, but i prefer hash.
Who made this script?
Title: Re: WSV help
Post by: Punjabi on October 14, 2008, 08:22:24 AM
Thanks to windlord for this ..... ;D
Title: Re: WSV help
Post by: Windlord on October 14, 2008, 01:35:56 PM
http://forum.vicecitymultiplayer.com/index.php?topic=648.0

Please try out the "search" feature next time.