27.11.2011, 01:16
(
Последний раз редактировалось dr.pepper; 14.12.2011 в 02:13.
)
- Problem solved: OnPlayerUpdate was returning 0 O.o
Ignore This: (You can read it)
Umm I'm having trouble with racing in Virtual Worlds. I'm not sure if it's a bug or something but let me explain in detail what happens. So lets say a friend and I are going to race.. So we type /join and we get teleported to the Virtual World 10. The countdown starts from 5-0 and we look fine. After the countdown I see my friend on top of his car and his car is not moving. I am able to move myself and get into checkpoints same for him, but he looks frozen to me. From my friend's point of view: I look frozen and on top of my car also. He is able to get into checkpoints and all. (Maybe this should be in Server Support :S)
I did not set this for any of us after the countdown: TogglePlayerControllable(playerid, false);
After the countdown: TogglePlayerControllable(i, true);
So is this a possible bug or is my system wrong?
Here are some codes:
Edit:
Ignore This: (You can read it)
Umm I'm having trouble with racing in Virtual Worlds. I'm not sure if it's a bug or something but let me explain in detail what happens. So lets say a friend and I are going to race.. So we type /join and we get teleported to the Virtual World 10. The countdown starts from 5-0 and we look fine. After the countdown I see my friend on top of his car and his car is not moving. I am able to move myself and get into checkpoints same for him, but he looks frozen to me. From my friend's point of view: I look frozen and on top of my car also. He is able to get into checkpoints and all. (Maybe this should be in Server Support :S)
I did not set this for any of us after the countdown: TogglePlayerControllable(playerid, false);
After the countdown: TogglePlayerControllable(i, true);
So is this a possible bug or is my system wrong?
Here are some codes:
Edit:
Quote:
I'm going to have to bump this, but let me restate the entire problem ( I will edit the thread info ). I think it is a bug. This is not a virtual worlds problem. I have no idea what's going on but I've rechecked my code a thousand times and it seems like it is not a code problem.
Some players look frozen and are on top of their car during a race (These players are actually not frozen, they just look frozen to other players.). |