News:

Server address: server.convoytrucking.net
Get SA-MP 0.3.7 here: Click Here to download SA-MP 0.3.7

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Adam10001

#1
Quote from: droctogonapus on January 07, 2013, 17:18
there's no point in posting code because it won't get added

I don't generally care if it wont get added i still made the code incase it was required
#2
Quote from: Ethan on January 07, 2013, 06:27
Quote from: Daniel[COL] on January 07, 2013, 03:30
I Think The Rule Apply More For Train Tracks Between Cities
Just an Opinion


your right, the rule "dont drive on train tracks" refers exactly to that

But as it reads it apply to all train tracks
#3
Quote from: Matheus on January 07, 2013, 03:01
Seriously, thieves life is hard, do you want to make it worst? I give a no to it

So breaking the "rule" is okay because their life is hard?

#4
Then to remove them 2 gates all you have to remove is this part of the code
Quote//SI wall
   CreateObject(969,-1865,-26.5,14,0.00000000,0.00000000,90.00000000); // Fence
   CreateObject(969,-1865,-26.5,16,0.00000000,0.00000000,90.00000000); // Fence

New Code: //SF Train Track Docks Block Off
//Top
CreateObject(969,-1809,-30,6.0,0.00000000,0.00000000,90.00000000); // Fence
CreateObject(969,-1809,-35,6.0,0.00000000,0.00000000,90.00000000); // Fence
CreateObject(969,-1809,-40,6.0,0.00000000,0.00000000,90.00000000); // Fence
CreateObject(969,-1809,-30,9.0,0.00000000,0.00000000,90.00000000); // Fence
CreateObject(969,-1809,-35,9.0,0.00000000,0.00000000,90.00000000); // Fence
CreateObject(969,-1809,-40,9.0,0.00000000,0.00000000,90.00000000); // Fence
//Bottom
CreateObject(969,-1756,-25,2.5,0.00000000,0.00000000,270.00000000); // Fence
CreateObject(969,-1756,-30,2.5,0.00000000,0.00000000,270.00000000); // Fence
CreateObject(969,-1756,-36,2.5,0.00000000,0.00000000,270.00000000); // Fence
CreateObject(969,-1756,-25,5.0,0.00000000,0.00000000,270.00000000); // Fence
CreateObject(969,-1756,-30,5.0,0.00000000,0.00000000,270.00000000); // Fence
CreateObject(969,-1756,-36,5.0,0.00000000,0.00000000,270.00000000); // Fence


There is also a gate to the left of the gate into the docks, but as joshy said the fence around it can be driven through
#5
Because I have seen allot of people come out of the area where you spawn in Garcia and cut through that gap (crossing the train tracks)

**It Can easily be removed from the code**
#6
Quote from: Joshy on January 07, 2013, 02:23
Quote from: Adam10001 on January 07, 2013, 02:15
Thanks Hobo, I missed a gate where the track continues (where the drop down gate is)
I don't think the gates seen in the original post would be too bad but blocking the fence where the drop down gate is, in my opinion is a stupid idea.

If you block that fence off, that leaves only one entrance into that area which makes it a lot more difficult for thieves considering the other entrance is narrow and can be blocked by one cop with ease. Also placing a gate surrounded by a fence is just useless, you can still drive through the fence.

Good point, I wont add it :)
#7
Thanks Hobo, I missed a gate where the track continues (where the drop down gate is)
#8
Locked & Closed Suggestions / SF Train Tracks
January 07, 2013, 01:32
Greetings all...

I have a suggestion about something that is announced in the server but never followed, Its the "Remember: Driving on train tracks is not allowed."


Tho allot of the bridges and tunnels are blocked off this one is heavily used and isn't blocked off.

There are many people that do drive on the train tracks on the way to SF docks (see video)....

VIDEO:

(There are many examples and players i could list but i broke my hard drive that had the footage on it so i'm limited to whats left)

I have come up with a simple solution to fix this and it is to block off the tracks, See images bellow.

Image 1:

Bottom View

Image 2:

Top View

Image 3:

Top view (inc SI barrier)

I have even saved you time by scripting it myself...

CODE:
//SF Train Track Docks Block Off
//Top
CreateObject(969,-1809,-30,6.0,0.00000000,0.00000000,90.00000000); // Fence
CreateObject(969,-1809,-35,6.0,0.00000000,0.00000000,90.00000000); // Fence
CreateObject(969,-1809,-40,6.0,0.00000000,0.00000000,90.00000000); // Fence
CreateObject(969,-1809,-30,9.0,0.00000000,0.00000000,90.00000000); // Fence
CreateObject(969,-1809,-35,9.0,0.00000000,0.00000000,90.00000000); // Fence
CreateObject(969,-1809,-40,9.0,0.00000000,0.00000000,90.00000000); // Fence
//Bottom
CreateObject(969,-1756,-25,2.5,0.00000000,0.00000000,270.00000000); // Fence
CreateObject(969,-1756,-30,2.5,0.00000000,0.00000000,270.00000000); // Fence
CreateObject(969,-1756,-36,2.5,0.00000000,0.00000000,270.00000000); // Fence
CreateObject(969,-1756,-25,5.0,0.00000000,0.00000000,270.00000000); // Fence
CreateObject(969,-1756,-30,5.0,0.00000000,0.00000000,270.00000000); // Fence
CreateObject(969,-1756,-36,5.0,0.00000000,0.00000000,270.00000000); // Fence
//SI wall
CreateObject(969,-1865,-26.5,14,0.00000000,0.00000000,90.00000000); // Fence
CreateObject(969,-1865,-26.5,16,0.00000000,0.00000000,90.00000000); // Fence


Hope this helps.

(i used my old server script to script in the new barriers, Server shut down a while back so i use it for testing.)

**Update: I have forgotten 1 barrier on the train track but that isn't important (I can add it if you want)

Many Thanks For Your Time
Adam10001