• Welcome to Vice City Multiplayer.
 

bug in !getcar commands is DLL

Started by FreakWay, February 01, 2010, 11:01:06 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

FreakWay

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 |

Skirmant

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: vcmp.setvehicle $1 $2 $4 in the spawn command. If you won't spawn the car, you'll atleast be taken to it :P
I know advance mIRC, average C++, basic Pawn & Squirrel, very basic Java Script.

FreakWay

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

Forge

skimart the
vcmp.setvehicle $1 $2 $4
is from same in the car, no for the get of the car, from the getcar is

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

thijn

thats what causing the problem.
And it could be fixed (i didnt tested it) by using the setvehicle command.