Post your project for free and start receiving proposals from freelancers within minutes after publication!
Fix multiplayer issues for the game on PC
Multiplayer Bugs:
- create3DTextLabel cannot set color
- putPlayerInVehicle passenger seats 3-4 cause connection issues, after exiting the player cannot re-enter the vehicle, they will be ejected
- getVehicleWheelTexture returns incorrect value 255 on the server until the player enters the vehicle or uses setVehicleWheelTexture after creating the vehicle
- getVehicleFuel returns 100 on the server until the player enters the vehicle or uses setVehicleFuel after creating the vehicle
- setVehicleRespawnTime sets a new value in CNetworkVehicle.h m_ulRespawnTime, there is no timer for vehicle spawn
- getVehicleRespawnTime returns the value from CNetworkVehicle.h m_ulRespawnTime
- attachBlipToPlayer does not attach to the player on the server returns true, on the client returns false
- sometimes crashes on startup
- sometimes crashes when deleting/creating GUI windows
- sometimes crashes if the vehicle is removed with the player
- if the player is frozen, and they open the chat, after being unfrozen they cannot move
- on the client, the squirrel does not understand numbers from 496, outputs 63352
- sometimes crashes when using triggerClientEvent
- sometimes crashes on player death
- sometimes the player appears at coordinates 0,0,0 (sometimes with the Vito skin)
- sometimes the server closes
- when restarting resources in the server console, scripts break if there was a player on the server
- sometimes crashes when using vehicle functions in OnClientFrameRender and OnClientFramePreRender events
- sometimes crashes when deleting NPC on the client
- if the player dies in the car, it appears at the spawn location
- when restoring HP it may not fully recover if the player took damage before (it will recover if they eat at a cafe, setPlayerHealth will not help)
- in fullscreen mode screenshots are blurry
- using setWeather may cause a crash
- on the server if the player is in the vehicle and uses setVehicleEngineState(false), getVehicleEngineState will return true, returns false if the player is not in the vehicle and reuses setVehicleEngineState(false)
- when the player exits the vehicle, m_bEngineState does not update and getVehicleEngineState outputs true on the client and server
- there is no synchronization of engine state with other players
- setVehicleHandbrake is not fully implemented
- sometimes client scripts do not load
- always crashes if saving a file in ANSI encoding where there is GUI
- sometimes crashes when creating NPC
- There is a lack of synchronization of actions, etc.
- 3D text rendering broke after the squirrel update
- NPC will not shoot if using pedAimTo
-
124 Good day,
I am ready to present the implementation, write to discuss the whole project and some details.
Thank you