Remember me
You are here: HomeForumCyberix3D ForumGeneral DiscussionHow do I detect if the game is playing on mobile?
Welcome, Guest
Username: Password: Remember me

TOPIC: A problem in the multiplayer section

A problem in the multiplayer section 2 months 4 days ago #3256

  • F-Sh
  • F-Sh's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 13
  • Thank you received: 6
Hello, I am using the multiplayer feature in my game, everything is going great, except that the car of the other players is not displayed, only their name, which is above the car, is displayed.
Last Edit: 2 months 3 days ago by F-Sh.
The administrator has disabled public write access.

A problem in the multiplayer section 2 months 3 days ago #3257

My first guess would be that maybe the texture alpha is set to 0 for the car and it's submodels, or if you changed the material of the car then it's alpha is set to 0. If so, just return the value back to 1.

If not, it's probably best to share the source of your project to see what's wrong.
The administrator has disabled public write access.

A problem in the multiplayer section 2 months 3 days ago #3258

  • F-Sh
  • F-Sh's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 13
  • Thank you received: 6
Thank you very much for the reply, However, while my question was being Reviewed by Cyberix3d, I figured out how to solve the problem myself. now it's working. :)
The administrator has disabled public write access.
The following user(s) said Thank You: Symbiotic Interactives

A problem in the multiplayer section 2 months 3 days ago #3259

Out of curiosity, what fixed the issue?
The administrator has disabled public write access.

A problem in the multiplayer section 2 months 2 days ago #3260

  • F-Sh
  • F-Sh's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 13
  • Thank you received: 6
<Timeout seconds="0.3">
      <Var var="init" value="Init()"/>
    </Timeout>
For The vehicle.
I tested with my Android phone and it worked after adding this code
The administrator has disabled public write access.
The following user(s) said Thank You: Symbiotic Interactives
Time to create page: 0.095 seconds