Author Topic: Bug Archive  (Read 169035 times)

0 Members and 5 Guests are viewing this topic.

Offline [MAF]Rac3r

  • Leader
  • Posts: 2,807
  • Well, this is embarrassing.
    • View Profile
Re: Bugs
« Reply #195 on: June 05, 2009, 05:33:33 pm »
when u change someone's account and u own a house, u will loose it and the house will get the one with changed name :L
Haha, damn my coding! Cheers dev. Fixed soon as I upload.

/vc 384 is cool blue colour but now when i typing that it show pink  :-\ :o
can you fix it?
Car colours go upto 120ish, anything above is not synched.

Offline [MAF]Aj_Lajk_Bir

  • Admin
  • Posts: 5,031
    • View Profile
Re: Bugs
« Reply #196 on: June 05, 2009, 05:41:52 pm »
another bug  :-\
cp many time dont load  :-[


Offline [2F2F]SNiKeRiS

  • Admin
  • Posts: 3,892
    • View Profile
    • 2F2F website
Re: Bugs
« Reply #197 on: June 05, 2009, 06:39:59 pm »
Simple answer: LAG  :D

Offline [MAF]Aj_Lajk_Bir

  • Admin
  • Posts: 5,031
    • View Profile
Re: Bugs
« Reply #198 on: June 05, 2009, 07:57:20 pm »
no way

never had it before and i'm not one person who have it

Offline ivanduk

  • Posts: 1,144
    • View Profile
Re: Bugs
« Reply #199 on: June 05, 2009, 08:02:40 pm »
i have it a long time ago



[SFX]Dr.Hulka [4]: talking about gay give it to id 17
piggernenis [17]: haha
piggernenis [17]: hulka put me on ignore because he thinks im gay
[SFX]Dr.Hulka [4]: id 17 have aids

Offline [FSR]Ush

  • Admin
  • Posts: 13,449
  • Aart
    • View Profile
Re: Bugs
« Reply #200 on: June 05, 2009, 08:13:52 pm »
i have it a long time ago

you still have it :L

Offline [MAF]Snoopy

  • Posts: 14,540
    • View Profile
Re: Bugs
« Reply #201 on: June 05, 2009, 08:17:45 pm »
i get it aswell :(

Offline [MAF]Aj_Lajk_Bir

  • Admin
  • Posts: 5,031
    • View Profile
Re: Bugs
« Reply #202 on: June 05, 2009, 08:26:01 pm »
so snik get own3d  ;D

Offline [MAF]Snoopy

  • Posts: 14,540
    • View Profile
Re: Bugs
« Reply #203 on: June 05, 2009, 08:27:14 pm »
sometimes grids start like that, and other times you cant drive through checkpoints :(

Offline [2F2F]SNiKeRiS

  • Admin
  • Posts: 3,892
    • View Profile
    • 2F2F website
Re: Bugs
« Reply #204 on: June 05, 2009, 09:46:34 pm »
Oh man, damn  ;D

Offline [MAF]Aj_Lajk_Bir

  • Admin
  • Posts: 5,031
    • View Profile
Re: Bugs
« Reply #205 on: June 05, 2009, 10:22:42 pm »
and again...  :-[
[youtube]http://www.youtube.com/watch?v=PQParX8RPZU[/youtube]

Offline [MAF]Rac3r

  • Leader
  • Posts: 2,807
  • Well, this is embarrassing.
    • View Profile
Re: Bugs
« Reply #206 on: June 06, 2009, 05:25:41 am »
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: [Select]
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)
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: [Select]
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

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: [Select]
for(new i;i<MAX_VEHICLES;i++)
{
if(SyncMe[i]==1)SetVehicleVirtualWorld(playerid,GetVehicleVirtualWorld(i));
}

Andre : Auto-Modify ? lol It wouldn't let me double post  :-[
« Last Edit: June 06, 2009, 06:04:36 am by [LSD]Rac3r »

Offline [FSR]Ush

  • Admin
  • Posts: 13,449
  • Aart
    • View Profile
Re: Bugs
« Reply #207 on: June 06, 2009, 10:26:40 am »
You can only double post after 7 days or something.. I´m experiencing the same sometimes.

Offline [MAF]mooman

  • Leader
  • Posts: 6,299
    • View Profile
Re: Bugs
« Reply #208 on: June 06, 2009, 03:11:46 pm »
why would you ever want to double post? ;_;
will read and answer your forum PMs when I'm less busy!

Offline [2F2F]SNiKeRiS

  • Admin
  • Posts: 3,892
    • View Profile
    • 2F2F website
Re: Bugs
« Reply #209 on: June 06, 2009, 03:53:57 pm »
what that suppose to mean double post ? You can write two messages or what. Explain, please  ;D