Jump to content

Recommended Posts

Posted
1 minute ago, Soranno said:

 

@Xabi Is it possible to translate this gamemode? I can not understand the Spanish.

It's already translated in fact.

Posted
1 minute ago, Xabi said:

It's already translated in fact.

Mine is in Spanish. If you want to translate into Italian or English, how could this be possible?
 

Posted
Just now, Soranno said:

Mine is in Spanish. If you want to translate into Italian or English, how could this be possible?
 

Some things must be changed, that's all, in fact almost 75% of the gamemode is in English.

Posted

Okay @Xabi, found the coordinates, edited the doors.js and it's not working.

 

Here's what I've changed:

 

let sheriffBlaineDoors = undefined;

mp.events.add('guiReady', () => {
  	//Sheriff Blaine
	sheriffBlaineDoorsDoors = mp.colshapes.newSphere(1855.685, 3683.93, 34.5928, 5.0);
});

mp.events.add('playerEnterColshape', (shape) => {
  	switch(shape.id) {
  		case sheriffBlaineDoorsDoors.id:
			mp.game.object.setStateOfClosestDoorOfType(mp.game.joaat('v_ilev_shrfdoor'), 1855.685, 3683.93, 34.5928, true, 0, false);
			break;
	}
});

 

Posted
1 minute ago, OVER said:

Okay @Xabi, found the coordinates, edited the doors.js and it's not working.

 

Here's what I've changed:

 


let sheriffBlaineDoors = undefined;

mp.events.add('guiReady', () => {
  	//Sheriff Blaine
	sheriffBlaineDoorsDoors = mp.colshapes.newSphere(1855.685, 3683.93, 34.5928, 5.0);
});

mp.events.add('playerEnterColshape', (shape) => {
  	switch(shape.id) {
  		case sheriffBlaineDoorsDoors.id:
			mp.game.object.setStateOfClosestDoorOfType(mp.game.joaat('v_ilev_shrfdoor'), 1855.685, 3683.93, 34.5928, true, 0, false);
			break;
	}
});

 

The true stands for "locked" state, so you're closing it.

Posted
6 minutes ago, Xabi said:

The true stands for "locked" state, so you're closing it.

Now it worked, thanks!

 

One more thing, I think vehicle colors seems not working. I used /vehicle create buffalo 255,255,255 255,255,255 and the color was black instead of white. Same occured when using /vehicle modify

Posted
14 minutes ago, OVER said:

Now it worked, thanks!

 

One more thing, I think vehicle colors seems not working. I used /vehicle create buffalo 255,255,255 255,255,255 and the color was black instead of white. Same occured when using /vehicle modify

Try to restart the server and see what show's up after.

Posted
4 minutes ago, Atesh said:

Try to restart the server and see what show's up after.

Same color. Now another bug... when I create a business and press F to enter in, I am not teleported to the interior.

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...