Author Topic: SK Vehicles [Fixed]  (Read 3456 times)

0 Members and 1 Guest are viewing this topic.

Offline [MAF]Snoopy

  • Posts: 14,540
    • View Profile
SK Vehicles [Fixed]
« on: September 27, 2010, 04:35:03 pm »
i've noticed vehicles have disappeared in some SK races.

my AdrenalineX-SK race has less vehicles now.. :S

there's always a boat here:




and sandkings over there



not to mention the rest of the vehicles :(

« Last Edit: November 06, 2010, 11:04:43 am by [MAF]Rac3r »

Offline pod

  • Scripter
  • Posts: 417
    • View Profile
  • In-game name: pod
Re: SK Vehicles
« Reply #1 on: September 27, 2010, 06:04:42 pm »
Code: [Select]
while(fread(f,line,sizeof(line),false) && TotalSpawns < 200)

should be:

Code: [Select]
while(fread(f,line,sizeof(line),false) && TotalSpawns < MAX_SKVEHICLES)

Offline [MAF]Snoopy

  • Posts: 14,540
    • View Profile
Re: SK Vehicles
« Reply #2 on: September 27, 2010, 06:06:05 pm »
ah cheers pod

Offline [AK47]skunk

  • Admin
  • Posts: 1,059
    • View Profile
    • AK47
Re: SK Vehicles
« Reply #3 on: October 22, 2010, 08:10:55 pm »
here you are! i could not find this topic :-[ vehicles dissapears again :( ex FerrariGarage or M4_MTA_2010

Offline [FSR]Ush

  • Admin
  • Posts: 13,449
  • Aart
    • View Profile
Re: SK Vehicles
« Reply #4 on: October 22, 2010, 11:46:19 pm »
i've noticed vehicles have disappeared in some SK races.

my AdrenalineX-SK race has less vehicles now.. :S

lucky you, the only SK race I ever made got deleted because all vehicles were gone :s (some SK bug at that time).

Offline pod

  • Scripter
  • Posts: 417
    • View Profile
  • In-game name: pod
Re: SK Vehicles
« Reply #5 on: October 24, 2010, 03:35:17 am »
here you are! i could not find this topic :-[ vehicles dissapears again :( ex FerrariGarage or M4_MTA_2010

both of these should be fixed