AdrenalineX Forums

General => AdrenalineX Development => Bug Reports => Topic started by: [MAF]Rac3r on June 05, 2008, 07:20:27 am

Title: Bug Archive
Post by: [MAF]Rac3r on June 05, 2008, 07:20:27 am
Server Bugs
Noticed any bugs in the server? Things arn't working right? Post them here!

Examples :
Quote
Hi, my vehicle doesn't change color after awhile, it just stays the same colour?
This is a SA-MP bug, for some reason after 255 cars have been spawned, no more vehicles can change color.
Quote
Teleporting via the map doesn't work? WF!?
Again, SA-MP bug. Seems to be a problem with the latest R2 server release.
Title: Re: Bugs
Post by: WhooDInI on June 12, 2008, 12:19:02 pm
ElloZ :)

I tried to spawn a car from menu, /cx -> Lethal -> All Vehicles -> 2door cars -> Stallion and the game crashes :(.
Andy and me tried it again and Andy managed to spawn a Stallion but I managed to crash the server again :D.
Ain't I bad! hihihihihihi

PS Bender is The GREATEST!!! hihihihihihi
Title: Re: Bugs
Post by: [MAF]Rac3r on June 12, 2008, 04:47:36 pm
Thanks Whoo, I used LathaL's menu's and this is actual he bug.

10x for reporting, it will be ok next time server is restarted.
Title: Re: Bugs
Post by: killerg5 on June 30, 2008, 09:08:07 pm
I would like to report a bug :O

well, If u finish a race u somtimes get a shotgun whit 5 bullets! :O  its true..
i let my bro play for few mins after a few races hey was scrolling and suddenly hey got a combat shotgun whit 5 ammo :O
i told him to kill himself and hey did ;)
If i can ill try to get a screenie if i got a shotgun :O

greets killerg5
Title: Re: Bugs
Post by: Grandmaster on June 30, 2008, 09:22:56 pm
I would like to report a bug :O

well, If u finish a race u somtimes get a shotgun whit 5 bullets! :O  its true..
i let my bro play for few mins after a few races hey was scrolling and suddenly hey got a combat shotgun whit 5 ammo :O
i told him to kill himself and hey did ;)
If i can ill try to get a screenie if i got a shotgun :O

greets killerg5
Nothing special. Happens always after you get out of a police car
Title: Re: Bugs
Post by: [2F2F]Steven8 on July 02, 2008, 10:20:09 pm
Hey, today while i was playing i noticed a bug, in this race, and in one other. The time didn't save to /top5, why ?
(http://img377.imageshack.us/img377/313/samp140bv2.th.jpg) (http://img377.imageshack.us/my.php?image=samp140bv2.jpg)
Title: Re: Bugs
Post by: Grandmaster on July 03, 2008, 02:55:45 am
same happend too me. It doesn't save records and in /cx menu the record thing were deffinatly activated
Title: Re: Bugs
Post by: [MAF]Rac3r on July 03, 2008, 04:16:39 am
I thought it was a bug with New Races, I guess not.

Fixed guys. :-*
Title: Re: Bugs
Post by: [2F2F]Steven8 on July 03, 2008, 09:11:09 am
thx a lot :D
Title: Re: Bugs
Post by: [FSR]Ush on July 12, 2008, 01:44:40 pm
when i type /repair one.. there is happening nothing strange...

but when i do quick /repair a couple of times behind eachother i get transfered to the car-dealer paint-shop in the 2nd city.. (san fierro)

I think this is a bug?
Title: Re: Bugs
Post by: [MAF]Rac3r on July 12, 2008, 01:54:18 pm
Hmm.

In order of coding :

It should work, the SOS using the same save system, so maybe that's why it didn't work?
If you press command twice, it will more than likely save your position at Wangs. :L

Done loads of testing with it, it seems to work.
Repair  is only good for replacing your wing in an airoplane. Just use /vr for the rest. /repair is slooooow.
Title: Re: Bugs
Post by: Adj on July 19, 2008, 06:36:07 pm
The servers auto-heal when changing races also heals people playing DM.

It sucks playing DM now and everyone is accusing eachother of health-hacks
Title: Re: Bugs
Post by: [MAF]Rac3r on July 19, 2008, 07:40:25 pm
Code: [Select]
if (strcmp(var1, "ALL", true)==0) // <<<   /heal ALL
{
for(new i;i<MAX_PLAYERSX;i++)
{
if(IsPlayerConnected(i) && xInformation[i][special]<5)SetPlayerHealth(i,90); << [special]< 5 is only race world
}
SendClientMessageToAll(COLOR_AQUA, "[INFO] All players health has been restored!");
  return 1;
}
Deathmmatch health won't be healed. Only the race worlds.

I should edit the text.

Title: Re: Bugs
Post by: Adj on July 20, 2008, 04:36:30 pm
No no you've build something to prevent people from dying when a track is changing.. that's healing the DM players. It's immortality I think
Title: Re: Bugs
Post by: Cristhop3r on July 27, 2008, 11:00:47 am
Humm I Noticed a bug in the race Welcome_To_Hell
sometimes from the nothing you EXPLODE!

a crazy bug :S
Title: Re: Bugs
Post by: Grandmaster on August 01, 2008, 11:23:39 pm
In nitro races i never get nitro :-\ (and i know how to activate nitro). Also i raced once on a time trial track and my car and character were invisible
Title: Re: Bugs
Post by: [MAF]Rac3r on August 02, 2008, 06:02:03 am
Fixed Adj, good point it was healing everyone. :L

Welcome_To_Hell :L Gotta love the crazy weather. Not fixed, but I didn't think it was broken. Will look into it.

Yo Grandmaster, nitro should work, there must be a problem with your config? It's very simple coding, I can't see any reason why it wouldn't activate your nitro, because everyone else's is fine.
Check your defined keys m8.
Title: Re: Bugs
Post by: Grandmaster on August 02, 2008, 01:54:11 pm
The problem is i never get this nitro box. If i enter a car of someone else nitro works fine but the cars i spawn with don't have the nitro box :-\
Title: Re: Bugs
Post by: [MAF]Rac3r on August 02, 2008, 09:53:28 pm
Code: [Select]
    if((newkeys & KEY_ACTION))  <<key action for most is ctrl, for me L1 on gamepad.
    {      //gSpecial 6 is nitro races                 //xSpecial is buildmode
        if(gRace[gSpecial]==6 || xBuild[playerid][xSpecial]==6)
        {
            if(!IsPlayerInInvalidNosVehicle(playerid,GetPlayerVehicleID(playerid)))AddVehicleComponent(GetPlayerVehicleID(playerid),1008);
        }.....
Very simple coding, there must be a problem the way you're doing it. Oh btw, cars don't spawn with nitro, you need to hit 'ctrl' key.:L
Title: Re: Bugs
Post by: [MAF]Snoopy on August 02, 2008, 10:54:22 pm
:L
Title: Re: Bugs
Post by: Grandmaster on August 03, 2008, 04:25:30 am
I pressed CTRL, i pressed every really every existing button on my keyboard and NOTHING activates nitro...
Title: Re: Bugs
Post by: WhooDInI on August 28, 2008, 09:34:01 pm
hi fellas
long time no see :D:D

i got a bug......  a small one  :D:D:D
when a player enters the game we see "Player (Country) has joined the server ......"
if i do "/statsx id" i see "Player (My Country) has joined the server ......" instead of "Player (His Country) has joined the server ......"

thanks. this is all 4 now :D
Title: Re: Bugs
Post by: [MAF]Rac3r on August 29, 2008, 03:51:29 am
Ooops. Thanks whoo, I did the same when I put I.P's in their stats.

Fixed. :)
Title: Re: Bugs
Post by: [MAF]Cthulhu on August 29, 2008, 01:29:29 pm
Ok i found another bug,when is somebody jailed and he wont type /bail,in next race he will be unjailed automatically but all commands dont work for him.It happened to me today and also to some racer,he couldnt spawn new car.And i think none of  commands dont work for him,like for me.
Thats all for now. :)
Title: Re: Bugs
Post by: [MAF]Rac3r on August 29, 2008, 02:55:15 pm
Nice find, thanks Devil. Fixed.  ;D
Title: Re: Bugs
Post by: BuRnOUT on September 01, 2008, 10:30:58 am
hi  ;)

when I finish a race and I are waiting for the next race if I press TAB to spam a car that car keep ghost and in the same place in the air..      (only happend sometimes) 

a strange thing hapend when i got in jail and we press TAB... i got to another flor xD
hope to help 8)
                                                                                         
Title: Re: Bugs
Post by: [MAF]Rac3r on September 01, 2008, 01:50:41 pm
Oops, I knew my new feature would cause problems.

If you press SecondaryFire it will rescue your car, for example, vehicle flys off the cliff.

I didn't think about jail or after races, thanks for informing me.

Will be fixed soon.
Title: Re: Bugs
Post by: BuRnOUT on September 04, 2008, 01:23:52 pm
yoyo ;D
 
7hunder found a other bug :-*
when i was race in classic and there are a nitro race in normal world of racing, in classic we can use nitro too

Rac3r do u understand ?
Title: Re: Bugs
Post by: [MAF]Cthulhu on September 08, 2008, 04:42:20 pm
at that new finish camera is one little bug,sometimes happen camera just stuck on one place and its alright after then new race starts  :P
Title: Re: Bugs
Post by: [MAF]Rac3r on September 14, 2008, 04:48:37 pm
Changed it slightly, camera also appeared to be laggy, although is was quite cool, I prefer the new camera system.

Keep me posted if the bugs still there please Devil666.

Nitro in classic mode, fixed.   :D
Title: Re: Bugs
Post by: [FSR]Ush on September 15, 2008, 11:27:50 am
i dont need that spectaculair camera finish :P
Title: Re: Bugs
Post by: Grandmaster on September 25, 2008, 04:40:18 pm
The last two days noone can see the name tags of the people anymore its not that bad but if someone would cheat it would hard to find out who he is
Title: Re: Bugs
Post by: ignac on September 25, 2008, 07:27:03 pm
Yep all don't see , this is good but only in normal players , for admin bad
The last two days noone can see the name tags of the people anymore its not that bad but if someone would cheat it would hard to find out who he is
Title: Re: Bugs
Post by: [MAF]Cthulhu on September 27, 2008, 07:25:52 am
it would be rly better with names because everyone is confused   :)
Title: Re: Bugs
Post by: [MAF]Rac3r on September 27, 2008, 07:27:27 am
It was a silly mistake by me, I removed them to take some one player pictures with bots.

But I fixed it, right?
Title: Re: Bugs
Post by: [MAF]Cthulhu on September 27, 2008, 07:29:54 am
It was a silly mistake by me, I removed them to take some one player pictures with bots.

But I fixed it, right?

fine ;) ;D
Title: Re: Bugs
Post by: [2F2F]SNiKeRiS on January 01, 2009, 12:23:31 pm
Em... R the vote bug is back  :-\
Title: Re: Bugs
Post by: [MAF]Rac3r on January 04, 2009, 06:19:25 pm
Bug List:

Buildmode : Time Trial settinga bug.
Vote Menu : Needs recoding, last one was heavily bugged.
Title: Re: Bugs
Post by: [FSR]Ush on January 04, 2009, 10:40:29 pm
money bug :D

a few days ago i lost all my money again  :-\
Title: Re: Bugs
Post by: Stallone on January 06, 2009, 02:41:24 am
Hello! Today when i was playing the menu of votes sometimes looked like this:

(http://i257.photobucket.com/albums/hh205/Malver10/sa-mp-087.jpg)

And congratulations to the server, is getting better! :)

Bye and sorry for bad english
Title: Re: Bugs
Post by: [MAF]Rac3r on January 06, 2009, 05:21:46 pm
Bug List

Vote Menu : Still broken, thanks for reporting with a picture Stallone.
Buildmode : Timetrial bug...
Cash : Sorry Ush lol also mooman lost his money, I also lost 400k but I got that with a bug on Cysio lol Really can't understand why it fucks up.
Title: Re: Bugs
Post by: [MAF]Aj_Lajk_Bir on January 06, 2009, 05:34:54 pm
i think it do when in duel player quit game.
Title: Re: Bugs
Post by: [MAF]Rac3r on January 14, 2009, 06:04:24 pm
Vote and TimeTrail are back working, also fixed a good few tiny little bugs that probably wouldn't matter, but still they're fixed.
Servers also now capable of running a 40 man server, with no grid errors, thanks to mooman.

mooman mentioned a few new bugs with the grid system, I'm still too see it happen.
Title: Re: Bugs
Post by: [MAF]Aj_Lajk_Bir on February 03, 2009, 10:45:36 am
(http://i40.tinypic.com/9v9tm8.png)
Title: Re: Bugs
Post by: [2F2F]SNiKeRiS on February 03, 2009, 01:04:41 pm
And btw the World score is in not in same line  ;)
Title: Re: Bugs
Post by: [MAF]Cthulhu on February 07, 2009, 01:36:59 am
Buildmode is probably bugged again. When u set time trial race or nitro TT with sunny weather, then weather isn't sunny but it starts changing.
Anyway I think that changing weather is quite unneeded.  :P
Title: Re: Bugs
Post by: [2F2F]Steven8 on February 07, 2009, 08:17:27 am
Naaah i love this weather  :)
Title: Re: Bugs
Post by: [MAF]mooman on February 07, 2009, 10:40:25 am
is it just me or is the server browser query thing reporting the wrong scores for players? maybe its cos im using 0.2x update1
Title: Re: Bugs
Post by: Thrasher on February 07, 2009, 08:23:16 pm
Fuck!! Every 3 minutes I crash and can't log back on for 10 minutes... WTF??
Title: Re: Bugs
Post by: [MAF]mooman on February 07, 2009, 08:57:43 pm
keeps timing every1 out and i keep needing to reboot server lol
Title: Re: Bugs
Post by: [FSR]Ush on February 09, 2009, 03:36:07 pm
Server down?? Ping 9999
Title: Re: Bugs
Post by: [MAF]Aj_Lajk_Bir on February 09, 2009, 03:37:38 pm
ah its was in morning and now something wrong with server
damn free week and this...
Title: Re: Bugs
Post by: [2F2F]Steven8 on February 13, 2009, 05:14:04 pm
little bug with commands xd

