Author Topic: [NOT A BUG] Respawn vehicles at high altitude  (Read 2231 times)

0 Members and 1 Guest are viewing this topic.

Offline Mariu22S

  • Wiseguy
  • **
  • Posts: 78
  • VC-MP Maniac
    • View Profile
[NOT A BUG] Respawn vehicles at high altitude
« on: September 11, 2014, 01:30:05 pm »
When the vehicle is at a high altitude, for example, the position Z = 221 vehicles themselves respawning at prevents making competition in the arena because it is at the height of 200+
« Last Edit: September 13, 2014, 02:49:24 am by stormeus »

Offline sseebbyy

  • VC:MP Veteran
  • *****
  • Posts: 774
  • Immortal VC:MP Player
    • View Profile
    • Zombie Invasion => Server Forum [DEAD PROJECT]
Re: Respawn vehicles at high altitude
« Reply #1 on: September 11, 2014, 01:38:46 pm »
This has been already implemented, with long time ago. Just read the changelogs.

Quote from: Stormeus
Re: Client/Server Update Announcements
« Reply #2 on: July 25, 2014, 12:15:58 pm »



Important Note
The following client/server update bumps the netgame version and thus players and servers must upgrade together. Current clients will not be able to join updated servers, and current servers will refuse connections from updated clients.

Server Update Released
Added ability for plugins to change players' names
Vehicles submerged in water now respawn automatically
Added plugin-adjustable setting for the minimum height at which aggressive vehicle respawning occurs
Fixed plugin callback OnEntityPoolChange being called twice when an object is created

+

Quote from: Stormeus
Re: Official Plugin Update Announcements
« Reply #6 on: July 25, 2014, 12:31:35 pm »


Squirrel Update Released
Note: You MUST install the latest server update to use this version of Squirrel and all future updated versions.

player.Name can now be used to change a player's name
Example: player.Name = "Guest";
Added callback onPlayerNameChange(player, oldName, newName)
Added functions SetVehiclesForcedRespawnHeight and GetVehiclesForcedRespawnHeight to manipulate the minimum height at which aggressive respawning occurs
Added missing RespawnTime and Respawn() members for pickups
Added more PARTREASON aliases for compatibility
Added Explosion to GetWeaponName

Quote
Painful/Noob scripters acts like: I Am The Best Scripter Because I Announce My Releases With Big Font Size Without Giving Too Much Info' In The Hope They All Will Download And Check It. I Ignore Bad Replies, Replies That I Could Learn From, And Replies With So Much Text.



Offline Mariu22S

  • Wiseguy
  • **
  • Posts: 78
  • VC-MP Maniac
    • View Profile
Re: Respawn vehicles at high altitude
« Reply #2 on: September 11, 2014, 04:03:08 pm »
Ok Thanks :)