Project Zomboid

Project Zomboid

Respawn in Car [MP/SP]
Affichage des entrées 11-20 sur 35
< 1  2  3  4 >
Mis à jour le : 20 nov. 2022 à 5h11

attempt fix error line #11

Mis à jour le : 20 nov. 2022 à 2h35

fix: boat expulse players and respawn inside

Mis à jour le : 20 nov. 2022 à 1h08

the modData stored in the getGameTime concerning the position data of vehicles was deleted. and it's a good news for big server !

Now, the only ModData stored in the getGameTime is the players names with the position data, if you have 20 players on your server, only 20 modData will be stored in the getGameTime. it is infinitely less than before, this is tiny !!

autoRemove of the old data storage tables.

some bugs is fixed

modification concerning the expulsion of player, it is necessary to open the door in order to be able to expel a player not present in the car.

if there is any problem, or an error, share me the error code if you can. thank's !

Mis à jour le : 15 nov. 2022 à 8h41

auto reset the old table of getGameTime modData
and fix error line 76#

Mis à jour le : 15 nov. 2022 à 3h57

xx

Mis à jour le : 15 nov. 2022 à 0h08

-----------------------------------------------------------

major update

I redid the code and optimized the script to be usable on large MP servers
the code is very optimized - on the server side, the OnTick to save the position of the vehicle has been removed - (better system on the client side)
a new option is added for the administrator (kicks all players from the vehicle)
a new option is added for players: it is possible to expel players one by one from the vehicle seat (the option is accessible outside the vehicle)
new sounds are added for actions

-----------------------------------------------------------

I'm not far from having completely optimized my mod, I just have to review the storage of data on the getTime, the only data saved in the getTime are the player number, and the number of the cars with their positions.

I will learn storage with modData.add() to solve this.

-----------------------------------------------------------

Mis à jour le : 18 sept. 2022 à 1h04

little forget for a "player say" in debug mode, sorry!

Mis à jour le : 18 sept. 2022 à 0h20

-More security is added if respawn in car fail
-Added more informations for the debug mode

Mis à jour le : 15 sept. 2022 à 4h39

The transition black screen is removed because if you have a black screen bug, this is a possible confusion with my mod

Mis à jour le : 11 aout 2022 à 3h13

- re black screen to transition is added.
- fix when character is deleted by admin: force nil position to player
- fix when vehicle is deleted by admin or destroye or nil: force nil position to player
- various fix related to spawn position
- "check how many player" option is removed
- add more tool for admin debug