(http://i40.tinypic.com/ff4rqt.jpg)
Title: Re: Bugs
Post by: [MAF]Snoopy on February 14, 2009, 07:14:58 pm
server keeps timing out more than ever, in the middle of every race. :(
Title: Re: Bugs
Post by: [MAF]Aj_Lajk_Bir on February 14, 2009, 07:54:51 pm
ye
many time when race end(19/22cp)lol
Title: Re: Bugs
Post by: [MAF]Snoopy on February 14, 2009, 08:17:42 pm
lol pain in da ass :(
Title: Re: Bugs
Post by: [MAF]Rac3r on February 15, 2009, 07:45:04 am
My opinion is server has never been better. Everything seems to be working the way I want it to. MTA is back up and running and now is nearly configurable with a command. Might need to simplify this but I'm sure we'll get the hang of it.  ;)

/resetmta [special] [interior] [cpsize] [special2] [special3]

Basically I've made it do the same checks as a normal race would. All beta, so it might work or might phail.

[special]
1 "NO DAMAGE RACE"    2 "UPGRADES RACE"    3 "NITRO TIME TRIAL"    4 "RAMP RACE"
5 "TIME TRIAL"    6 "NITRO RACE"    7 "ONE WORLD RACE"    10 "JETPACK RACE"   
11 "RUNNING RACE"    20 "GTAIV CARNAGE MP"    "21 "GTAIV CARNAGE SP"
[Interior]
Useless atm, becuase MTA ain't got any Interior races.
[CPSize]
A bit useless because the .map file does contain a value for the checkpoint size.
[special2]
Unused atm.
[Special3]  (This is the grid type)
10 "TimeTrial"    11 "Normal Class"    12 "OneWorld"

Example :
/resetmta 6 0 5 0 10
This would set the race to a Nitro-TimeTrail with 5 size checkpoints.

Goodluck correcting the maps admins.
Title: Re: Bugs
Post by: [2F2F]SNiKeRiS on February 15, 2009, 07:56:03 am
You want us to recorect MTA races to normal ?  Like i know m4's race SkyJump should be TT, but now it's normal race and without nitro. So i should make it like it should be ?  :L
Title: Re: Bugs
Post by: [MAF]Aj_Lajk_Bir on February 15, 2009, 08:43:14 am
SkiJump is now TT and with nitro ;_;
Title: Re: Bugs
Post by: [LSR]Jalicno on February 15, 2009, 09:21:59 pm
Cmon people dont go offtopic here  ;)
Title: Re: Bugs
Post by: [2F2F]SNiKeRiS on February 20, 2009, 02:03:05 pm
Take a look at this... Hope i posted right in place  ???

(http://img8.imageshack.us/img8/5964/samp234pb5.png)
Title: Re: Bugs
Post by: [MAF]Cthulhu on February 20, 2009, 06:15:16 pm
if u will see that bug with the missing race name ^ ^ just restart server, it helped today  :D
Title: Re: Bugs
Post by: [2F2F]SNiKeRiS on February 20, 2009, 08:15:26 pm
Yea i noticed, but bug with paintjob isn't ok  :D
Title: Re: Bugs
Post by: [MAF]Rac3r on February 21, 2009, 07:54:16 am
I thought paint ID's were 0 1 2. Oops. They are actually 1 2 3. Fixed.

Stop the fail....
Code: [Select]
#define Geo     //location recognition
Code: [Select]
#if defined GEO
dcmd_countryscan(playerid,params[])
{

Also fixed the ban bug where you had to use one word lol
Title: Re: Bugs
Post by: [FSR]Ush on February 22, 2009, 10:35:42 am
Yay!! Hail rac3r!
Title: Re: Bugs
Post by: [MAF]Cthulhu on February 24, 2009, 12:42:21 pm
/spec off ain't working (http://s4.images.proboards.com/rolleyes.gif)
Title: Re: Bugs
Post by: [MAF]Aj_Lajk_Bir on February 24, 2009, 01:11:46 pm
lol
just write /spec and you exit from it  :-*
Title: Re: Bugs
Post by: [MAF]Rac3r on February 25, 2009, 06:28:47 pm
It's a lot more easier now to switch from mode to mode, like AFK to SPEC, SPEC to STUNT.
Title: Re: Bugs
Post by: [MAF]mooman on February 25, 2009, 09:30:43 pm
only problem with this is that sometimes the mode doesnt know how many people are racing so you'll go through the first cp as 3rd/2 when the grid had 3 people
Title: Re: Bugs
Post by: MadMax on March 04, 2009, 02:23:08 pm
2 bugs

1.IV MP don't work
2. /paint don't work in Tornado
Title: Re: Bugs
Post by: [MAF]Rac3r on March 04, 2009, 02:55:17 pm
Fixed, are you sure GTAIV MP doesn't work?

I know the DeathRace map needs resetting. To do this max, type :

/resetmta 20 0 14 20
/resetmta nitro nothing IVGrid

As I was writting this post, I have realised what is wrong. GTAIV should be ok now, but races made will need to be fixed.

Report here, bug is fixed. Thanks max.

Title: Re: Bugs
Post by: MadMax on March 04, 2009, 07:46:45 pm
Quote
Fixed, are you sure GTAIV MP doesn't work?

we have no shooters in MP ???
but it is fixed so ok

but there is still 2nd bug

when /paint in Tornado it hasn't got paintjods
Title: Re: Bugs
Post by: ǝǝǝoſ[sXɐ] on March 10, 2009, 07:59:19 pm
it'l be ok, it's only a tornado :L
Title: Re: Bugs
Post by: [MAF]MrHess on March 10, 2009, 08:10:21 pm
voting is hard as hell
Title: Re: Bugs
Post by: [2F2F]SNiKeRiS on March 10, 2009, 08:42:29 pm
voting is hard as hell

Yea and sometimes i see double race or 3 white lines  :o Also it's lil laggy.
Title: Re: Bugs
Post by: [MAF]Aj_Lajk_Bir on March 10, 2009, 08:51:31 pm
laggy but it look very nice  :)
Title: Re: Bugs
Post by: [MAF]Cthulhu on March 11, 2009, 03:29:53 pm
display is bugged, /alternate don't help  :-\
(http://i41.tinypic.com/m73pd1.jpg)
Title: Re: Bugs
Post by: [2F2F]SNiKeRiS on March 11, 2009, 08:30:59 pm
I have same with another display, but i type /alternate and it fixes... well not for long  :-[
Title: Re: Bugs
Post by: [FSR]Ush on March 11, 2009, 08:51:46 pm
we still have the money bug ;_;
Title: Re: Bugs
Post by: [2F2F]SNiKeRiS on March 11, 2009, 10:28:32 pm
we still have the money bug ;_;

Money has been restet
Title: Re: Bugs
Post by: [MAF]Cthulhu on March 15, 2009, 03:49:48 pm
(http://s5.tinypic.com/2q9kt4n.jpg)
unavaliable ;_;
Title: Re: Bugs
Post by: [MAF]mooman on March 15, 2009, 04:14:18 pm
lol there's also a Slect typo but I forgot what message it's in ;_;
Title: Re: Bugs
Post by: [2F2F]SNiKeRiS on March 15, 2009, 04:20:02 pm
My 200k has gone... I had them yesterday  :-\
Title: Re: Bugs
Post by: [2F2F]SNiKeRiS on April 01, 2009, 07:11:21 pm
1. Ok, like R said, /home cmd working, but we have too much houses so have to delete some.

2. Roll Eyes smile bugged.

Title: Re: Bugs
Post by: [MAF]MrHess on April 21, 2009, 07:29:30 am
/location is bugged, says its for lvl 2, but doesnt work
Title: Re: Bugs
Post by: [MAF]Aj_Lajk_Bir on April 21, 2009, 10:02:21 am
limit on using it maybe
Title: Re: Bugs
Post by: [MAF]Snoopy on April 23, 2009, 06:56:10 pm
bug :L

[youtube]http://www.youtube.com/watch?v=L5TxTh0RHXc&fmt=18[/youtube]
Title: Re: Bugs
Post by: [MAF]Rac3r on April 23, 2009, 07:01:18 pm
lol fucking cool one too :p
Title: Re: Bugs
Post by: [MAF]Snoopy on April 23, 2009, 07:01:54 pm
most randomist iv'e seen :P
Title: Re: Bugs
Post by: MadMax on April 23, 2009, 07:19:50 pm
cool infernus
Title: Re: Bugs
Post by: [MAF]Aj_Lajk_Bir on April 23, 2009, 08:28:22 pm
btw
nice  video quality  :o
Title: Re: Bugs
Post by: [MAF]Cthulhu on April 23, 2009, 09:01:45 pm
haha nice one :L
Title: Re: Bugs
Post by: [MAF]Snoopy on April 23, 2009, 10:33:11 pm
:D
Title: Re: Bugs
Post by: [AK47]M4lysz on April 24, 2009, 04:35:57 am
 ;D
Title: Re: Bugs
Post by: [FSR]Ush on April 24, 2009, 09:24:16 am
haha wtf @ bug
Title: Re: Bugs
Post by: [MAF]falky on April 24, 2009, 12:11:01 pm
happens to me too, but not that long lol :o
Title: Re: Bugs
Post by: Thrasher on April 27, 2009, 01:03:28 am
Bugs

(http://www.theronhatch.com/blog/icontact/archives/images/bugs.jpg)
Title: Re: Bugs
Post by: [FSR]Ush on May 03, 2009, 08:24:05 pm
Today I was looking in the highscores list at forum and I found a mistake in the list... look at this:
The times differ.. it is "only" 0.001 but what does it mean for the other HighScores on our site? Also bugged, with even bigger differences? Or is this just a single case..
And no, I didn't improve my time.
Also Sonic's 3rd time is 0.001 different...

Peanuts
# Time Racer
1) 1:28.281 [FSR]Ush
2) 1:30.296 [FSR]Devil666
3) 1:31.125 [FSR]Sonic
4) 1:31.250 [LSD]F4lc0N
5) 1:31.609 [2F2F]5w3e7

(http://img6.imageshack.us/img6/6922/samp155.jpg)
Title: Re: Bugs
Post by: [MAF]Cthulhu on May 03, 2009, 08:27:14 pm
strange :L
Title: Re: Bugs
Post by: [MAF]Aj_Lajk_Bir on May 03, 2009, 09:52:39 pm
yep

many bugs..
Title: Re: Bugs
Post by: [MAF]Snoopy on May 03, 2009, 10:45:05 pm
Servers down, it seemed to happen right after i did /weather in buildmode

(http://img254.imageshack.us/img254/6890/samp005c.png) (http://img254.imageshack.us/my.php?image=samp005c.png)
Title: Re: Bugs
Post by: [MAF]Rac3r on May 04, 2009, 05:49:40 am
Today I was looking in the highscores list at forum and I found a mistake in the list... look at this:
The times differ.. it is "only" 0.001 but what does it mean for the other HighScores on our site? Also bugged, with even bigger differences?
Time is saved as a Tick Count, what you don't see in server, or on highscore page is the actual numeric number saved.
Code: [Select]
--Nrg_Speed-- 50609 [FSR]Devil666
--Nrg_Speed-- 54812 fantomas_s7s
--Nrg_Speed-- 55359 ManInBlack[]
--Nrg_Speed-- 56843 Rac3r
--Nrg_Speed-- 57359 [FSR]SubUrban
In server, SA-MP converts the number, to minutes,seconds and milliseconds.
Andre uses PHP to convert to a time.

I highly doubt it will be more than 0.001, think we are OK.  ;D

Servers down, it seemed to happen right after i did /weather in buildmode.
lol Shocking screenshot
Can you remember what you typed after /weather ?
/weather 666 for example.
Title: Re: Bugs
Post by: [FSR]Ush on May 04, 2009, 06:27:08 am
Ok good to hear it's nothing more as 0.001 ;)

Wow Snoopy found the devil's weather  :'( :'(
Title: Re: Bugs
Post by: [MAF]Aj_Lajk_Bir on May 04, 2009, 08:09:57 am
devil was angry for using his weather :L
Title: Re: Bugs
Post by: [MAF]Cthulhu on May 04, 2009, 02:03:19 pm
haha :L
Title: Re: Bugs
Post by: [MAF]mooman on May 04, 2009, 02:36:03 pm
Today I was looking in the highscores list at forum and I found a mistake in the list... look at this:
The times differ.. it is "only" 0.001 but what does it mean for the other HighScores on our site? Also bugged, with even bigger differences?
Time is saved as a Tick Count, what you don't see in server, or on highscore page is the actual numeric number saved.
Code: [Select]
--Nrg_Speed-- 50609 [FSR]Devil666
--Nrg_Speed-- 54812 fantomas_s7s
--Nrg_Speed-- 55359 ManInBlack[]
--Nrg_Speed-- 56843 Rac3r
--Nrg_Speed-- 57359 [FSR]SubUrban
In server, SA-MP converts the number, to minutes,seconds and milliseconds.
Andre uses PHP to convert to a time.

I highly doubt it will be more than 0.001, think we are OK.  ;D


yep and
Code: [Select]
peanuts 88281 [FSR]Ush
peanuts 90296 [FSR]Devil666
peanuts 91125 [FSR]Sonic
peanuts 91250 [LSD]F4lc0N
peanuts 91609 [2F2F]5w3e7
website is more accurate :L
Title: Re: Bugs
Post by: [MAF]Snoopy on May 11, 2009, 09:22:49 pm
List of bugs

Buildmode bugs: deleting checkpoints, double checkpoints, and having to set grids while still in a full world.

Sometimes races start without cars nor checkpoints, so you have to restart the race for it to work correctly.

Timeouts... getting really bad again.

Bugged cars at grid, you know the one.

I think there is some more, but iv'e forgotton atm.
Title: Re: Bugs
Post by: [MAF]Cthulhu on May 11, 2009, 09:27:51 pm
and sometimes cps dont work but i rly have no idea why lol
it happened to me a few times
Title: Re: Bugs
Post by: [FSR]Ush on May 12, 2009, 01:07:15 am
yeh alot of bugs these days, i experienced all of the above..
Title: Re: Bugs
Post by: [MAF]Snoopy on May 12, 2009, 01:12:40 am
and sometimes cps dont work but i rly have no idea why lol
it happened to me a few times

aha yeah, races starting inside checkpoints, and also some checkpoints do not register when you drive through them.

but in all honesty the timeout problem is the worst, we never used to get timeouts during races  :-\
Title: Re: Bugs
Post by: [FSR]Ush on May 12, 2009, 01:15:12 am
i had some disconnects on server while my internet stayed online... don't know if that's server related..
Title: Re: Bugs
Post by: [MAF]falky on May 12, 2009, 03:08:58 am
i had some disconnects on server while my internet stayed online... don't know if that's server related..

Its your connection peanuts ;_; you keep timing out on my msn :L
Title: Re: Bugs
Post by: [MAF]Rac3r on May 12, 2009, 05:28:55 am
Sometimes races start without cars nor checkpoints, so you have to restart the race for it to work correctly.
Timeouts... getting really bad again.
Bugged cars at grid, you know the one.

Seems teh grid sorting has gone to shit, I'm pretty sure they're all related. Changed a few code sequences and added a few checks to make sure no fucker is in the vehicle.

Added a 3 second delay to settings checkpoints.
Title: Re: Bugs
Post by: [FSR]Ush on May 12, 2009, 09:16:00 am
i had some disconnects on server while my internet stayed online... don't know if that's server related..

Its your connection peanuts ;_; you keep timing out on my msn :L

i was at my parents already, not anymore in my student room ;_;
Title: Re: Bugs
Post by: [MAF]falky on May 12, 2009, 09:27:32 am
k
Title: Re: Bugs
Post by: [MAF]Rac3r on May 12, 2009, 04:21:51 pm
MINI-GAME
Spot The Bug ? :P

(http://i125.photobucket.com/albums/p45/Rac3rUK/sa-mp-024-1.png)

Title: Re: Bugs
Post by: [MAF]Snoopy on May 12, 2009, 04:24:06 pm
bright red checkpoint  8)
Title: Re: Bugs
Post by: [MAF]Rac3r on May 12, 2009, 04:25:38 pm
The record is fine, location is fine and unknown server is fine, keep guessing :D

666 races, npe :p
vip, nahhh xD
Title: Re: Bugs
Post by: [MAF]Snoopy on May 12, 2009, 04:32:22 pm
mine and michal's record from server
(http://img156.imageshack.us/img156/4789/597118tmp.jpg) (http://img156.imageshack.us/my.php?image=597118tmp.jpg)

mine and michal's record from highscore list


DieNamelessBastard
# Time Racer
1) 1:53.360 [FSR]Devil666
2) 1:55.000 [LSD]Snoopy
3) 1:57.485 [FSR]M4lysz
4) 1:58.578 [FSR]Michal
5) 2:00.781 Thrasher

