You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 18, 2018. It is now read-only.
The above script stores the vehicle model ID 226 into a local variable when the server starts and calls the onServerStart callback. Once this value is assigned, the script then adds two vehicles and a single pedestrian to the game world and prints out some basic debugging info.
As seen in the video, one of the vehicles' audio is completely missing, despite another vehicle of the same model ID having the audio functioning as intended.
Furthermore, the vehicle seems to be unable to be destroyed and upon attempting to destroy the 'working' vehicle, the client crashed:
0x004C8556 (Access violation reading location 0x44082C33)(gta-vc.exe) [22:02:20][VC CO-OP] Trying to damage component 16 of blistac [22:02:20][VC CO-OP] Trying to damage component 12 of blistac [22:02:21][VC CO-OP]Exception C0000005 occurred at address 004C8556
If a fix is found for all of the above issues, please close this issue. However, in the event that only a single or few fixes are found for some of the above issues, please comment on this issue with the relevant commit hash, so this can be recorded and traced back in the future.
The text was updated successfully, but these errors were encountered:
81c8b3c implements a function which allows server-owners to retrieve random vehicle color IDs, which when used with the above script, seems to have fixed the audio issue.
Using the below gamemode server script, many issues can be encountered.
As there are multiple issues encountered here, a video has been provided here.
The above script stores the vehicle model ID 226 into a local variable when the server starts and calls the
onServerStart
callback. Once this value is assigned, the script then adds two vehicles and a single pedestrian to the game world and prints out some basic debugging info.As seen in the video, one of the vehicles' audio is completely missing, despite another vehicle of the same model ID having the audio functioning as intended.
Furthermore, the vehicle seems to be unable to be destroyed and upon attempting to destroy the 'working' vehicle, the client crashed:
0x004C8556 (Access violation reading location 0x44082C33)(gta-vc.exe)
[22:02:20][VC CO-OP] Trying to damage component 16 of blistac
[22:02:20][VC CO-OP] Trying to damage component 12 of blistac
[22:02:21][VC CO-OP]Exception C0000005 occurred at address 004C8556
If a fix is found for all of the above issues, please close this issue. However, in the event that only a single or few fixes are found for some of the above issues, please comment on this issue with the relevant commit hash, so this can be recorded and traced back in the future.
The text was updated successfully, but these errors were encountered: