
Grand Theft Auto 3 Walkthrough
Boat: Speeder
This boat is very fast, but doesn't have guns. Fun to drive around in but not great for missions. It's found on the docks in island 2.
Car Listing
Grand Theft Auto 3 Walkthrough
<%
'TRAFFIC'
Dim objCmd4
Set objCmd4 = Server.CreateObject ("ADODB.Command")
SQLTxt = "update traffic set hit_count = hit_count + 1 where " & _
"site_id = 283 and page_id = 116 ;"
objCmd4.ActiveConnection = strConnect
objCmd4.CommandType = &H0001
objCmd4.CommandText = SQLTxt
objCmd4.Execute intRecords
Set objCmd4 = Nothing
%>
|