Title: Re: Bugs
Post by: [MAF]Cthulhu on May 12, 2009, 04:34:51 pm
The record is fine, location is fine and unknown server is fine, keep guessing :D

666 races, npe :p
vip, nahhh xD
0.0 miles or white radar :L
Title: Re: Bugs
Post by: [MAF]Snoopy on May 12, 2009, 04:35:49 pm
bright red checkpoint ;_;
Title: Re: Bugs
Post by: [MAF]Rac3r on May 12, 2009, 04:37:40 pm
omg, check the radar, that's fucked :o But wrong answer, sorry :D

Distance ain't a bug, DoubleYou is under 0.1 miles I bet :L

Snoopy is right ;)

Bonus point to dev though, ha the map. lol
Title: Re: Bugs
Post by: [FSR]Ush on May 12, 2009, 04:39:03 pm
my record from server
(http://img156.imageshack.us/img156/4789/597118tmp.jpg) (http://img156.imageshack.us/my.php?image=597118tmp.jpg)

my record from highscore list


DieNamelessBastard
# Time Racer
1) 1:53.360 [FSR]Devil666
2) 1:55.000 [LSD]Snoopy
3) 1:57.485 [FSR]M4lysz
4) 1:58.578 [FSR]Michal
5) 2:00.781 Thrasher



I have discussed that before, it's normal :P

