Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - [TDA]Speed

#1
Snippet Showroom / Re: Open IMG files
Aug 30, 2024, 08:31 PM
Quote from: PSL on Mar 18, 2023, 02:02 PMThis feature is very powerful, thank you very much for sharing, but I know the ID of the buildings in the game, but how to get their names so I can shoot the buildings directly and export the model.
use med tool it shows the id and txd and dff and the pos, rotation of the building
#2
the function on playerstatechange was working befor with player moving now only works when player enter and exit vehicle
#3
how can update the server to this version?
#4
if you got any error of these types AN ERROR HAS OCCURED [the index 'hyd_z' does not exist]
CALLSTACK
due to no arry name copy this and post in the top of main.nut
*fixed by Sebastian*

  hyd_top <- 2.4, // high level - actioned when pressing SHIFT - set 0 to remove the uppering (safer gameplay)
   hyd_z <- -0.1, // Centre of Mass Z
  hyd_zl <- 0.7, // Upper Limit variation -
  hyd_lean <- 1.4, // front lean
  hyd_oplean <- -1.4, // rear lean
  hyd_side <- 0.5, // right lean
  hyd_opside <- -0.5, // left lean
  hyd_mark <- -0.001, // trick
  hyd_25 <- array( 1000, 0 ), // had to do with the UpperLimit variation
  hyd_ticks <- array( 100, 0 ), // anti-spam of everyplayer
  hyd_tickslimit <- 600; // interval of time a player can bounce again (in miliseconds)
#5
hello hapi do you think i can make colored area with this plugins?