Major Update for 0.4 Released (10 July)

Started by maxorator, Jul 10, 2015, 10:15 PM

Previous topic - Next topic

MacTavish

#15
Quote from: XuXu on Jul 11, 2015, 08:25 AM
Quote from: maxorator on Jul 11, 2015, 07:55 AM
Quote from: XuXu on Jul 11, 2015, 05:27 AMITS AWESOME JUST AWESOME!
But there's one problem for me.
I added custom vehicles, But whenever I want to sit in it. The player goes near it but don't sit.
This is the name of my file "v6401_t1_p4_voodoopol"
And I've the following files:
voodoo.cof
voodoopol.dff
voodoopol.txd
voodoopol.xml
The name of your file should be v6401_t0_p4_voodoopol, because it's a car, not a bike.
Thanks I forgot that thing.
And another thing whenever I enter that vehicle it says you've entered vehicle name : (null 0x0000000).


add this

onPlayerEnterVehicle(player, vehicle, door)
{
if (GetVehicleNameFromModel(vehicle.Model)== null ) MessagePlayer("Entered in "+NameFromCID(vehicle.Model)+"",player);
else MessagePlayer("Entered In "+GetVehicleNameFromModel(vehicle.Model)+"",player);
}

function NameFromCID(model)
{
switch(model)
{
case 6400: return "Your first car name";
case 6401: return "Your sec car name";
// you can create more like this and then
default: return "Name not specified";
}
}


@maxorator sometimes it cause an error

Quote[VEHICLE]Failed to load model ModelID for vehicle VehiceID. (BAD)
i tried 2, 3 car but same

Grand Hunting Project
Join #SLC, #KAKAN, #Doom, #GHP @LUnet

Retired VC:MP Player/Scripter :P

[VSS]Shawn

yaar extrmely good but i m facing bugs in bike custom

maxorator

Quote from: [VSS]Shawn on Jul 11, 2015, 02:07 PMyaar extrmely good but i m facing bugs in bike custom
There are indeed some problems with bikes at the moment, will be fixing it soon.

EK.IceFlake

Is there any way to make cars/planes able to shoot?


Stormeus

Quote from: NE.CrystalBlue on Jul 11, 2015, 03:54 PMIs there any way to make cars/planes able to shoot?
Quote from: maxorator on Jul 10, 2015, 10:15 PM(vehicle weapons are disabled in multiplayer though, and tuning parts cannot be controlled by the server)

maxorator


EK.IceFlake

Quote from: Stormeus on Jul 11, 2015, 05:52 PM
Quote from: NE.CrystalBlue on Jul 11, 2015, 03:54 PMIs there any way to make cars/planes able to shoot?
Quote from: maxorator on Jul 10, 2015, 10:15 PM(vehicle weapons are disabled in multiplayer though, and tuning parts cannot be controlled by the server)
Why are they disabled? They are so amazing!

Murdock

Quote from: NE.CrystalBlue on Jul 11, 2015, 09:08 PMWhy are they disabled? They are so amazing!

I can just imagine driving this heavily-armed Comet through the streets of Downtown :D

Honey

Works like a charm :D

Some Screens :

[spoiler]

Picture 1 :
[spoiler]

[/spoiler]

Picture 2 :
[spoiler]

[/spoiler]

Picture 3 :
[spoiler]

[/spoiler]

Picture 4 ( Door Animation ) :
[spoiler]

[/spoiler]
[/spoiler]

[VSS]Shawn


Honey


KAKAN

oh no

Sebastian

#28
Quote from: KAKAN on Jul 12, 2015, 01:06 PMIts not working with me, help me!

WHAT DID YOU DO    ? ? ?
WHAT's THE ERROR YOU GET    ? ? ?
WHAT's NOT WORKING WITH YOU    ? ? ?
WHY DON'T YOU GIVE US MORE INFO SO WE CAN TRY TO HELP YOU     ? ? ?

PS: "Sorry for Caps-Lock."



This is not a chat, where you can just write as fast as you can "Its not working with me, help me!", then wait for others to answer "what happened ?", and just after that, give the info !
It's a forum, where you have to explain the problem in the same post, and give as much info as you can !

Thijn

Please make a new topic in the support board if you're having problems.