or maybe VIP is the bug  :D
Title: Re: Bugs
Post by: [MAF]Snoopy on May 12, 2009, 04:41:44 pm
and i am showing you it again  :P
Title: Re: Bugs
Post by: [MAF]Cthulhu on May 12, 2009, 04:44:06 pm
Bonus point to dev though, ha the map. lol
wooo :L
Title: Re: Bugs
Post by: [LSD]Stray on May 13, 2009, 07:51:21 am
Race    HTmotorcity   r kick all from server with crash message
Title: Re: Bugs
Post by: MadMax on May 13, 2009, 03:02:52 pm
Nevada_Highway_318 too
Title: Re: Bugs
Post by: MadMax on May 15, 2009, 08:45:55 pm
R, map teleport isn't good idea during races, remove it, some ppl use it to pass cps
Title: Re: Bugs
Post by: [MAF]Aj_Lajk_Bir on May 15, 2009, 08:50:23 pm
not only pass cp but beat records  :-\
Title: Re: Bugs
Post by: MadMax on May 15, 2009, 08:51:57 pm
so...it should be removed
Title: Re: Bugs
Post by: [2F2F]SNiKeRiS on May 16, 2009, 06:23:04 pm
I noticed that in some MTA races nitro is missing.  :-X
Title: Re: Bugs
Post by: [MAF]Snoopy on May 16, 2009, 06:41:57 pm
burnthrough :(
Title: Re: Bugs
Post by: [2F2F]SNiKeRiS on May 16, 2009, 06:57:00 pm
.... and some more.  :-\
Title: Re: Bugs
Post by: [MAF]Aj_Lajk_Bir on May 16, 2009, 07:13:36 pm
burnthrough :(

it was awesome race
Title: Re: Bugs
Post by: ZeeK on May 17, 2009, 09:44:43 am
I don't know where to post.

I just report this race called BouncingAround. There is a problem at start because some played spawned on the street, but they are supposed to spawn on a roof.

(http://img194.imageshack.us/img194/1604/samp007.th.png) (http://img194.imageshack.us/my.php?image=samp007.png)
Title: Re: Bugs
Post by: [MAF]Rac3r on May 17, 2009, 12:17:55 pm
Hi Zeek, you picked the right place to post, welldone.

When I uploaded the races, I wasn't able to upload the race type (Nitro, TT and so on).

TimeTrail Nitro
/resetmta 6 2 11

One World Upgrades
/resetmta 2 2 12

I really need to add some information on what each number does, but I ain't got time. Will soon though.
Title: Re: Bugs
Post by: [MAF]Snoopy on May 17, 2009, 09:31:57 pm
when you try to set a checkpoint in buildmode, you instantly crash.
Title: Re: Bugs
Post by: MadMax on May 17, 2009, 09:34:27 pm
yeah
Title: Re: Bugs
Post by: [MAF]Snoopy on May 17, 2009, 09:47:30 pm
lv needs a glendale race :L
Title: Re: Bugs
Post by: [2F2F]Hellmuth on May 20, 2009, 12:04:53 pm
Ok meh2lol or something that race is bugged , everyone just spawn in water with car...
Title: Re: Bugs
Post by: [MAF]falky on May 20, 2009, 12:24:37 pm
Will new santos be back on the server? Cause if not then just delete all my "mehlol" races they all have to pass thru new santos :-\
Title: Re: Bugs
Post by: [2F2F]SNiKeRiS on May 20, 2009, 12:32:11 pm
I think MTA is down for a while.  :-\
Title: Re: Bugs
Post by: [MAF]Cthulhu on May 20, 2009, 01:02:25 pm
new santos was not only for MTA ;_;
Title: Re: Bugs
Post by: MadMax on May 20, 2009, 01:37:39 pm
new santos can make some races bad (Ryder)
Title: Re: Bugs
Post by: [MAF]falky on May 20, 2009, 11:29:42 pm
But removing it now will 'cause even more races bad-er 'cause I've seen many races now that were made passing thru that custom map :(
Title: Re: Bugs
Post by: [MAF]Snoopy on May 20, 2009, 11:53:21 pm
the santos map will be back, just be patient.
Title: Re: Bugs
Post by: [LSR]Jalicno on May 24, 2009, 12:57:59 am
Tv mode is fucked-making timeout.Fix that Rick ;)
Title: Re: Bugs
Post by: [MAF]Rac3r on May 24, 2009, 10:47:03 am
Silly coding Eroor by me, basically ~n~ gives a new line, and ~y~ gives the colour yellow, so when I used :
~n~y~
It crashed our clients.  ;)

Cheers for the reports and it's now fixed.
Title: Re: Bugs
Post by: [2F2F]SNiKeRiS on May 26, 2009, 11:55:10 am
What's wrong with server ?   :o
Title: Re: Bugs
Post by: KTM_Racing on May 26, 2009, 12:22:03 pm
yea what is whit server?
Title: Re: Bugs
Post by: [MAF]falky on May 27, 2009, 06:39:30 am
(http://i42.tinypic.com/b620so.jpg)

 ??? ??? ???
Title: Re: Bugs
Post by: [2F2F]SNiKeRiS on May 27, 2009, 06:43:27 am
Yea same and highscores list  :-\
Title: Re: Bugs
Post by: KTM_Racing on May 27, 2009, 06:45:43 am
yeah falcon ...  nice ... what is it? ...
bad html,css or or something else code?
Title: Re: Bugs
Post by: ﱡ קּﻰﺢ Love on May 27, 2009, 08:45:11 am
Looks like well see a query in that spot but Falkon hit a wrong button i think. >.<
Title: Re: Bugs
Post by: [MAF]mooman on May 27, 2009, 10:17:57 am
looks like our web host reset all the file permissions for some reason so i had to change them back :L game-monitor script needs permission to write to a file or... bad things happen  :L all fixed now ;_;
Title: Re: Bugs
Post by: KTM_Racing on May 27, 2009, 10:20:52 am
no no ... its servers problem but now its ok :)
Title: Re: Bugs
Post by: [MAF]mooman on May 27, 2009, 10:32:45 am
ok if you say so
Title: Re: Bugs
Post by: KTM_Racing on May 27, 2009, 11:07:41 am
not a server sorry host problem ... :P
Title: Re: Bugs
Post by: [MAF]falky on May 27, 2009, 02:54:22 pm
Another problem, it's currently impossible to upload anything to the forum (attachments, avatars, etc.) :(
Title: Re: Bugs
Post by: [MAF]mooman on May 27, 2009, 03:07:16 pm
thanks for reporting. fixed  ;D
Title: Re: Bugs
Post by: MadMax on May 28, 2009, 04:14:06 pm
(http://img5.imageshack.us/img5/7792/samp026x.png)
(http://img22.imageshack.us/img22/2164/samp027xbj.png)
Title: Re: Bugs
Post by: [MAF]Snoopy on May 28, 2009, 04:16:01 pm
:L :L :L
Title: Re: Bugs
Post by: [MAF]Aj_Lajk_Bir on May 28, 2009, 04:20:36 pm
uranus work  :P
Title: Re: Bugs
Post by: MadMax on May 28, 2009, 07:33:43 pm
lol no comments...
(http://img29.imageshack.us/img29/8119/samp030.png)
Title: Re: Bugs
Post by: [MAF]Aj_Lajk_Bir on May 29, 2009, 07:29:54 am
i have it sometimes too
Title: Re: Bugs
Post by: [MAF]Snoopy on May 29, 2009, 07:44:56 am
r's buggy bridge fix :L
Title: Re: Bugs
Post by: [2F2F]Hellmuth on May 29, 2009, 09:08:37 pm
Well in some races that have a few cps, like "back to groove" got like 1 cp... you can just teleport to it and win... teleport should only be allowed in buildmode imo...
Title: Re: Bugs
Post by: [2F2F]SNiKeRiS on May 29, 2009, 09:36:22 pm
About BM (buildmode). I just tried to make a race, but I noticed that cps are hard to place and there is a special cps section or something. I don't know if its bug, just strange, can't make any race.  :-\
Title: Re: Bugs
Post by: [FSR]Ush on May 29, 2009, 09:46:49 pm
Same shit as with nitro snikeris, you need to release W before setting CP or something.... fucking crap, it needs to be removed.
Title: Re: Bugs
Post by: [MAF]Snoopy on May 29, 2009, 10:06:43 pm
i had to place checkpoints with ALT whilst removing my finger from W each time and it was extremly difficult  :-\
Title: Re: Bugs
Post by: [MAF]Rac3r on May 30, 2009, 06:21:47 am
Yeah, fixed now. I was trying to make our Keys less dependant on server.
Title: Re: Bugs
Post by: [2F2F]SNiKeRiS on May 30, 2009, 06:41:42 am
Thanks.   ;)
Title: Re: Bugs
Post by: [MAF]falky on May 31, 2009, 03:48:14 pm
Just as I banned someone, everyone had a timeout at the exact same time :-\

(http://i42.tinypic.com/2a84ydy.jpg)

But I think what 'caused it was those 2 [RcR] dudes. They shared the same IP. I'm guessing that when I banned one of them the server cross-checked the IP and tried to ban the other [RcR] guy, 'causing an error and getting a chunk of the players to crash. :-\
Title: Re: Bugs
Post by: [2F2F]SNiKeRiS on May 31, 2009, 06:14:28 pm
You should get Xfire and post your screenshots to the xfire site  :D
Title: Re: Bugs
Post by: [MAF]Cthulhu on May 31, 2009, 06:33:55 pm
if i posted them to the xfire site, i would have thousands of them there lol
Title: Re: Bugs
Post by: [2F2F]SNiKeRiS on May 31, 2009, 07:28:27 pm
I was talking about Falc's screenies with that RNB :L
Title: Re: Bugs
Post by: [MAF]Cthulhu on May 31, 2009, 07:31:17 pm
kk   :P
Title: Re: Bugs
Post by: [2F2F]SNiKeRiS on May 31, 2009, 07:45:13 pm
Take it easy, thats JIN-TASTIC :L
Title: Re: Bugs
Post by: MadMax on May 31, 2009, 07:52:06 pm
I was talking about Falc's screenies with that RNB :L

what is RNB ? :L
Title: Re: Bugs
Post by: [MAF]Snoopy on May 31, 2009, 07:53:09 pm
rnb (8)
Title: Re: Bugs
Post by: [FSR]Ush on May 31, 2009, 10:57:22 pm
cuz R made another bridge over it, there is a bum in the way that makes you spin... it's good sometimes you get stuck into it when starting there but well that's no problem.
Title: Re: Bugs
Post by: [MAF]Cthulhu on June 01, 2009, 03:22:24 pm
top5 in quick fix menu doesnt work  :P
Title: Re: Bugs
Post by: [MAF]Rac3r on June 01, 2009, 08:15:53 pm
Niceone Dev  ;D Fixed.

Untested, but I changed the bridge slightly to stop the laggy people getting stuck in the floor, don't worry guys, we'll work around your crap internet. (Muhahaha stir it up ha).
Title: Re: Bugs
Post by: [MAF]Snoopy on June 01, 2009, 08:42:40 pm
stir it up ya prick
Title: Re: Bugs
Post by: [MAF]falky on June 02, 2009, 11:12:19 am
(http://i44.tinypic.com/23uvjo.jpg)

I already placed 1 cp but it says I placed none, lol. Then the total amount of cps I place while building is always subtracted by 1 in the display. :-\
Title: Re: Bugs
Post by: [2F2F]SNiKeRiS on June 02, 2009, 12:00:25 pm
I hate this new cps table. Some special cps, pff.  :-\
Title: Re: Bugs
Post by: [MAF]Snoopy on June 02, 2009, 12:08:44 pm
:(
Title: Re: Bugs
Post by: [2F2F]SNiKeRiS on June 02, 2009, 12:17:06 pm
Why it can't be like it was before ?  :-[
Title: Re: Bugs
Post by: [MAF]Rac3r on June 02, 2009, 02:13:24 pm
Fixed falcon, I formatted the text before adding to the progress var, come on Falcon, you look shocked, you know how it works and not works ;)
Title: Re: Bugs
Post by: [MAF]falky on June 02, 2009, 02:34:17 pm
;_;

I was thinking just get the variable and add 1 :L
Title: Re: Bugs
Post by: [MAF]Cthulhu on June 04, 2009, 05:42:44 pm
this race ElCoronaLap is bugged, it always loads doubleyou  :P


(http://i43.tinypic.com/m1nkp.jpg)
Title: Re: Bugs
Post by: [FSR]Ush on June 04, 2009, 06:13:41 pm
haahha lol bug
Title: Re: Bugs
Post by: [MAF]Rac3r on June 04, 2009, 07:27:05 pm
Hmmm.

I think there are two reasons that it would load DoubleYou.
1. The race doesn't exist
2. There are no checkpoints.

Just checked the file size, 0KB. Hmm maybe a /edit gone wrong.
Re uploaded from the storage folder, thank god we are hoarders :D
Title: Re: Bugs
Post by: [MAF]Cthulhu on June 05, 2009, 04:55:07 pm
i found another bug  :D
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
Title: Re: Bugs
Post by: [MAF]Aj_Lajk_Bir on June 05, 2009, 05:22:29 pm
/vc 384 is cool blue colour but now when i typing that it show pink  :-\ :o
can you fix it?
Title: Re: Bugs
Post by: [MAF]Rac3r 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.
Title: Re: Bugs
Post by: [MAF]Aj_Lajk_Bir on June 05, 2009, 05:41:52 pm
another bug  :-\
cp many time dont load  :-[

(http://i40.tinypic.com/xqmeit.jpg)
Title: Re: Bugs
Post by: [2F2F]SNiKeRiS on June 05, 2009, 06:39:59 pm
Simple answer: LAG  :D
Title: Re: Bugs
Post by: [MAF]Aj_Lajk_Bir on June 05, 2009, 07:57:20 pm
no way

never had it before and i'm not one person who have it
Title: Re: Bugs
Post by: ivanduk on June 05, 2009, 08:02:40 pm
i have it a long time ago
Title: Re: Bugs
Post by: [FSR]Ush on June 05, 2009, 08:13:52 pm
i have it a long time ago

you still have it :L
Title: Re: Bugs
Post by: [MAF]Snoopy on June 05, 2009, 08:17:45 pm
i get it aswell :(
Title: Re: Bugs
Post by: [MAF]Aj_Lajk_Bir on June 05, 2009, 08:26:01 pm
so snik get own3d  ;D
Title: Re: Bugs
Post by: [MAF]Snoopy on June 05, 2009, 08:27:14 pm
sometimes grids start like that, and other times you cant drive through checkpoints :(
Title: Re: Bugs
Post by: [2F2F]SNiKeRiS on June 05, 2009, 09:46:34 pm
Oh man, damn  ;D
Title: Re: Bugs
Post by: [MAF]Aj_Lajk_Bir on June 05, 2009, 10:22:42 pm
and again...  :-[
[youtube]http://www.youtube.com/watch?v=PQParX8RPZU[/youtube]
Title: Re: Bugs
Post by: [MAF]Rac3r 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  :-[
Title: Re: Bugs
Post by: [FSR]Ush on June 06, 2009, 10:26:40 am
You can only double post after 7 days or something.. I´m experiencing the same sometimes.
Title: Re: Bugs
Post by: [MAF]mooman on June 06, 2009, 03:11:46 pm
why would you ever want to double post? ;_;
Title: Re: Bugs
Post by: [2F2F]SNiKeRiS 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
Title: Re: Bugs
Post by: [FSR]Ush on June 06, 2009, 04:08:05 pm
2 posts behind eachother.. or below... whatever
Title: Re: Bugs
Post by: [2F2F]SNiKeRiS on June 06, 2009, 04:52:28 pm
in another way, useless.
Title: Re: Bugs
Post by: ivanduk on June 06, 2009, 08:36:42 pm
256)   [LSD]Rac3r   3

WTF?  :-\

BTW its a highscore bug :D
Title: Re: Bugs
Post by: BuRnOUT on June 07, 2009, 09:11:10 am
/vc 384 is cool blue colour but now when i typing that it show pink  :-\ :o
can you fix it?
is not the only one colour that do that ex:. VC 132, it looks that one only colour id, have more than one colour... is probally a samp bug
Title: Re: Bugs
Post by: [MAF]Cthulhu on June 07, 2009, 09:15:51 am
it is a samp bug ;_;
Title: Re: Bugs
Post by: BlueStar on June 07, 2009, 01:08:03 pm
(http://img25.imageshack.us/img25/8616/samp017kkk.png) (http://img25.imageshack.us/i/samp017kkk.png/)

it gives the wrong time.. :-\
Title: Re: Bugs
Post by: [2F2F]SNiKeRiS on June 07, 2009, 01:34:06 pm
It's still Beta and that time is counting in seconds.
Title: Re: Bugs
Post by: [2F2F]Al3X on June 08, 2009, 07:14:47 am
when i'm typing /track sfbustour it loads doubleyou.  It may be a bug or i don't know...and another thing i was racing don't remember which race and suddenly my car disspaears just in the middle of that race
Title: Re: Bugs
Post by: [MAF]MrHess on June 08, 2009, 03:46:52 pm
/rx says unknown command
Title: Re: Bugs
Post by: [2F2F]SNiKeRiS on June 08, 2009, 04:47:12 pm
What /rx stands for ?  :o
Title: Re: Bugs
Post by: [MAF]Cthulhu on June 08, 2009, 05:32:32 pm
/rx is an old version of /rescue :L
Title: Re: Bugs
Post by: [2F2F]SNiKeRiS on June 08, 2009, 05:41:36 pm
I get it. :L
Title: Re: Bugs
Post by: [MAF]MrHess on June 08, 2009, 07:02:57 pm
/help needs an update then hehe
Title: Re: Bugs
Post by: [MAF]Cthulhu on June 14, 2009, 12:20:56 pm
strange bug happens when someone joins the server, sometimes our cars disappear because of that but just a few ones or only one
Title: Re: Bugs
Post by: [MAF]falky on June 14, 2009, 01:33:50 pm
Yeah that bug happens to me too, I have to exit the car and do /nc to go back to normal :-\
Title: Re: Bugs
Post by: [MAF]Rac3r on June 15, 2009, 06:51:55 pm
Handful of bug fixes.

Also removed the fix for the invisible car bug, let's be honest it didn't work :L

Cheers for the bad track report Alex, it's fixed. Also fixed [STR]_vs_[LSD].race. A track named [69] was unfixable.
Title: Re: Bugs
Post by: [MAF]Snoopy on June 30, 2009, 11:41:33 pm
ya know at the start of the race, you have the rims selection? well the 2nd page of it, the rims are all messed up, for example: choose dollar rims and u get something else, choose grove and you get switch rims etc  :-\
Title: Re: Bugs
Post by: [MAF]MrHess on June 30, 2009, 11:55:12 pm
If you have rims saved they load even on karts XD
Title: Re: Bugs
Post by: [2F2F]SNiKeRiS on July 01, 2009, 05:31:48 am
I have saved my rims and i get them on everything :L
Title: Re: Bugs
Post by: [MAF]Snoopy on July 06, 2009, 03:48:58 pm
custom made maps are interfering with /tt races
Title: Re: Bugs
Post by: BuRnOUT on July 06, 2009, 08:09:44 pm
im loosing 20 fps in AdrenalineX -.-' (always 60~50 now), and in stock adrenaline or (and version of adrenalinex BUT the last updates made me lag so much -.-')i have (95~80~75) :-\,
rims are also a problem -.-' i wanna switch rims -.-' and i get cutter rims WTF -.-'
custom made maps are interfering with /tt races
this is also a big problem sometimes when u quit /TT in next race u will get /TT race cp's
Title: Re: Bugs
Post by: [MAF]Snoopy on July 06, 2009, 08:55:02 pm
hmm adrenalinex feels laggy to me sometimes, maybe it's the car spam, ya know like after races, and it interferes with the actual races but you cant actually see them?
Title: Re: Bugs
Post by: [2F2F]SNiKeRiS on July 06, 2009, 08:58:30 pm
Moo said that Kj was doing something with ddos, so maybe he still doing that which is causing these lags  ???
Title: Re: Bugs
Post by: [MAF]Snoopy on July 06, 2009, 09:02:17 pm
he was lying lol
Title: Re: Bugs
Post by: [2F2F]SNiKeRiS on July 06, 2009, 09:06:11 pm
Oh well... then, lets kick his teeth :L
Title: Re: Bugs
Post by: [MAF]Snoopy on July 06, 2009, 09:06:45 pm
he has no teeth
Title: Re: Bugs
Post by: [2F2F]SNiKeRiS on July 06, 2009, 09:11:11 pm
:L
Title: Re: Bugs
Post by: [2F2F]Phil_Ivey on July 07, 2009, 10:31:23 am
im loosing 20 fps in AdrenalineX -.-' (always 60~50 now)

i got the same thing
Title: Re: Bugs
Post by: [2F2F]SNiKeRiS on July 10, 2009, 05:39:55 pm
Sometimes when you quit spec mode your car freezes.
Title: Re: Bugs
Post by: [MAF]Rac3r on July 17, 2009, 11:36:50 am
SK Fixed.  ;D
Title: Re: Bugs
Post by: BuRnOUT on July 17, 2009, 12:33:18 pm
IV is bugged

(Today i  reboot the server and there was 1970 vehicles xD)
Title: Re: Bugs
Post by: MadMax on July 17, 2009, 12:36:47 pm
1970 Dodge Charger
1970 Chevy Chevelle
1970 Dodge Challenger
good year
Title: Re: Bugs
Post by: [2F2F]SNiKeRiS on July 17, 2009, 01:47:09 pm
...... !



--------

Something is wrong with rims. When you choose some rims it gives you rims which are next to the previous.  :-\
Title: Re: Bugs
Post by: MadMax on July 17, 2009, 01:56:56 pm
yeah, annoing bug, select mega , get twist :S
but biggest problem is with IV races, no shooters in car next to driver
Title: Re: Bugs
Post by: [MAF]Rac3r on July 17, 2009, 08:21:57 pm
SK and GTAIV both working smoothly.

The rims are doing my head, the are correct with Wiki, but maybe wiki is wrong? Fuck knows, i'll look again in the morning.
Title: Re: Bugs
Post by: BuRnOUT on July 19, 2009, 10:22:37 am
.:::::::we got a new bug today:::....
          :-\          

when u finish a race and win some points, all ur score will gone and you will only have the score that you win at that race :|
Title: Re: Bugs
Post by: [MAF]mooman on July 19, 2009, 10:58:28 am
oh dear. ive closed the server til this is fixed
Title: Re: Bugs
Post by: [FSR]Ush on July 19, 2009, 10:52:06 pm
Fix the server till its closed ##
Title: Re: Bugs
Post by: [MAF]Snoopy on July 20, 2009, 05:28:41 pm
buildmode is fucked, when you or somebody makes a race some players start at the farm in the middle of the map, when you do /stats id to view peoples money, it shows they have the same cash as you, dueling is fucked, it takes more than what you dueled, buying properties is fucked aswell, you buy something then it says you dont own it when you try /gohome
Title: Re: Bugs
Post by: [MAF]Aj_Lajk_Bir on July 20, 2009, 05:33:09 pm
lol, many bugs  :-\
Title: Re: Bugs
Post by: [MAF]Snoopy on July 20, 2009, 05:33:58 pm
i think there is more, but cant recall them atm
Title: Re: Bugs
Post by: [MAF]MrHess on July 20, 2009, 06:09:16 pm
lol that means mine is almost bugless XD, but well, Ax got a lot more of features that I can make, surely R can fix em all
Title: Re: Bugs
Post by: [2F2F]SNiKeRiS on July 20, 2009, 06:22:03 pm
One more that andy hasn't mentioned is that I keep getting money for nothing. Just while racing i keep getting something like 50-70$  :-X
Title: Re: Bugs
Post by: [MAF]MrHess on July 20, 2009, 06:33:52 pm
heh thats a good bug XD
Title: Re: Bugs
Post by: [MAF]Snoopy on July 20, 2009, 06:35:16 pm
also, there used to be a custom road around here, now there is only a small part of it, the problem is some races were built on it :(

(http://files.uploadffs.com/9/bd9f9567/samp016.png)
Title: Re: Bugs
Post by: [MAF]Cthulhu on July 20, 2009, 08:52:55 pm
one world races are bugged, grids are fucked and there are many empty cars everywhere
and finish world for one world races doesnt work
Title: Re: Bugs
Post by: ivanduk on July 20, 2009, 09:06:10 pm
meh this sound like bug invasion lol R come back to us   :(
Title: Re: Bugs
Post by: [MAF]Cthulhu on July 20, 2009, 09:10:06 pm
And the race info doesnt show Nitro when we are racing some nitro race :L
Title: Re: Bugs
Post by: [2F2F]SNiKeRiS on July 20, 2009, 09:27:32 pm
And you said to me that one thing hasn't changed. After race other racers are still visible, right ?
Title: Re: Bugs
Post by: pod on July 20, 2009, 11:56:02 pm
Voting is slightly broken as well because the player isn't frozen after they finish the race
Title: Re: Bugs
Post by: [MAF]MrHess on July 21, 2009, 04:17:03 am
I think it has been like that for a while now, but not sure
Title: Re: Bugs
Post by: Peeps-101 on July 22, 2009, 05:36:05 am
The 'W' and 'SPACEBAR' are switched on voting system... maybe it is because of that?
Voting is slightly broken as well because the player isn't frozen after they finish the race

Also, the race-info at upper right side does not show the type of race... e.g. TT

Title: Re: Bugs
Post by: [2F2F]SNiKeRiS on July 22, 2009, 05:39:58 am
Hmm I can choose race with the same buttons which I use to control plane and i select race with accelerate button.  :-\
Title: Re: Bugs
Post by: [MAF]Aj_Lajk_Bir on July 24, 2009, 02:20:31 pm
something is wrong with players points:

(http://i26.tinypic.com/28u7c44.jpg)

or look on :
http://highscores.adrenalinex.co.uk/stats/[FSR]Michal
Title: Re: Bugs
Post by: [MAF]Cthulhu on July 24, 2009, 04:06:44 pm
something is wrong with players points:

(http://i26.tinypic.com/28u7c44.jpg)

or look on :
http://highscores.adrenalinex.co.uk/stats/[FSR]Michal

or this :L  :-\

(http://files.uploadffs.com/0/ef370c62/2472009_180158.jpg)

btw its getting worse ...
Title: Re: Bugs
Post by: [2F2F]SNiKeRiS on July 24, 2009, 04:50:54 pm
This one is crazy :L :L
Title: Re: Bugs
Post by: zzojika[] on July 25, 2009, 09:54:39 am
something is wrong with players points:

(http://i26.tinypic.com/28u7c44.jpg)

or look on :
http://highscores.adrenalinex.co.uk/stats/[FSR]Michal

or this :L  :-\

(http://files.uploadffs.com/0/ef370c62/2472009_180158.jpg)

btw its getting worse ...


Number 4 does the trick again  :D

(http://imgserv.info/img_str/20090725_25817958.jpg)

...we had same score Dev  :D
Title: Re: Bugs
Post by: [MAF]Cthulhu on July 25, 2009, 10:01:18 am
yea lol, its always 4
Title: Re: Bugs
Post by: zzojika[] on July 25, 2009, 02:55:56 pm
 :D I've been muted  :D

But seriously, i've tried many times to communicate, but server kept telling me the same thing all the time time  :D

http://www.youtube.com/watch?v=a0ReoFChImE

This happened after the scoring system bug...
Title: Re: Bugs
Post by: [MAF]mooman on July 25, 2009, 03:01:50 pm
you have to /login (pass) or spawn (shift) to talk
Title: Re: Bugs
Post by: zzojika[] on July 25, 2009, 03:24:31 pm
Sure, i know. This happens also while in game mode  ::)

http://www.youtube.com/watch?v=IZIz8S-MFK8

Ok, even if i have finished races, score remains still 0, but when i enter on other name, this things doesn't show any sign, also talking is possible too.
Any ideas why it could happen?
Title: Re: Bugs
Post by: ﱡ קּﻰﺢ Love on July 27, 2009, 11:35:47 am
Well... I had that bug too.

I was id 4 again, had same score amount.On the next entry to the game i lost my color and points.

(http://i224.photobucket.com/albums/dd154/BlankOf/th_sa-mp-043.png) (http://s224.photobucket.com/albums/dd154/BlankOf/?action=view&current=sa-mp-043.png)

(http://i224.photobucket.com/albums/dd154/BlankOf/th_sa-mp-044.png) (http://s224.photobucket.com/albums/dd154/BlankOf/?action=view&current=sa-mp-044.png)

And if i press F4 and do /kill it says automatically logging in when spawning...

(http://i224.photobucket.com/albums/dd154/BlankOf/th_sa-mp-045.png) (http://s224.photobucket.com/albums/dd154/BlankOf/?action=view&current=sa-mp-045.png)

Plus the guy in picture, Dominic is currently having same trouble too.

Rac3r !!! Get a fix going man. :/
Title: Re: Bugs
Post by: [FSR]Ush on July 27, 2009, 12:24:20 pm
Just leave when you get id 4 lol :L
Title: Re: Bugs
Post by: [MAF]Cthulhu on July 27, 2009, 06:12:18 pm
:L
Title: Re: Bugs
Post by: [FSR]Ush on July 27, 2009, 06:37:32 pm
Just leave when you get id 4 lol :L

Okay that's easier said than done.. :P

It pwnt me too  >:(

R, we need you!!!!! :'(
Title: Re: Bugs
Post by: [MAF]Cthulhu on July 27, 2009, 08:05:33 pm
lool
Title: Re: Bugs
Post by: ﱡ קּﻰﺢ Love on July 27, 2009, 09:02:39 pm
That sucks.Checking id everytime, quitting when getting 4 and waiting for someone to get in, then you get in with id 5 or any available. lol

Fox It Fix It Woooook Up Raz3r its morning !!! :D
Title: Re: Bugs
Post by: [MAF]mooman on July 27, 2009, 09:05:49 pm
rac3r knows about this
Title: Re: Bugs
Post by: [2F2F]SNiKeRiS on July 27, 2009, 10:17:53 pm
Racer is now: brb, coffee.  ;D
Title: Re: Bugs
Post by: [MAF]Snoopy on July 28, 2009, 12:13:26 am
omg please fix these.

the id 4 bug, and the login bug where you cant speak after you've logged in
Title: Re: Bugs
Post by: [MAF]mooman on July 28, 2009, 12:15:37 am
people who get the id 4 later can't login because their massive score confuses the server and it can't read their account info. that's my guess anyway..
Title: Re: Bugs
Post by: [MAF]Snoopy on July 28, 2009, 12:17:00 am
I haven't eaten for 5 years

I Haven't Had The Id 4 Bug Though
Title: Re: Bugs
Post by: [2F2F]SNiKeRiS on July 28, 2009, 06:35:44 am
I've had it, but nothing happened after I joined server again.  :-\
Title: Re: Bugs
Post by: [MAF]Cthulhu on July 28, 2009, 11:07:51 am
cuz your score went back to normal somehow  :-X
Title: Re: Bugs
Post by: [FSR]Ush on July 28, 2009, 12:05:13 pm
haha when I had it my score went back to 0 :L
Title: Re: Bugs
Post by: [FSR]Mach5 on July 28, 2009, 01:40:56 pm
I think They finnaly cutted Rac3r's Internet. :'(
Title: Re: Bugs
Post by: [MAF]Snoopy on July 28, 2009, 01:42:23 pm
(http://img18.imageshack.us/img18/8484/cutfinger.jpg)
Title: Re: Bugs
Post by: [MAF]Cthulhu on July 28, 2009, 01:49:40 pm
(http://www.ayhja.com/af/images/smiles/puke.gif)
Title: Re: Bugs
Post by: [MAF]Aj_Lajk_Bir on July 28, 2009, 02:09:38 pm
Emo  >:(
Title: Re: Bugs
Post by: [MAF]Cthulhu on July 30, 2009, 03:12:04 pm
another bug, now everyone can enter buildmode without licence...
Title: Re: Bugs
Post by: [MAF]Snoopy on July 30, 2009, 03:13:09 pm
i did wonder how new people were getting buildmode licences without applying O_o

(http://www.ayhja.com/af/images/smiles/puke.gif)
Title: Re: Bugs
Post by: [MAF]Cthulhu on July 30, 2009, 03:14:09 pm
 :(
(http://www.ayhja.com/af/images/smiles/puke.gif)
Title: Re: Bugs
Post by: junky[Ro] on August 01, 2009, 03:03:41 pm
now i have to create a new account cause the older doesn't work anymore because of 4`th position ?
Title: Re: Bugs
Post by: Gen on August 02, 2009, 09:27:34 am
Same as above. Was id 4 yesterday, now can't login.
Title: Re: Bugs
Post by: [FSR]Mach5 on August 02, 2009, 05:45:11 pm
same with me.Now i am BarackObama :L
Title: Re: Bugs
Post by: BuRnOUT on August 02, 2009, 09:37:36 pm
BaracaAbana lol
only McCain will understand the joke  :-\ :P
Title: Re: Bugs
Post by: [FSR]Mach5 on August 02, 2009, 11:29:04 pm
BaracaAbana lol
only McCain will understand the joke  :-\ :P

:L
Title: Re: Bugs
Post by: junky[Ro] on August 04, 2009, 08:10:18 pm
no one answers ?
Title: Re: Bugs
Post by: Gen on August 04, 2009, 11:00:46 pm
no one answers ?

I'd like to know too. Haven't been able to play with my account since I was id 4
Title: Re: Bugs
Post by: [2F2F]SNiKeRiS on August 05, 2009, 07:00:38 am
Ask mooman about it or play with other acc.  ;)
Title: Re: Bugs
Post by: [FSR]Mach5 on August 05, 2009, 05:41:48 pm
Ask mooman about it or play with other acc.  ;)

I already did it,and nothing happened :(
Title: Re: Bugs
Post by: [FSR]Ush on August 13, 2009, 12:49:03 am
After logging in (/login pass) and I've chosen a character... my game crashes..

9 times in a row already.. :s

My auto-login doesn't work either... and as long as I don't choose a character I won't time out..

 ???
Title: Re: Bugs
Post by: [MAF]Snoopy on August 13, 2009, 01:12:04 am
mods
Title: Re: Bugs
Post by: [FSR]Ush on August 13, 2009, 01:18:50 am
I've never used mods and I'll never use them.. what a shit reply to my post.

ATM, everything works fine again... dunno what caused the problem.
Title: Re: Bugs
Post by: [MAF]Snoopy on August 13, 2009, 01:26:17 am
:D
Title: Re: Bugs
Post by: [FSR]Ush on August 13, 2009, 01:34:31 am
:L I hate you :L
Title: Re: Bugs
Post by: [MAF]Snoopy on August 13, 2009, 01:47:06 am
same ;_;
Title: Re: Bugs
Post by: [FSR]Ush on August 13, 2009, 01:56:48 am
k ;_;
Title: Re: Bugs
Post by: [MAF]mooman on August 13, 2009, 06:32:10 am
you hate yourself andy? :(
Title: Re: Bugs
Post by: [2F2F]SNiKeRiS on August 13, 2009, 07:43:11 am
No auto-login anymore  :P
Title: Re: Bugs
Post by: [MAF]Cthulhu on August 13, 2009, 09:29:35 am
btw, sometimes happens that racers are not put in their cars when race starts   :-\
Title: Re: Bugs
Post by: [2F2F]SNiKeRiS on August 13, 2009, 09:35:11 am
and remove shops  :-X
Title: Re: Bugs
Post by: [MAF]Cthulhu on August 13, 2009, 11:40:14 am
and i always have to do /alternate, its not saved  :-X
Title: Re: Bugs
Post by: [MAF]Rac3r on August 13, 2009, 05:48:25 pm
Alternate is sorted

SK Buildmode is not bugged but I didn't explain how to do it well enough, actually I just said "/buildmode" and hoped everyone would be psykik and know how to do it.

Step 1:
Enter buildmode, /buildmode and select "SK BUILDMODE" from the menu.
Step 2:
Read the screen. it clearly states in your help display textdraw that you need to type /sk [modelid] while standing in the position you want the vehicle to be spawn.
Step 3:
Repeat the above (apart from reading the text lol) about 20-40 times, this is where the vehicles will be spawn. Soon I'll code a multiple spawn command, like /sk [modelid] [amount] so we could speed the process up.

Everything else is the same as normal buildmode, apart from you can select how long the countdown to start the race is.

All special race options (nitro,upgrades,hardcore .. and so on) are disabled atm, should be up and running soon.
Title: Re: Bugs
Post by: [MAF]Snoopy on August 13, 2009, 06:05:00 pm
hey, when i do /set then my track name, after i've finished making, and try to save it, it says "not enough information set"

and when i leave sk buildmode and then rejoin, it remembers how many cars i've set, so i go back and there is like 60+ grid positions

(http://files.uploadffs.com/4/44da4fe8/samp031.png)
Title: Re: Bug Archive
Post by: [LSR]Jalicno on August 14, 2009, 12:52:56 am
Error processing player is back,camera going random until bugged player die or leave server :-\

(http://img23.imageshack.us/img23/7995/errorecm.jpg) (http://img23.imageshack.us/i/errorecm.jpg/)
Title: Re: Bug Archive
Post by: [MAF]Snoopy on August 14, 2009, 12:58:33 am
nice screen res
Title: Re: Bug Archive
Post by: [MAF]Cthulhu on August 14, 2009, 12:04:51 pm
nice screen res
u used to have the same  ;_;
Title: Re: Bug Archive
Post by: [MAF]Snoopy on August 14, 2009, 12:07:38 pm
it wasn't a bad comment ;_;
Title: Re: Bug Archive
Post by: [MAF]Cthulhu on August 14, 2009, 12:08:20 pm
i didnt say it was bad ;_;
Title: Re: Bug Archive
Post by: [MAF]Aj_Lajk_Bir on August 14, 2009, 12:11:01 pm
;_;
Title: Re: Bug Archive
Post by: [LSR]Jalicno on August 15, 2009, 06:46:56 pm
(http://img246.imageshack.us/img246/4999/38120553.jpg) (http://img246.imageshack.us/i/38120553.jpg/)
Title: Re: Bug Archive
Post by: [LSD]Young on August 15, 2009, 09:17:48 pm
lol i think i have one [Unknown] bug lol.. anyway i was driving those long races, and it fucked me few cps foward idk why .. so i just want you to know if you can do anything about it :)
Title: Re: Bug Archive
Post by: ivanduk on August 28, 2009, 01:14:00 pm
Every time i want to make a new topic and click post i get error that the subject was not filled in and that the message body was left empty. This started happening after i came from vacation. Please help cause this is so annoying  :(
Title: Re: Bug Archive
Post by: [MAF]Snoopy on August 28, 2009, 01:27:25 pm
Every time i want to make a new topic and click post i get error that the subject was not filled in and that the message body was left empty. This started happening after i came from vacation. Please help cause this is so annoying  :(

looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooool
Title: Re: Bug Archive
Post by: [MAF]Cthulhu on August 28, 2009, 07:25:51 pm
:L :L
Title: Re: Bug Archive
Post by: [FSR]Ush on August 29, 2009, 01:17:18 am
where did you go on vacation?
Title: Re: Bug Archive
Post by: [LSR]Jalicno on August 30, 2009, 01:40:16 am
Whats going on with server?
Last 2 days no cars on start race,spawn near car,no cp,massive timeouts,laggy cp hell i cant count more....Thought its something wrong with my ISP but not internet connection is stabile like rock
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Jalicno>ping 78.129.175.66 -t

Pinging 78.129.175.66 with 32 bytes of data:

Reply from 78.129.175.66: bytes=32 time=76ms TTL=116
Reply from 78.129.175.66: bytes=32 time=78ms TTL=116
Reply from 78.129.175.66: bytes=32 time=78ms TTL=116
Reply from 78.129.175.66: bytes=32 time=78ms TTL=116
Reply from 78.129.175.66: bytes=32 time=78ms TTL=116
Reply from 78.129.175.66: bytes=32 time=78ms TTL=116
Reply from 78.129.175.66: bytes=32 time=78ms TTL=116
Reply from 78.129.175.66: bytes=32 time=78ms TTL=116
Reply from 78.129.175.66: bytes=32 time=78ms TTL=116
Reply from 78.129.175.66: bytes=32 time=78ms TTL=116
Reply from 78.129.175.66: bytes=32 time=78ms TTL=116
Reply from 78.129.175.66: bytes=32 time=78ms TTL=116
Reply from 78.129.175.66: bytes=32 time=78ms TTL=116
Reply from 78.129.175.66: bytes=32 time=78ms TTL=116
Reply from 78.129.175.66: bytes=32 time=78ms TTL=116
Reply from 78.129.175.66: bytes=32 time=78ms TTL=116
Reply from 78.129.175.66: bytes=32 time=78ms TTL=116
Reply from 78.129.175.66: bytes=32 time=78ms TTL=116
Reply from 78.129.175.66: bytes=32 time=78ms TTL=116
Reply from 78.129.175.66: bytes=32 time=78ms TTL=116
Reply from 78.129.175.66: bytes=32 time=78ms TTL=116
Reply from 78.129.175.66: bytes=32 time=78ms TTL=116
Reply from 78.129.175.66: bytes=32 time=78ms TTL=116
Reply from 78.129.175.66: bytes=32 time=78ms TTL=116
Reply from 78.129.175.66: bytes=32 time=78ms TTL=116
Reply from 78.129.175.66: bytes=32 time=78ms TTL=116
Reply from 78.129.175.66: bytes=32 time=77ms TTL=116
Reply from 78.129.175.66: bytes=32 time=78ms TTL=116
Reply from 78.129.175.66: bytes=32 time=78ms TTL=116
Reply from 78.129.175.66: bytes=32 time=78ms TTL=116
Reply from 78.129.175.66: bytes=32 time=78ms TTL=116
Reply from 78.129.175.66: bytes=32 time=78ms TTL=116
Reply from 78.129.175.66: bytes=32 time=78ms TTL=116
Reply from 78.129.175.66: bytes=32 time=78ms TTL=116
Reply from 78.129.175.66: bytes=32 time=78ms TTL=116
Reply from 78.129.175.66: bytes=32 time=78ms TTL=116
Reply from 78.129.175.66: bytes=32 time=77ms TTL=116
Reply from 78.129.175.66: bytes=32 time=78ms TTL=116
Reply from 78.129.175.66: bytes=32 time=78ms TTL=116
Reply from 78.129.175.66: bytes=32 time=78ms TTL=116
Reply from 78.129.175.66: bytes=32 time=78ms TTL=116

This is last what i got  :-\
(http://img143.imageshack.us/img143/8381/78990811.jpg) (http://img143.imageshack.us/i/78990811.jpg/)
Title: Re: Bug Archive
Post by: [2F2F]SNiKeRiS on August 30, 2009, 11:12:44 am
Yes jal server is full of bugs now and its very annoying... My connection is also good, but ping keep jumping. That bug with no cars... damn so shitty  >:(
Title: Re: Bug Archive
Post by: [LSR]Jalicno on August 30, 2009, 03:46:51 pm
There is my problem when new race should start server back me on welcome screen also laggy cp's

View My Video (http://tinypic.com/r/14ufb5y/3)

Title: Re: Bug Archive
Post by: [MAF]Snoopy on August 30, 2009, 04:32:35 pm
Yes jal server is full of bugs now and its very annoying... My connection is also good, but ping keep jumping. That bug with no cars... damn so shitty  >:(

there isn't a whole lot that can be be done to fix it until rac3r comes back, so what's the point in complaining about it, you think cysio is going to fix it?
Title: Re: Bug Archive
Post by: [2F2F]SNiKeRiS on August 30, 2009, 04:55:32 pm
actually yes.
Title: Re: Bug Archive
Post by: [FSR]Ush on August 30, 2009, 06:07:58 pm
pls cysio fix the server :L
Title: Re: Bug Archive
Post by: [MAF]Aj_Lajk_Bir on August 30, 2009, 09:35:07 pm
ok no problem
tomorrow no bugs :L
Title: Re: Bug Archive
Post by: [MAF]Cthulhu on August 30, 2009, 10:37:35 pm
woo  :D
Title: Re: Bug Archive
Post by: [2F2F]SNiKeRiS on August 31, 2009, 10:14:40 am
Gee thanks!  ;D
Title: Re: Bug Archive
Post by: [MAF]mooman on August 31, 2009, 01:08:10 pm
G
Title: Re: Bug Archive
Post by: [FSR]Ush on August 31, 2009, 01:42:48 pm
G

U-NOT
Title: Re: Bug Archive
Post by: [MAF]Cthulhu on August 31, 2009, 02:55:23 pm
rofl, nice avatar moo :L
Title: Re: Bug Archive
Post by: [FSR]Ush on August 31, 2009, 03:47:48 pm
ty
Title: Re: Bug Archive
Post by: [MAF]Aj_Lajk_Bir on August 31, 2009, 04:33:08 pm
thx
Title: Re: Bug Archive
Post by: [LSR]Jalicno on August 31, 2009, 06:12:12 pm
(http://img403.imageshack.us/img403/9046/18645822.jpg) (http://img403.imageshack.us/i/18645822.jpg/)
Title: Re: Bug Archive
Post by: junky[Ro] on August 31, 2009, 06:27:33 pm
bug or ?

I'm DeepSide

lol5.JPG (http://files.uploadffs.com/5/64075ea7/lol5.JPG)
Title: Re: Bug Archive
Post by: [MAF]Cthulhu on August 31, 2009, 06:32:35 pm
this happens after server restart junky  :P
Title: Re: Bug Archive
Post by: [MAF]falky on October 25, 2009, 11:32:54 am
This happened to me awhile ago, player buildmode variables don't reset after one has made an SK race. The result = specials menu stops appearing if the player wants to make a normal race after making an SK race. Only solution to this now is a rejoin but I'm sure this could be fixed. ;)
Title: Re: Bug Archive
Post by: [FSR]Ush on October 25, 2009, 12:46:43 pm
This happened to me awhile ago, player buildmode variables don't reset after one has made an SK race. The result = specials menu stops appearing if the player wants to make a normal race after making an SK race. Only solution to this now is a rejoin but I'm sure this could be fixed. ;)

Woow, I was about to post this yesterday but got lazy and see, you my god post it for me  :D

ty. I had it too after I made SK race.
Title: Re: Bug Archive
Post by: [MAF]falky on October 26, 2009, 06:28:56 am
And also while in SK buildmode, I get frozen during an SK countdown while an SK race is taking place, lol.
Title: Re: Bug Archive
Post by: [FSR]Ush on October 26, 2009, 08:35:45 am
/unfreeze
Title: Re: Bug Archive
Post by: [MAF]falky on October 26, 2009, 09:10:48 am
everyone can use that right?
Title: Re: Bug Archive
Post by: [2F2F]SNiKeRiS on October 26, 2009, 10:00:43 am
Yep   ;)
Title: Re: Bug Archive
Post by: falco355 on November 07, 2009, 08:20:36 am
HEY i saw a bug , it's the polluted weather, sometimes i don't see anything with realtime and the screen became white.
Title: Re: Bug Archive
Post by: pod on November 07, 2009, 01:39:19 pm
Need to know which race that was in
Title: Re: Bug Archive
Post by: [2F2F]SNiKeRiS on November 07, 2009, 01:44:50 pm
I think I found a new bug while trying to make an SK race. /set trackname doesn't let you to name your track with these characters : _ and - .  :-\
Title: Re: Bug Archive
Post by: falco355 on November 07, 2009, 05:06:35 pm
i don't remember the name of races but it's with polluted weather
Title: Re: Bug Archive
Post by: [MAF]Snoopy on November 07, 2009, 05:17:00 pm
that narrows it down then
Title: Re: Bug Archive
Post by: [MAF]Rac3r on November 21, 2009, 09:51:05 am
Hmm, just found this bit of code lurking in the /skin command :L

Code: [Select]
// if(!strlen(tmp)) return SwapVehicle(playerid);
Title: Re: Bug Archive
Post by: [MAF]falky on November 21, 2009, 10:16:51 am
Hmm, just found this bit of code lurking in the /skin command :L

Code: [Select]
// if(!strlen(tmp)) return SwapVehicle(playerid);

At least you commented it, lol.
Title: Re: Bug Archive
Post by: [MAF]Rac3r on November 21, 2009, 11:49:20 am
Nah it wasn't lol I am showing you the current version.

I think if people typed  /skin with no params, it would swap their vehicle :P
Title: Re: Bug Archive
Post by: [MAF]Cthulhu on December 06, 2009, 06:19:33 pm
what are these objects doing here lol

(http://files.uploadffs.com/a/2/807e2f81/6122009_123946.jpg)
Title: Re: Bug Archive
Post by: [MAF]mooman on December 08, 2009, 11:30:19 pm
existing
Title: Re: Bug Archive
Post by: [FSR]Ush on December 09, 2009, 12:05:51 am
floating
Title: Re: Bug Archive
Post by: [MAF]mooman on January 05, 2010, 08:18:50 pm
don't think this deserves its own thread so i'll stick it here
(http://imgur.com/6UXUF.png)
on the aus server
Title: Re: Bug Archive
Post by: [MAF]Snoopy on January 05, 2010, 08:39:47 pm
:L :L
Title: Re: Bug Archive
Post by: [FSR]Ush on January 05, 2010, 09:20:18 pm
.coom :L
Title: Re: Bug Archive
Post by: [MAF]falky on January 05, 2010, 09:24:45 pm
.cum :L
Title: Re: Bug Archive
Post by: Blister on January 27, 2010, 05:06:49 pm
When you make a group, and select yellow as colour it doesn't work. It shows up as white (on chat).
Title: Re: Bug Archive
Post by: [MAF]Rac3r on January 27, 2010, 05:48:12 pm
Thanks for the report.

Just wondering if you select a white group, is it yellow?
Title: Re: Bug Archive
Post by: ﱡ קּﻰﺢ Love on February 02, 2010, 08:20:34 pm
The alternate HUD has a problem with left center textdraws.They render at race info. :/ See full image to figure out what im talking about.

(http://i46.tinypic.com/jadija.png)

Title: Re: Bug Archive
Post by: [MAF]Aj_Lajk_Bir on February 02, 2010, 09:33:23 pm
same problem here
(http://i46.tinypic.com/ta3d04.jpg)
Title: Re: Bug Archive
Post by: [2F2F]fure on February 04, 2010, 03:04:47 pm
There's a bug in the times saving system

(http://img527.imageshack.us/img527/3892/buge.png)

not the first time it happens
Title: Re: Bug Archive
Post by: [MAF]Cthulhu on February 04, 2010, 05:11:49 pm
You probably made that record earlier than personal best was added to server  :P
Title: Re: Bug Archive
Post by: [FSR]Ush on February 04, 2010, 07:42:45 pm
You probably made that record earlier than personal best was added to server  :P

Does that count too if you change your nick... hmm probably it does.. I think dev is right!
Title: Re: Bug Archive
Post by: [MAF]Cthulhu on February 04, 2010, 08:46:50 pm
You probably made that record earlier than personal best was added to server  :P

Does that count too if you change your nick... hmm probably it does..

Yea, I think so  :P
Title: Re: Bug Archive
Post by: [MAF]Cthulhu on February 09, 2010, 04:59:29 pm
this keeps happening every one world race  :-\
Quote from: fure
A typical lag-spike exemple. On every one-world race, I lag a lot as soon as the race starts, everyone goes much slower, checkpoints are really slow to load, then 5 seconds later, everyone teleports back to where they should be. (Check the radar dots.. they are moving way too fast and unusually)
I have no idea why this keeps happening.. doesn't happen on SK races even with 50 racers on. I'll try to record a better exemple soon.
[youtube]http://www.youtube.com/watch?v=JoNe0I65byA[/youtube]
Title: Re: Bug Archive
Post by: [FSR]Ush on February 09, 2010, 06:00:43 pm
I experienced it too sometimes.. thought it was due to my connection who was failing..
Title: Re: Bug Archive
Post by: [MAF]Cthulhu on February 09, 2010, 06:02:23 pm
Yeah, but my connection is fine  :(
Title: Re: Bug Archive
Post by: [MAF]Snoopy on February 09, 2010, 06:15:11 pm
lol @ ur sig hahaha
Title: Re: Bug Archive
Post by: [MAF]Cthulhu on February 09, 2010, 06:26:06 pm
 :D :D
Title: Re: Bug Archive
Post by: [2F2F]SNiKeRiS on February 12, 2010, 10:02:06 pm
DM bugs:

1. When you enter /dm and if race is being changed you lose all your weapons.
2. After your death when spawning on that plane you get stuck.
Title: Re: Bug Archive
Post by: [MAF]Rac3r on February 13, 2010, 06:16:21 pm
1. Fixed, let me know if otherwise please.

2. Not fixed
Title: Re: Bug Archive
Post by: [2F2F]fure on February 18, 2010, 06:38:05 pm
When you start a normal race with NOS and go in /tt mode, you get NOS again.
Title: Re: Bug Archive
Post by: ﱡ קּﻰﺢ Love on February 18, 2010, 08:08:02 pm
Weird bugs occur in these days. :(   
Title: Re: Bug Archive
Post by: [MAF]Rac3r on February 19, 2010, 10:12:36 am
Thanks fure.

The reason is the gamemodes had a HUGE change IMO to the way it checks if players are in a certain mode.

Old.
Racing 1-7
Buildmode 8
Stunt 9
Deathmatch 10
Spec 11
Afk 12
TV 13
TT 14

New.
Racing 1-99
Buildmode 101
Stunt 102
Deathmatch 102
Spec 103
Afk 104
TV 105
TT 106

Thanks again for informing us.
Title: Re: Bug Archive
Post by: Blister on March 02, 2010, 01:26:00 pm
When you make a group, and select yellow as colour it doesn't work. It shows up as white (on chat).
Yellow still doesn't work, and I've noticed a new bug with my friend. /iJoin doesn't work. It gives you "Unknown command" error message.
Title: Re: Bug Archive
Post by: [LSR]Jarol on March 19, 2010, 02:33:05 pm
My money goes in - the color is normal green now its red ??? ???

Title: Re: Bug Archive
Post by: [FSR]Ush on March 19, 2010, 02:41:05 pm
Is al een topic van.
Title: Re: Bug Archive
Post by: [2F2F]fure on March 21, 2010, 03:10:13 pm
(http://img510.imageshack.us/img510/1423/snoo.png)

Self explanatory? (if you didn't find out yet, check the number of wins... )
Title: Re: Bug Archive
Post by: [MAF]Snoopy on March 21, 2010, 03:17:13 pm
i just suck and i can't win any races :(
Title: Re: Bug Archive
Post by: [2F2F]fure on March 21, 2010, 06:19:48 pm
Yeah that's also what I thought at first, but then I checked my own stats and found out there was a bug somewhere ..  :-[
Title: Re: Bug Archive
Post by: [MAF]Snoopy on March 21, 2010, 06:48:32 pm
let's pray for it to be a bug, or we truly do suck :(
Title: Re: Bug Archive
Post by: Jake on March 30, 2010, 09:02:35 pm
oke atm bugs and lacks i saw:
1. /tv, only sends you at respawn area
2. /spec, cant change ids (num4, num6 sends you at respawn area)
3. /buildmode, u can test race but it not sends you to the starting grid place, sends you to place where u typed /buildmode i think
4. /myweapon shovel doesent saves
Title: Re: Bug Archive
Post by: Larry on April 01, 2010, 08:25:02 pm
I do not know if someone says this bug has already been.but sometimes when I am moved to the next race,then I suddenly back to my position shifted from the previous race. This often happens to me.

Title: Re: Bug Archive
Post by: Jake on April 05, 2010, 07:48:57 pm
/DM , after u been killed in DM u respawn at 0.0.0(country) not in DM area
Title: Re: Bug Archive
Post by: [2F2F]SNiKeRiS on April 11, 2010, 07:16:55 am
Yesterday after finishing a race some people started to spam vehicles. They said it can be done with using /nc 5

(http://i42.tinypic.com/rsrfvl.jpg)
Title: Re: Bug Archive
Post by: [MAF]Rac3r on April 11, 2010, 08:29:54 am
Fixed all, hopefully.

The DM spawn was a bitch, it was to stop players typing /dm to spawn at different locations (also to prevent them getting out of trouble).

Two other fixes which are going to help:
Last Five Races : Fixed (There was an issue with not settings a DNF to players who didn't finish the race)
Example : 50 42 50 38 30 (check /stats for a mini debug)

Rims
All fixed, resetting wheels was bugged, should of fixed it sooner, but oh well. Fixed now.

Yesterday after finishing a race some people started to spam vehicles. They said it can be done with using /nc 5
Who said?
Code: [Select]
if(pInfo[playerid][level] == 0)return newCar(playerid,0);
if NOT_ADMIN give player new car

Only admins can do /nc 5, who was it?

Btw, /smash [playerid] didn't last long, let's not have to get rid of /nc [playerid]  >:(
Title: Re: Bug Archive
Post by: [2F2F]fure on April 11, 2010, 12:57:39 pm
I was also here yesterday, few players told us they could spawn a lot of cars using /nc 5, it just didn't work for me & Snik when we tried it out, I could personally spawn 5 cars (if I remember well) in total using /Nc 5 times.

I think Vakula was one of the players who did it
Title: Re: Bug Archive
Post by: [2F2F]SNiKeRiS on April 11, 2010, 01:00:20 pm
Ironman pm'ed me and Undercover i think.
Title: Re: Bug Archive
Post by: pod on April 12, 2010, 02:44:57 am
I fixed the /nc bug. It would let normal players spawn cars over and over without exiting their current vehicle or hitting a limit. It didn't work for admins, at least not in race mode. This was unrelated to /nc [playerid] for admins.
Title: Re: Bug Archive
Post by: [MAF]Snoopy on April 15, 2010, 11:51:57 am
leaderboard isn't updating correctly.

from the start of that race to the finish i never found myself on the leaderboard, even though i was 1st all the way through it.

(http://img97.imageshack.us/img97/5176/humv.jpg)

i was under the name ''Irishman'' lol
Title: Re: Bug Archive
Post by: [FSR]Ush on April 15, 2010, 02:05:03 pm
and after someone finished he dissapears from the leaderboard..
Title: Re: Bug Archive
Post by: ǝǝǝoſ[sXɐ] on April 15, 2010, 02:15:41 pm
lol i wasnt even in that race
Title: Re: Bug Archive
Post by: [MAF]Snoopy on April 16, 2010, 08:08:21 pm
(http://files.uploadffs.com/a/a/8769a8eb/err.jpg)

i get that then it disappears when the race starts
Title: Re: Bug Archive
Post by: [MAF]mooman on April 16, 2010, 09:26:52 pm
and A class is missing :(
Title: Re: Bug Archive
Post by: [MAF]Snoopy on April 16, 2010, 09:34:44 pm
oh and /top5 only shows it as a top4. so /top10 will show top9 etc =/
Title: Re: Bug Archive
Post by: Witchfynde on April 17, 2010, 09:23:03 pm
A funny bug I've seen was when I joined the server using a keybinder activated /nc. Then I got out for some reason and spawned another car, and what happened was it was like I was controlling 2 cars at once, the car I'm in and the car very close behind me, and the controls were simultaneous.
Title: Re: Bug Archive
Post by: [MAF]falky on April 18, 2010, 04:57:25 am
A funny bug I've seen was when I joined the server using a keybinder activated /nc. Then I got out for some reason and spawned another car, and what happened was it was like I was controlling 2 cars at once, the car I'm in and the car very close behind me, and the controls were simultaneous.

Old bug.

[youtube]http://www.youtube.com/watch?v=dm850YjoSA8[/youtube]

I had the pleasure of controlling multiple players at once. ;D
Title: Re: Bug Archive
Post by: [MAF]Cthulhu on April 18, 2010, 01:53:44 pm
lol @ the noobs shouting CHEAT, BAN
Title: Re: Bug Archive
Post by: [LSR]Jalicno on May 31, 2010, 12:54:48 am
Report doesn't give confirmation that you reported cheater
Title: Re: Bug Archive
Post by: [MAF]Rac3r on May 31, 2010, 10:38:06 am
Yay, actually reported in the right section.

Niceone jalicno, fixed for the next update.
Title: Re: Bug Archive
Post by: [LSR]Jalicno on June 09, 2010, 04:39:12 pm
Person from tv mode spawn on race and sometime block leader as happened me many time
Title: Re: Bug Archive
Post by: falco355 on June 09, 2010, 05:01:38 pm
Person from tv mode spawn on race and sometime block leader as happened me many time

+1 , that's happened for me too
Title: Re: Bug Archive
Post by: [FSR]Ush on June 09, 2010, 10:32:10 pm
Person from tv mode spawn on race and sometime block leader as happened me many time

+1 , that's happened for me too

yeah I've seen the guy standing their alot.. thought I always managed to avoid them :L
Title: Re: Bug Archive
Post by: [2F2F]SNiKeRiS on June 20, 2010, 05:51:45 pm
When I quit stunt mode I end up in a "World of shadows". (I still can see other players)

(http://i45.tinypic.com/20gxwzs.jpg)
Title: Re: Bug Archive
Post by: [FSR]Ush on June 20, 2010, 06:53:59 pm
does that always happen? cause I've had it too sometimes.. it just happens..
Title: Re: Bug Archive
Post by: [MAF]Rac3r on June 20, 2010, 07:45:27 pm
Fixed
Title: Re: Bug Archive
Post by: Sn1k3rs on June 30, 2010, 12:51:08 pm
(http://img822.imageshack.us/img822/6749/samp000g.png) (http://img822.imageshack.us/i/samp000g.png/)

Uploaded with ImageShack.us (http://imageshack.us)



No car add
Title: Re: Bug Archive
Post by: [LSR]Jarol on June 30, 2010, 12:54:08 pm
 /nc id vehicle
Title: Re: Bug Archive
Post by: Sn1k3rs on June 30, 2010, 12:59:11 pm
/nc id vehicle
and i press Race Name nothing happends :s
Title: Re: Bug Archive
Post by: [MAF]falky on June 30, 2010, 01:24:52 pm
^ and so with placing descriptions
Title: Re: Bug Archive
Post by: falco355 on June 30, 2010, 02:32:43 pm
i never see it before

(http://img695.imageshack.us/img695/3474/samp005ue.png)

texts are disappear

AND when i add a CP , samp crash
Title: Re: Bug Archive
Post by: [LSR]Jarol on June 30, 2010, 04:31:33 pm
lol wtf
Title: Re: Bug Archive
Post by: [AK47]skunk on June 30, 2010, 05:00:28 pm
mods
Title: Re: Bug Archive
Post by: falco355 on June 30, 2010, 05:11:15 pm
mods

i just have epoxi's car mods and a sound pack, it's not effect it lol
Title: Re: Bug Archive
Post by: [AK47]skunk on June 30, 2010, 05:16:59 pm
 :-[
Title: Re: Bug Archive
Post by: [FSR]Ush on June 30, 2010, 05:17:18 pm
you forgot mini map mod :)
Title: Re: Bug Archive
Post by: [LSR]Jarol on June 30, 2010, 05:18:00 pm
:P Ush always want the last word :P
Title: Re: Bug Archive
Post by: falco355 on June 30, 2010, 05:37:52 pm
you forgot mini map mod :)

ye, but not effect too for it
Title: Re: Bug Archive
Post by: [MAF]mooman on June 30, 2010, 07:00:11 pm
2 new bugs:
players from every mode are getting gridded with the rest of the racers and then they're frozen in their car
if you do /race you get frozen too
Title: Re: Bug Archive
Post by: BuRnOUT on June 30, 2010, 09:16:28 pm
ye and its really annoying i hope you get a fix soon good luck
Title: Re: Bug Archive
Post by: pod on June 30, 2010, 10:50:45 pm
and i press Race Name nothing happends :s
^ and so with placing descriptions

Fixed, possibly

2 new bugs:
players from every mode are getting gridded with the rest of the racers and then they're frozen in their car
if you do /race you get frozen too

Also fixed, possibly
Title: Re: Bug Archive
Post by: MadMax on June 30, 2010, 11:45:15 pm
i never see it before

(http://img695.imageshack.us/img695/3474/samp005ue.png)

texts are disappear

AND when i add a CP , samp crash

LOOOOOOOL

this is bug? never seen anything like this
no decals/logos/adverts and stuff, also number gone, hah looks funny (but stupid funny) lol
Title: Re: Bug Archive
Post by: [2F2F]SNiKeRiS on July 02, 2010, 09:03:44 pm
I think Race Leaders display isn't updating in Duel mode.

(http://i47.tinypic.com/2dwhqtd.jpg)
Title: Re: Bug Archive
Post by: Larry on July 03, 2010, 03:57:11 pm
/cx broken

(http://i45.tinypic.com/6yoeg1.png)
Title: Re: Bug Archive
Post by: Sn1k3rs on July 03, 2010, 03:58:40 pm
/cx broken

(http://i45.tinypic.com/6yoeg1.png)
yep
Title: Re: Bug Archive
Post by: ﱡ קּﻰﺢ Love on July 04, 2010, 05:37:01 pm
yep
We see it is... No need to say yes.
Title: Re: Bug Archive
Post by: [MAF]mooman on July 04, 2010, 10:36:31 pm
yep
We see it is... No need to say yes.
i agree
Title: Re: Bug Archive
Post by: [MAF]Snoopy on July 04, 2010, 10:44:25 pm
yep
We see it is... No need to say yes.
i agree

agrees
Title: Re: Bug Archive
Post by: [FSR]Ush on July 04, 2010, 11:58:35 pm
yep
Title: Re: Bug Archive
Post by: [2F2F]SNiKeRiS on July 05, 2010, 07:02:16 am
I think Race Leaders display isn't updating in Duel mode.

(http://i47.tinypic.com/2dwhqtd.jpg)

Anybody ?
Title: Re: Bug Archive
Post by: falco355 on July 10, 2010, 11:40:42 am
and my bug is again appear and this time i explain everything

i wanted to make a sk race , i set all things and when i add 1st grid, i crashed

i rejoin to retry , this time, all text are dissappear

(http://img697.imageshack.us/img697/9919/samp000yk.png)
(http://img693.imageshack.us/img693/5174/samp017vx.png)
Title: Re: Bug Archive
Post by: Scorpion. on July 10, 2010, 11:50:39 am
(http://img411.imageshack.us/img411/8394/samp000yb.png)
me bug

(http://img199.imageshack.us/img199/4918/samp000fh.png)

This happened when I entered buildmode, after which panic! :(

help :(

 :(
Title: Re: Bug Archive
Post by: [LSR]Jalicno on July 21, 2010, 02:10:55 am
Not sure how often this happens but i saw empty cars on start in MTA tracks,can be really painful if track having laps as happened to me

(http://img202.imageshack.us/img202/9058/40521117.jpg) (http://img202.imageshack.us/i/40521117.jpg/)
Title: Re: Bug Archive
Post by: [LSR]Jarol on July 21, 2010, 09:48:21 am
ye that's much times in MTA maps +1 for Jalicno ;)
Title: Re: Bug Archive
Post by: [AK47]skunk on July 21, 2010, 09:56:52 am
yeah autoclear empty vehicles
Title: Re: Bug Archive
Post by: [LSR]Cypher on December 26, 2010, 12:30:49 pm
Several minor bugs here:
1. Tram race. When you race in a tram, get out of the the vehicle, then press TAB to get back on the rails and, finally, get out of the tram again, your camera stays locked on the emply tram you've just left.

2. TT no highscore info. When loading any race in TT mode you see the race info in the main chat, but there is always smth like "No highscore" shown in it, no matter if you have or not any rec on it.

3. 2x raceinfo after /spec. After you get back from speccing mode to racing you see a double raceinfo.
Title: Re: Bug Archive
Post by: [MAF]Rac3r on December 26, 2010, 02:36:51 pm
Oops, I haven't check this thread for a long time.

Quote
this is bug? never seen anything like this
no decals/logos/adverts and stuff, also number gone, hah looks funny (but stupid funny) lol
Quote
i wanted to make a sk race , i set all things and when i add 1st grid, i crashed
Must be a textdraw string with invalid symbols (~y~ ~n~).

Duel mode doesn't update Leaders display.
/CX Broken? Is that still happening Dutch/Italian dudes?
Tram camera bug. SA-MP Bug, but I'm on it.
TT Highscores (SQL issue)
Raceinfo doubles after spectating player
Add no rims option to vehicles
Title: Re: Bug Archive
Post by: [LSR]Jarol on December 26, 2010, 03:25:30 pm
Oops, I haven't check this thread for a long time.

Quote
this is bug? never seen anything like this
no decals/logos/adverts and stuff, also number gone, hah looks funny (but stupid funny) lol
Quote
i wanted to make a sk race , i set all things and when i add 1st grid, i crashed
Must be a textdraw string with invalid symbols (~y~ ~n~).

Duel mode doesn't update Leaders display.
/CX Broken? Is that still happening Dutch/Italian dudes?
Tram camera bug. SA-MP Bug, but I'm on it.
TT Highscores (SQL issue)
Raceinfo doubles after spectating player
Add no rims option to vehicles

raceinfo double that is indeed, /cx is for me not broken
Title: Re: Bug Archive
Post by: [LSR]Jalicno on February 27, 2011, 01:50:40 am
Not quiet sure this is proper place to report bug,cause didn't reported any long time but seems that top5/top10/top20 are broken except for admins.Meant to say that we are able to see whole record list but other can see just name of track when they trying to check top5/top10/top20

Cheers
Title: Re: Bug Archive
Post by: musicloveR on November 13, 2011, 12:13:42 am
One /tt race is bugged, Frustration. Race is SHC but you can /repair and it is quite easier to set top time lol. Some ppl already abused that bug and set records.
Title: Re: Bug Archive
Post by: [MAF]Rac3r on November 13, 2011, 08:02:52 am
Fixed, please make a list of the players who abused it. We'll ban them for a month.





Joke.  Can't punish players for coding errors.  We're here to have fun.
Title: Re: Bug Archive
Post by: musicloveR on November 13, 2011, 08:53:05 am
Ehhh, i dont remember :$ Thanks for fixing it
Title: Re: Bug Archive
Post by: Rob_Zamora on December 17, 2011, 01:17:20 pm
this morning, i was racing with some other guys and the race was VikingsSK something by Jake
the cars fell down and the map didn't load. happened to every created map SK race
Title: Re: Bug Archive
Post by: musicloveR on January 18, 2012, 08:14:42 pm
this map is bugged :RnB-NRG-GP

ppl timeout and i had "you are banned from this server message" lol

so boots, remake :)
Title: Re: Bug Archive
Post by: b00tsyou on January 19, 2012, 08:29:47 pm
hmm

R could bug come with the "distance loading thing"  about objets.

i saw others races which were not buggy where people crashed/timeouted : : mountainbanshee or smth like that.

Title: Re: Bug Archive
Post by: [MAF]Snoopy on February 07, 2012, 06:06:22 pm
not all races are on the highscore list but are on the server, example switch's races
Title: Re: Bug Archive
Post by: [MAF]mooman on February 07, 2012, 11:13:55 pm
hm, do you remember a specific race that isn't on there? i see most of switch's races in the list but of course i can't remember them all
Title: Re: Bug Archive
Post by: [MAF]Snoopy on February 07, 2012, 11:32:56 pm
strange i can't find any, all of them
Title: Re: Bug Archive
Post by: [MAF]mooman on February 07, 2012, 11:33:57 pm
:s what happens when you go to http://highscores.adrenalinex.co.uk/#Clip
Title: Re: Bug Archive
Post by: [MAF]Snoopy on February 07, 2012, 11:40:42 pm
it's there but CTRL and F doesn't find any
Title: Re: Bug Archive
Post by: [MAF]Snoopy on February 08, 2012, 12:13:11 am
ok the races are there when i try other browsers but not with firefox
Title: Re: Bug Archive
Post by: [MAF]mooman on February 08, 2012, 08:28:36 am
strange, it works for me on ff

(http://i.imgur.com/GA8ka.png)
Title: Re: Bug Archive
Post by: [MAF]Snoopy on February 08, 2012, 11:52:29 am
freewheel is there but when i search for switch nothing comes up

(http://i.imgur.com/ro30D.png)

odd
Title: Re: Bug Archive
Post by: [MAF]mooman on February 08, 2012, 09:35:10 pm
try unticking match case
Title: Re: Bug Archive
Post by: [MAF]Snoopy on February 08, 2012, 09:35:57 pm
lmao thanks. dunno why that was ticked :L :$
Title: Re: Bug Archive
Post by: [MAF]mooman on February 08, 2012, 09:38:18 pm
)))
Title: Re: Bug Archive
Post by: [FSR]Ush on February 15, 2012, 12:04:05 am
Why is /a or /anim not working?
Title: Re: Bug Archive
Post by: [MAF]Rac3r on February 15, 2012, 08:52:48 am
Sometimes animations would stop working (Possibly due to the complicated anim extras)

/a [name or id] [duration] [Delta.. whatever that is] [loop] [lock x] [lock y] freeze]

To sync to all players, I had to create timers and restrictions, so only 1 timer was allowed to be created, this would bug after sometime :(

Along with /anim /a is /action, /action HANDSUP would actually unfreeze the player when they pressed ENTER/EXIT vehicle.

Just to save any records being screwed up, I've disabled them.  I'll do some debugging to see where the problem with /a is, also actions need sorting out to stop the unfreeze.
Title: Re: Bug Archive
Post by: [MAF]mooman on February 20, 2012, 07:28:39 pm
i've noticed people not using english don't get to see their ban reason
Title: Re: Bug Archive
Post by: Plato on May 23, 2012, 02:47:58 am
Hi guys,

this night the server lagged hard. Count stopped, Checkpoints weren't available, CMDs didnt work...nothing.

got a video to watch. maybe u know what to do.

[youtube]MuqvpyvJXOw[/youtube]

kind regards Plato

P.S. ATM the server works
Title: Re: Bug Archive
Post by: [MAF]Rac3r on May 23, 2012, 01:08:05 pm
Thanks for the heads up Plato.  This is normally causes by an out of bounds array, I'll give a little example:
Code: [Select]
new array[1];

SetPlayerHealth(playerid, array[40]);

It appears to have broke at 19 seconds, probably not a race related bug.  Maybe the other modes (stunt, tt, dm) I'm guessing.
Title: Re: Bug Archive
Post by: [LSR]Cypher on May 24, 2012, 01:45:30 pm
My fps drops to 15-18 at the farm in the center of the map - probably some objects are stacked there. Some other players have this bug too. Started either since 0.3e or shortly after the release.
Title: Re: Bug Archive
Post by: [AK47]Tommy_Vicious on May 24, 2012, 02:23:14 pm
My fps drops to 15-18 at the farm in the center of the map - probably some objects are stacked there. Some other players have this bug too. Started either since 0.3e or shortly after the release.


same as me , my fps  drops from 60-70 to 15 -17 in that area
Title: Re: Bug Archive
Post by: [MAF]Cromiell on May 24, 2012, 02:55:43 pm
Well, for me it's from grove street to docks part when I lose FPS and some places near forests in San Fierro counties. Tho I think it's crack fault.
Title: Re: Bug Archive
Post by: [MAF]Karlis on May 24, 2012, 04:23:07 pm
it might be just shadows, see if low fx fixes it.
Title: Re: Bug Archive
Post by: [MAF]Agus on May 25, 2012, 02:23:44 am
When I /freeze someone, I get handcuffed (can't enter a vehicle or anything), and when I do /unfreeze, cuffs dissapear :/
Title: Re: Bug Archive
Post by: [FSR]Ush on May 25, 2012, 11:05:22 am
Whiners :( I haven't had access the last month..poor me :(
Title: Re: Bug Archive
Post by: lol69 on July 21, 2012, 07:53:24 pm
I do have a question.
Is it technically possible to finish the same race twice?
There's a pic to demonstrate:
(http://i.imgur.com/zFJnl.jpg)
I finished, then there was a timeout,
i logged back on and hypothetically if the race was paused, would i be able to finish it??
I'm just curious.
Title: Re: Bug Archive
Post by: Gen on July 21, 2012, 07:58:25 pm
I wouldn't call it finishing it twice since your race progress got reset because you had to relog. But to answer your question, yes you could have had finished that race. Another example. Doubleyou, you finish it and a hacker blows your connection up. You relog fast and can finish it again. !!!!!!!!!!!!!!!
Title: Re: Bug Archive
Post by: [MAF]Karlis on July 21, 2012, 08:00:14 pm
you can, if using rejoin.
Title: Re: Bug Archive
Post by: musicloveR on July 23, 2012, 02:18:25 am
GENius
Title: Re: Bug Archive
Post by: [LSR]Jarol on December 05, 2012, 10:04:19 am
hmm some bug? Look at the text with finish

(http://i46.tinypic.com/30227og.jpg)
Title: Re: Bug Archive
Post by: [MAF]mooman on December 05, 2012, 10:38:47 am
happened to me a few weeks ago. i think it might be some gtasa/samp bug because no one else had it but me and i can't really see how it could be caused by the gamemode
Title: Re: Bug Archive
Post by: [LSR]Jarol on December 05, 2012, 10:51:03 am
Hm okay its very weird.. Had it only last race i raced this morning, other 10 races i did were fine..
Title: Re: Bug Archive
Post by: [MAF]Karlis on December 28, 2012, 10:52:59 pm
finally fixed no shooting in IV bug.
Title: Re: Bug Archive
Post by: [2F2F]Hellmuth on December 29, 2012, 02:27:40 am
finally fixed no shooting in IV bug.

wooo...

does this mean we can spam H before we can shoot without being bugged?
Title: Re: Bug Archive
Post by: [MAF]Karlis on December 29, 2012, 02:29:21 am
yeah
Title: Re: Bug Archive
Post by: ivanduk on February 13, 2013, 07:36:26 pm
remove /drunk 0 command, it gets used in drunk races
Title: Re: Bug Archive
Post by: McD0n3ld on February 13, 2013, 07:59:53 pm
remove /drunk 0 command, it gets used in drunk races
Yeah, I just wanted to report this too. Also delete all records, and make sure it's not bugged sometimes, like checking every 5cps that drunk mode is enabled or something like that
Title: Re: Bug Archive
Post by: [MAF]Karlis on February 13, 2013, 11:12:21 pm
fixed
Title: Re: Bug Archive
Post by: McD0n3ld on February 14, 2013, 06:31:41 am
maybe we should delete all records in Drunk races...
Title: Re: Bug Archive
Post by: [MAF]Cthulhu on February 14, 2013, 06:06:01 pm
maybe we should delete all races with drunk mode :blank:
Title: Re: Bug Archive
Post by: [MAF]Snoopy on February 14, 2013, 06:25:31 pm
And reset all recs  :blank:
Title: Re: Bug Archive
Post by: [MAF]Karlis on April 01, 2013, 09:09:29 pm
we had some technical difficulties with all timing on server being 2% slower, but now that the day has passed its fixed.
Title: Re: Bug Archive
Post by: Krissi on June 08, 2013, 01:10:55 am
Seems like a bug to me but when I finished a race I went into a modshop and I didn't make it out in time so I was forced into stunt. I raced 3 more races and I always got forced into stunt though I wasn't in a modshop.
(http://i.imgur.com/OWqYPDK.jpg)
Title: Re: Bug Archive
Post by: [LSR]Jarol on June 26, 2013, 08:06:49 pm
hmm...

Rename page doesn't work?
Title: Re: Bug Archive
Post by: [MAF]mooman on June 26, 2013, 09:32:24 pm
hmm...

Rename page doesn't work?
fixed
Title: Re: Bug Archive
Post by: [LSR]Jarol on June 27, 2013, 07:07:52 pm
Thanks :)
Title: Re: Bug Archive
Post by: Scorpion. on July 29, 2013, 02:01:00 pm
in the lobby , before the race half player of the server got freeze game...
just happened much times today
Title: Re: Bug Archive
Post by: 3DSexVilla on October 23, 2013, 07:11:23 pm
the command /me no have auto anti-spam protection
Title: Re: Bug Archive
Post by: MadMax on October 23, 2013, 10:20:16 pm
tested, it does.
(http://i.imgur.com/PwaKDLj.png)
Title: Re: Bug Archive
Post by: [AK47]skunk on July 13, 2014, 09:52:02 pm
Interesting rating:
http://highscores.adrenalinex.co.uk/full/________________
Title: Re: Bug Archive
Post by: [MAF]mooman on July 13, 2014, 10:37:18 pm
fixed
Title: Re: Bug Archive
Post by: [FSR]Ush on August 05, 2014, 08:55:38 pm
all ratings are fixed :L