• Welcome to Vice City Multiplayer.
 
Menu

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.

Show posts Menu

Messages - Tamas

#31
mIRC/pawn Scripting / Re: Bus Commands
November 07, 2008, 02:51:34 PM
That signal thing isn't a good idea, because vcmp 0.3z doesn't support the signal (map radar delete functions)
#32
Ahh, very nice script Force, maybe i will reconvert my wsv commands to this script  :P
#33
Support / Re: MY CAMARA ANGLE STAYS IN THE SAME PLACE
November 01, 2008, 01:29:53 AM
Thats because the server didn't send back datas, than your game "crash" or i don't how how could i say that.
Try to connect hosted servers, they have quite good pings.
Or you can try to connect to that server again, sometimes it can solve this problem.
#34
General Discussion / Re: Suggestions for Version 0.4
October 29, 2008, 03:39:36 AM
Everything is possible what the main game containes.
It sounds to a good idea.
#35
mIRC/pawn Scripting / Bug in VRocker's DLL
October 27, 2008, 03:59:46 PM
I made a radaroff command with VRocker's dll, but i think this section containes some bugs, because if i specify a players id than it will remove his/her radar icon.
But if i specify another id or name than still removes the same persons's radar icon from the map.

Heres my code:

Quoteelseif (pmarker iswm $3) {
     WSV.cmdlevelcheck $1-
     if (!$4) WSV.msg $2 Syntax: /c pmarker + or - <name/id>
     if ($4 == +) {
      if ($6) {
      if ($6 isnum) {
      if ($WSV.pconnected($5)) {
        WSV.removemarker $5
        WSV.setplayermarker $WSV.id($5) $6
        WSV.msg $2 $WSV.name($5) $+ 's Radar Marker has been changed to: $chr(91) $6 $chr(93)
        }
        else WSV.msg $2 Error: Invalid Player
        }
        else WSV.msg $2 Error: Invalid Syntax! Value must be a number.
        }
        else WSV.msg $2 Syntax: /c pmarker < + > <name/id>
    }
    elseif ($4 == -) {
      if ($WSV.pconnected($5)) {
        WSV.removemarker $5
        WSV.msg $2 $WSV.name($5) $+ 's Radar Marker has been dleted.
        }
        else WSV.msg $2 Error: Invalid Player
      }
    }

VRocker, it is a bug or i made something wrong?
#36
mIRC/pawn Scripting / Re: WSV Cmds
October 24, 2008, 05:12:56 PM
That script working fine, anyway try this if "not":

Quoteelseif ($3 == saveloc) && ($2 < 100) {
WSV.cmdlevelcheck $1-
if ($4) {
if (!$hget(WSV.Savedlocks,$4)) {
hadd WSV.Savedlocks $4 $calc($WSV.location($2).x) $calc($WSV.location($2).y) $calc($WSV.location($2).z)
WSV.msg $2 Location saved sucessfully! Name: $chr(91) $4 $chr(93)
WSV.msg $2 Coord: $calc($WSV.location($2).x) $calc($WSV.location($2).y) $calc($WSV.location($2).z)
}
else WSV.msg $2 Error: This location name is allready saved!
}
else WSV.msg $2 Syntax: /c saveloc <locname>
}
elseif ($3 == gotoloc) && ($2 < 100) {
WSV.cmdlevelcheck $1-
if ($4) {
if ($hget(WSV.Savedlocks,$4)) {
WSV.setlocation $2 $WSV.savedloc($4)
WSV.say Teleporting: $WSV.name($2) To: $chr(91) $4 $chr(93)
WSV.msg $2 Location: $WSV.savedloc($4)
}
else WSV.msg $2 Error: This location name is not on the saved list.
}
else WSV.msg $2 Syntax: /c gotoloc <locname>
}

Hash indentifiers:

loadhash WSV.Savedlocks
whsave WSV.Savedlocks
!hfree WSV.Savedlocks
#37
mIRC/pawn Scripting / Re: WSV !CAR PROBLEM
October 20, 2008, 06:38:40 PM
Hmm I don't know why, its working fine for me.
#38
If you do !delprop <id> than it will remove that property + the pickup too.
#39
mIRC/pawn Scripting / Re: WSV MONEY SCRIPT ERROR
October 17, 2008, 09:50:50 PM
Yes, and u can set the same name for all hospitals.
#40
mIRC/pawn Scripting / Re: WSV MONEY SCRIPT ERROR
October 17, 2008, 03:15:58 PM
It is possible, just you have to make another command for hospital heals.
#41
The clearest way is to repleace the pickups, and props hashes
#42
mIRC/pawn Scripting / Re: WSV MONEY SCRIPT ERROR
October 17, 2008, 02:51:33 PM
The heal command only works, if you are at your property (owned property)
$WSV.money($2) --> it is a command shows how much money  you have, ($2 means you.)
#43
Yes, actually this happent with me too, something happent with the hash files. I don't know what is that problem but try to not disconnect than connect + addprop things to do. My suggestion is place all props than make a safe backup.
#44
mIRC/pawn Scripting / Re: Bank working weird in WSV 0.3
October 15, 2008, 03:18:15 PM
Np  :)
#45
mIRC/pawn Scripting / Re: WSV place script..
October 14, 2008, 10:52:37 PM
if ($4 == spas) { (means if you type !buy spas)
if ($WSV.money($2) >= 1500) {