Author Topic: bug in !getcar commands is DLL  (Read 2892 times)

0 Members and 1 Guest are viewing this topic.

Offline FreakWay

  • Street Thug
  • *
  • Posts: 22
  • Elite Paradise Professional Server Management
    • View Profile
bug in !getcar commands is DLL
« on: February 01, 2010, 01:01:06 pm »
well I use the dll vrocker but has its little bug in the commands !getcar <id> and /c spawn <id>, when I place the command !getcar or /c spawn get the message that the car was brought to the user but the car never arrived think it had the same problem LW Server :/ there a solution?, I use script Psy modify by Zelda and BlueRey
and use vcmp.dll by VRocker

please help!

Regards BlueRey~
| [R2] Elite Paradise VC-MP Server | Server: 201.238.222.81:5192 | Forums: http://life-urban.co.cc |

Offline Skirmant

  • Made Man
  • ***
  • Posts: 134
    • View Profile
Re: bug in !getcar commands is DLL
« Reply #1 on: February 01, 2010, 01:40:47 pm »
Ah.. Yes. I know this bug. You need someone to enter or move the car at least once to be able to spawn it.
I suggest adding:
Code: [Select]
vcmp.setvehicle $1 $2 $4 in the spawn command. If you won't spawn the car, you'll atleast be taken to it :P

Offline FreakWay

  • Street Thug
  • *
  • Posts: 22
  • Elite Paradise Professional Server Management
    • View Profile
Re: bug in !getcar commands is DLL
« Reply #2 on: February 01, 2010, 01:52:45 pm »
thank  Skirmant   ;)
| [R2] Elite Paradise VC-MP Server | Server: 201.238.222.81:5192 | Forums: http://life-urban.co.cc |

Offline Forge

  • Street Thug
  • *
  • Posts: 10
  • Hello All :D
    • View Profile
    • http://life-urban.co.cc/index.php
Re: bug in !getcar commands is DLL
« Reply #3 on: February 01, 2010, 09:55:36 pm »
skimart the
Code: [Select]
vcmp.setvehicle $1 $2 $4is from same in the car, no for the get of the car, from the getcar is
Code: [Select]
var %loc.x = $calc($vcmp.location($1, $2).x + 3)
var %loc.y = $calc($vcmp.location($1, $2).y + 3)
var %loc.z = $calc($vcmp.location($1, $2).z - 1)
vcmp.setvehicleloc $1 $4 %loc.x %loc.y %loc.z
Record Server!!!

Offline thijn

  • LU testers
  • VC:MP Veteran
  • *
  • Posts: 667
  • Im proud to be pro.
    • View Profile
    • Vice Underdogs
Re: bug in !getcar commands is DLL
« Reply #4 on: February 01, 2010, 10:19:25 pm »
thats what causing the problem.
And it could be fixed (i didnt tested it) by using the setvehicle command.