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

Pages: 1 [2] 3 4 ... 9
16
Support / Re: the cam no move
« on: December 10, 2008, 05:53:18 pm »
Yes sometimes this happent with me to, try to push the ESC, than click to the resume button. This will solve your prob.

17
Support / Re: My game crashes
« on: December 10, 2008, 05:51:59 pm »
Try to delete your mods if you have.

18
mIRC/pawn Scripting / Re: I need Some Help :S
« on: December 09, 2008, 07:28:49 pm »
True. The setvehiclehealth Rcon command is bugged in 0.3z.

19
mIRC/pawn Scripting / Counting
« on: November 19, 2008, 06:58:25 pm »
Somebody knows how can i count a specific name value inside the ini file?
For example if the ini file containes 200 names and i want to count only the xy* name, than return the total value of that names.

20
mIRC/pawn Scripting / Re: .:.Puro GTA.:. [Espa?ol+Stunt+DM]
« on: November 17, 2008, 09:47:51 am »
Cool, i can't understound anything  :P

21
mIRC/pawn Scripting / Re: Bus Commands
« on: November 07, 2008, 04:51:34 pm »
That signal thing isn't a good idea, because vcmp 0.3z doesn't support the signal (map radar delete functions)

22
Support / Re: MY CAMARA ANGLE STAYS IN THE SAME PLACE
« on: November 01, 2008, 03: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.

23
mIRC/pawn Scripting / Bug in VRocker's DLL
« on: October 27, 2008, 05: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:

Quote
    elseif (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?

24
mIRC/pawn Scripting / Re: WSV Cmds
« on: October 24, 2008, 06:12:56 pm »
That script working fine, anyway try this if "not":

Quote
elseif ($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

25
mIRC/pawn Scripting / Re: WSV !CAR PROBLEM
« on: October 20, 2008, 07:38:40 pm »
Hmm I don't know why, its working fine for me.

26
mIRC/pawn Scripting / Re: Properties pickup id got placed wrongly !
« on: October 17, 2008, 10:52:23 pm »
If you do !delprop <id> than it will remove that property + the pickup too.

27
mIRC/pawn Scripting / Re: WSV MONEY SCRIPT ERROR
« on: October 17, 2008, 10:50:50 pm »
Yes, and u can set the same name for all hospitals.

28
mIRC/pawn Scripting / Re: WSV MONEY SCRIPT ERROR
« on: October 17, 2008, 04:15:58 pm »
It is possible, just you have to make another command for hospital heals.

29
mIRC/pawn Scripting / Re: Properties pickup id got placed wrongly !
« on: October 17, 2008, 03:53:45 pm »
The clearest way is to repleace the pickups, and props hashes

30
mIRC/pawn Scripting / Re: WSV MONEY SCRIPT ERROR
« on: October 17, 2008, 03: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.)

Pages: 1 [2] 3 4 ... 9