General > Bug Reports

Bug Archive

<< < (42/100) > >>

[MAF]Aj_Lajk_Bir:
and again...  :-[
[youtube]http://www.youtube.com/watch?v=PQParX8RPZU[/youtube]

[MAF]Rac3r:
Hmm. Well, It's happened to me before, also a few random occasions I've seen a few people saying it's bugged cp, I vaguely remember Firefox suffering from it once too.
I'm sure this bug has been with us for ages, but thanks for reporting I'll look into it.

EDIT:

--- Code: --- if(gRace[gRaceStarted]==0)return 1;
if(xInfo[playerid][special]>7)return 1;
if (xInfo[playerid][special]<8 && xInfo[playerid][RaceOver]==2 || xInfo[playerid][special]==8)return 1;
if (xInfo[playerid][special]< 8 && pInfo[playerid][gPlayerProgress]==gRace[gMaxCheckpoints]-1)
--- End code ---
Above are some simple arguments. Looking at my code, there are a few silly mistakes. When I say 'end' I mean server won't do anything when you enter checkpoint.

--- Code: --- if( HasRaceStarted? = no ) end; // it asks server has race started? if yes, it would not 'end'
if( IsPlayerRacing? = no ) end; // if player in not racing, it will 'end'.
if ( IsPlayerRacing? = no AND RaceIsOver? =yes OR IsPlayerRacing? = no) end; //I ask if twice, even though the previous argument has answered this.
if ( IsPlayerRacing? = yes AND CheckpointNumber = TotalCheckpoints)continue; // again, I ask. Pfft, my coding. lol
--- End code ---

I don't think the above is causing the problem, but it's shows you how at first code seems logically, it soon can look inefficient.  :'(

You guys know the bug of joining, then all vehicles seem out of sync and invisible?
Just made a fix I think, I'll test it out today on the server.


--- Code: --- for(new i;i<MAX_VEHICLES;i++)
{
if(SyncMe[i]==1)SetVehicleVirtualWorld(playerid,GetVehicleVirtualWorld(i));
}

--- End code ---

Andre : Auto-Modify ? lol It wouldn't let me double post  :-[

[FSR]Ush:
You can only double post after 7 days or something.. I´m experiencing the same sometimes.

[MAF]mooman:
why would you ever want to double post? ;_;

[2F2F]SNiKeRiS:
what that suppose to mean double post ? You can write two messages or what. Explain, please  ;D

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version