Project Reality Roleplay (www.pr-rp.org) | 9.5 - 9.6 |

Re: Project Reality Roleplay - 9.6 and 9.5

No, you have to setup a MySQL DB.

Here's the dump

-- phpMyAdmin SQL Dump
-- version 3.2.0.1
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Aug 29, 2010 at 02:37 AM
-- Server version: 5.1.36
-- PHP Version: 5.3.0

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";

--
-- Database: `mr187_test`
--

-- --------------------------------------------------------

--
-- Table structure for table `accounts`
--

CREATE TABLE IF NOT EXISTS `accounts` (
`Username` text NOT NULL,
`Password` text NOT NULL,
`Cash` int(11) NOT NULL,
`Model` int(11) NOT NULL,
`Crash` int(11) NOT NULL,
`Age` int(11) NOT NULL,
`PosX` float NOT NULL,
`PosY` float NOT NULL,
`PosZ` float NOT NULL,
`Health` float NOT NULL,
`Armour` float NOT NULL,
`Int` int(11) NOT NULL,
`World` int(11) NOT NULL,
`PayDay` int(11) NOT NULL,
`PayCheck` int(11) NOT NULL,
`Account` int(11) NOT NULL,
`ConnectTime` int(11) NOT NULL,
`Member` int(11) NOT NULL,
`Rank` int(11) NOT NULL,
`Weed` int(11) NOT NULL,
`Crack` int(11) NOT NULL,
`Cocaine` int(11) NOT NULL,
`HouseKey` int(11) NOT NULL,
`BizKey` int(11) NOT NULL,
`CarKey1` int(11) NOT NULL,
`CarKey2` int(11) NOT NULL,
`CarKey3` int(11) NOT NULL,
`Admin` int(11) NOT NULL,
`Helper` int(11) NOT NULL,
`Banned` int(11) NOT NULL,
`DrugTime` int(11) NOT NULL,
`HouseEnter` int(11) NOT NULL,
`BizzEnter` int(11) NOT NULL,
`GunLic` int(11) NOT NULL,
`DriveLic` int(11) NOT NULL,
`PhoneNum` int(11) NOT NULL,
`Job` int(11) NOT NULL,
`Jailed` int(11) NOT NULL,
`JailTime` int(11) NOT NULL,
`Weapon0` int(11) NOT NULL,
`Weapon1` int(11) NOT NULL,
`Weapon2` int(11) NOT NULL,
`Weapon3` int(11) NOT NULL,
`Weapon4` int(11) NOT NULL,
`Weapon5` int(11) NOT NULL,
`Weapon6` int(11) NOT NULL,
`Weapon7` int(11) NOT NULL,
`Weapon8` int(11) NOT NULL,
`Weapon9` int(11) NOT NULL,
`Weapon10` int(11) NOT NULL,
`Weapon11` int(11) NOT NULL,
`Weapon12` int(11) NOT NULL,
`Ammo0` int(11) NOT NULL,
`Ammo1` int(11) NOT NULL,
`Ammo2` int(11) NOT NULL,
`Ammo3` int(11) NOT NULL,
`Ammo4` int(11) NOT NULL,
`Ammo5` int(11) NOT NULL,
`Ammo6` int(11) NOT NULL,
`Ammo7` int(11) NOT NULL,
`Ammo8` int(11) NOT NULL,
`Ammo9` int(11) NOT NULL,
`Ammo10` int(11) NOT NULL,
`Ammo11` int(11) NOT NULL,
`Ammo12` int(11) NOT NULL,
`WantedLevel` int(11) NOT NULL,
`DonateRank` int(11) NOT NULL,
`Mask` int(11) NOT NULL,
`MaskID` int(11) NOT NULL,
`Cellphone` int(11) NOT NULL,
`Crimes` int(11) NOT NULL,
`Arrest` int(11) NOT NULL,
`Changes` int(11) NOT NULL,
`MarriedTo` text NOT NULL,
`Accent` text NOT NULL,
`AdmName` text NOT NULL,
`Married` int(11) NOT NULL,
`Warrent` int(11) NOT NULL,
`Sex` int(11) NOT NULL,
`Tutorial` int(11) NOT NULL,
`CarTicket` int(11) NOT NULL,
`DonateTime` int(11) NOT NULL,
`Ajails` int(11) NOT NULL,
`Bans` int(11) NOT NULL,
`Kicks` int(11) NOT NULL,
`AdminPass` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `accounts`
--


-- --------------------------------------------------------

--
-- Table structure for table `vehicles`
--

CREATE TABLE IF NOT EXISTS `vehicles` (
`Model` int(11) NOT NULL,
`X` float NOT NULL,
`Y` float NOT NULL,
`Z` float NOT NULL,
`Angle` float NOT NULL,
`Color1` int(11) NOT NULL,
`Color2` int(11) NOT NULL,
`Owner` text NOT NULL,
`Owned` int(11) NOT NULL,
`Value` int(11) NOT NULL,
`Lock` int(11) NOT NULL,
`Fuel` int(11) NOT NULL,
`Donate` int(11) NOT NULL,
`Mod0` int(11) NOT NULL,
`Mod1` int(11) NOT NULL,
`Mod2` int(11) NOT NULL,
`Mod3` int(11) NOT NULL,
`Mod4` int(11) NOT NULL,
`Mod5` int(11) NOT NULL,
`Mod6` int(11) NOT NULL,
`Mod7` int(11) NOT NULL,
`Mod8` int(11) NOT NULL,
`Mod9` int(11) NOT NULL,
`vehicleid` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `vehicles`
--
 
Re: Project Reality Roleplay - 9.6 and 9.5

Ok I did that.

Created a DB "mr187_test"
Executed the DUMP file.
Launched the server and joined.
Still getting the same thing, is there any place where I edit the MySql connection info?
 
Re: Project Reality Roleplay - 9.6 and 9.5

sTeAlthy said:
Ok I did that.

Created a DB "mr187_test"
Executed the DUMP file.
Launched the server and joined.
Still getting the same thing, is there any place where I edit the MySql connection info?

OnGameModeInit.
 
Re: Project Reality Roleplay - 9.6 and 9.5

Ok I see that. But I have edited it and its still doing the same thing.

Dunno what is wrong it.
 
Re: Project Reality Roleplay - 9.6 and 9.5

Uhm, where is the MySQL server located? If it's a free webhost, it won't allow the connection.
 
Re: Project Reality Roleplay - 9.6 and 9.5

Code:
(1747) : error 017: undefined symbol "GetPVarInt"
(1747) : error 036: empty statement
(1818) : error 017: undefined symbol "SetPVarInt"
(1819) : error 017: undefined symbol "SetPVarInt"
(1820) : error 017: undefined symbol "SetPVarInt"
(1821) : error 017: undefined symbol "SetPVarInt"
(1822) : error 017: undefined symbol "SetPVarInt"
(1823) : error 017: undefined symbol "SetPVarInt"
(1824) : error 017: undefined symbol "SetPVarInt"
(1825) : error 017: undefined symbol "SetPVarInt"
(1826) : error 017: undefined symbol "SetPVarInt"
(1827) : error 017: undefined symbol "SetPVarInt"
(1828) : error 017: undefined symbol "SetPVarInt"
(1829) : error 017: undefined symbol "SetPVarInt"
(1830) : error 017: undefined symbol "SetPVarInt"
(1831) : error 017: undefined symbol "SetPVarInt"
(1832) : error 017: undefined symbol "SetPVarInt"
(1833) : error 017: undefined symbol "SetPVarInt"
(2124) : error 017: undefined symbol "SetPVarInt"
(2129) : error 017: undefined symbol "SetPVarInt"
(2139) : error 017: undefined symbol "GetPVarInt"
(2165) : error 017: undefined symbol "GetPVarInt"
(2167) : error 017: undefined symbol "GetPVarInt"
(2220) : error 017: undefined symbol "DeletePVar"
(2221) : error 017: undefined symbol "DeletePVar"
(2222) : error 017: undefined symbol "DeletePVar"
Can I please get some help :biggrin:
 
Re: Project Reality Roleplay - 9.6 and 9.5

----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3b R2, (C)2005-2010 SA-MP Team

[00:44:40]
[00:44:40] Server Plugins
[00:44:40] --------------
[00:44:40] Loading plugin: streamer
[00:44:40]

*** Streamer Plugin v2.3.8 by Incognito loaded ***

[00:44:40] Loaded.
[00:44:40] Loading plugin: sscanf
[00:44:40]

[00:44:40] ===============================

[00:44:40] sscanf plugin loaded.

[00:44:40] (c) 2009 Alex "Y_Less" Cole

[00:44:40] ===============================

[00:44:40] Loaded.
[00:44:40] Loading plugin: mysql
[00:44:40]

> MySQL plugin R4-2 successfully loaded.

[00:44:40] Loaded.
[00:44:40] Loading plugin: audio
[00:44:40]

*** Audio Plugin v0.4 by Incognito loaded ***


[00:44:40] Loaded.
[00:44:40] Loading plugin: dns
[00:44:40]

*** DNS Plugin v2.4 by Incognito loaded ***


[00:44:40] Loaded.
[00:44:40] Loaded 5 plugins.

[00:44:40]
[00:44:40] Filter Scripts
[00:44:40] ---------------
[00:44:40] Loading filter script 'Transmission.amx'...
[00:44:40] >> Automatic Tranmission Filterscript by » RyDeR « has been loaded!
[00:44:40] Loaded 1 filter scripts.

This is a whole different story, I tried the script, 9.5 and that's what I get in the server_log, the command prompt comes up, then instantly crashses.. Any ideas?
 
Re: Project Reality Roleplay - 9.6 and 9.5

Unknown said:
Code:
(1747) : error 017: undefined symbol "GetPVarInt"
(1747) : error 036: empty statement
(1818) : error 017: undefined symbol "SetPVarInt"
(1819) : error 017: undefined symbol "SetPVarInt"
(1820) : error 017: undefined symbol "SetPVarInt"
(1821) : error 017: undefined symbol "SetPVarInt"
(1822) : error 017: undefined symbol "SetPVarInt"
(1823) : error 017: undefined symbol "SetPVarInt"
(1824) : error 017: undefined symbol "SetPVarInt"
(1825) : error 017: undefined symbol "SetPVarInt"
(1826) : error 017: undefined symbol "SetPVarInt"
(1827) : error 017: undefined symbol "SetPVarInt"
(1828) : error 017: undefined symbol "SetPVarInt"
(1829) : error 017: undefined symbol "SetPVarInt"
(1830) : error 017: undefined symbol "SetPVarInt"
(1831) : error 017: undefined symbol "SetPVarInt"
(1832) : error 017: undefined symbol "SetPVarInt"
(1833) : error 017: undefined symbol "SetPVarInt"
(2124) : error 017: undefined symbol "SetPVarInt"
(2129) : error 017: undefined symbol "SetPVarInt"
(2139) : error 017: undefined symbol "GetPVarInt"
(2165) : error 017: undefined symbol "GetPVarInt"
(2167) : error 017: undefined symbol "GetPVarInt"
(2220) : error 017: undefined symbol "DeletePVar"
(2221) : error 017: undefined symbol "DeletePVar"
(2222) : error 017: undefined symbol "DeletePVar"
Can I please get some help :biggrin:

Download the latest server package.....
sTeAlthy said:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3b R2, (C)2005-2010 SA-MP Team

[00:44:40]
[00:44:40] Server Plugins
[00:44:40] --------------
[00:44:40] Loading plugin: streamer
[00:44:40]

*** Streamer Plugin v2.3.8 by Incognito loaded ***

[00:44:40] Loaded.
[00:44:40] Loading plugin: sscanf
[00:44:40]

[00:44:40] ===============================

[00:44:40] sscanf plugin loaded.

[00:44:40] (c) 2009 Alex "Y_Less" Cole

[00:44:40] ===============================

[00:44:40] Loaded.
[00:44:40] Loading plugin: mysql
[00:44:40]

> MySQL plugin R4-2 successfully loaded.

[00:44:40] Loaded.
[00:44:40] Loading plugin: audio
[00:44:40]

*** Audio Plugin v0.4 by Incognito loaded ***


[00:44:40] Loaded.
[00:44:40] Loading plugin: dns
[00:44:40]

*** DNS Plugin v2.4 by Incognito loaded ***


[00:44:40] Loaded.
[00:44:40] Loaded 5 plugins.

[00:44:40]
[00:44:40] Filter Scripts
[00:44:40] ---------------
[00:44:40] Loading filter script 'Transmission.amx'...
[00:44:40] >> Automatic Tranmission Filterscript by » RyDeR « has been loaded!
[00:44:40] Loaded 1 filter scripts.

This is a whole different story, I tried the script, 9.5 and that's what I get in the server_log, the command prompt comes up, then instantly crashses.. Any ideas?


You're missing folders and files.
 
Re: Project Reality Roleplay - 9.6 and 9.5

Do you know which one(s) I would be missing.

I have all the includes in my include folder (The one's you uploaded)
I have the penls.pwn and .amx in my game mode folders
I have the scriptfiles you uploaded in my scriptfiles folder.
 
Re: Project Reality Roleplay - 9.6 and 9.5

sTeAlthy said:
Do you know which one(s) I would be missing.

I have all the includes in my include folder (The one's you uploaded)
I have the penls.pwn and .amx in my game mode folders
I have the scriptfiles you uploaded in my scriptfiles folder.

I have 0.3b R2 Client and Server with the 9.5 script. I have created a whole new server folder with only 9.5 script in it, and with the includes and files you have uploaded and put them in the correct spot(s). Still no error's in the server log and it just crashes when I try to run the .exe
 
Re: Project Reality Roleplay - 9.6 and 9.5

Well I've got the last C-MySQL include and 4 plugins
-Streamer for 0.3b
-DNS
-sscanf2
-G St MySQL

and I get Error 19..
Code:
SA-MP Dedicated Server
----------------------
v0.3b R2, (C)2005-2010 SA-MP Team

[08:19:55] filterscripts = ""  (string)
[08:19:55] 
[08:19:55] Server Plugins
[08:19:55] --------------
[08:19:55]  Loading plugin: streamer
[08:19:55] 

*** Streamer Plugin v2.3.8 by Incognito loaded ***

[08:19:55]   Loaded.
[08:19:55]  Loading plugin: dns
[08:19:55] 

*** DNS Plugin v2.4 by Incognito loaded ***


[08:19:55]   Loaded.
[08:19:55]  Loading plugin: sscanf
[08:19:55] 

[08:19:55]  ===============================

[08:19:55]       sscanf plugin loaded.     

[08:19:55]    (c) 2009 Alex "Y_Less" Cole

[08:19:55]  ===============================

[08:19:55]   Loaded.
[08:19:55]  Loading plugin: mysql
[08:19:55] 

  > MySQL plugin R3 successfully loaded.

[08:19:55]   Loaded.
[08:19:55]  Loaded 4 plugins.

[08:19:55] 
[08:19:55] Filter Scripts
[08:19:55] ---------------
[08:19:55]   Loaded 0 filter scripts.

[08:19:55] Script[gamemodes/PR-RP.amx]: Run time error 19: "File or function is not found"
[08:19:55] Number of vehicle models: 0
[08:19:58] --- Server Shutting Down.
[08:19:58] 

*** Streamer Plugin v2.3.8 by Incognito unloaded ***

[08:19:58] 

*** DNS Plugin v2.4 by Incognito unloaded ***


[08:19:58] 

[08:19:58]  ===============================

[08:19:58]      sscanf plugin unloaded.    

[08:19:58]  ===============================

[08:19:58] 

  > MySQL plugin unloaded.
Is there any plugin I am missing?I am trying the default PR-RP 9.6
 
Re: Project Reality Roleplay - 9.6 and 9.5

Unknown said:
So yeah I still got all the errors even after upgrading

Download the scripting package and overwrite your existing includes, please before asking, read the previous posts.....
 
Re: Project Reality Roleplay - 9.6 and 9.5

sTeAlthy said:
sTeAlthy said:
Do you know which one(s) I would be missing.

I have all the includes in my include folder (The one's you uploaded)
I have the penls.pwn and .amx in my game mode folders
I have the scriptfiles you uploaded in my scriptfiles folder.

I have 0.3b R2 Client and Server with the 9.5 script. I have created a whole new server folder with only 9.5 script in it, and with the includes and files you have uploaded and put them in the correct spot(s). Still no error's in the server log and it just crashes when I try to run the .exe

Carlton, any ideas?
 
Re: Project Reality Roleplay - 9.6 and 9.5

Carlton said:
Unknown said:
So yeah I still got all the errors even after upgrading

Download the scripting package and overwrite your existing includes, please before asking, read the previous posts.....
oh it's because mine has totally different problem not related to includes and such but I tried it and it doesn't work
 
Re: Project Reality Roleplay - 9.6 and 9.5

Hehehe I got some respect for ya carlton I started spamming some shit in PRRP. Then some guy just said "I am with carlton's side" hahaha ;D

some pics:

after like 5 hours they banned me nubz
I said "mr187 scammed carlton" and every started saying shit bout him lol




 
Re: Project Reality Roleplay - 9.6 and 9.5

I got shoutbox infracted for posting a mirror to the script :biggrin:

5yfdbq.jpg



Some time ago I was a mapper on PR-RP(for free ofc).So I will release the maps I made for them:


.map file: http://breakdown-gaming.co.cc/files/maps/prison.map
Code:
CreateObject(14795,-1952.02734375,319.55859375,1556.41992188,0.00000000,0.00000000,0.00000000); //object(genint3_smashtv) (1)
CreateObject(14856,-1982.25000000,310.58300781,1553.01037598,0.00000000,0.00000000,269.85717773); //object(cellsa) (1)
CreateObject(14856,-1982.15270996,297.78790283,1553.01037598,0.00000000,0.00000000,270.42999268); //object(cellsa) (2)
CreateObject(14856,-1955.30078125,310.51757812,1553.01037598,0.00000000,0.00000000,269.91760254); //object(cellsa) (3)
CreateObject(14856,-1955.23535156,297.68164062,1553.01525879,0.00000000,0.00000000,269.93957520); //object(cellsa) (4)
CreateObject(14856,-1967.16833496,291.48199463,1553.00634766,0.00000000,0.00000000,0.00000000); //object(cellsa) (5)
CreateObject(7191,-1940.90332031,312.88378906,1552.49169922,0.00000000,0.00000000,269.68139648); //object(vegasnnewfence2b) (1)
CreateObject(8185,-1873.45214844,312.85253906,1552.78796387,0.00000000,0.00000000,269.93957520); //object(vgssredbrix02) (1)
CreateObject(7191,-1940.93994141,308.58514404,1552.48779297,0.00000000,0.00000000,269.68139648); //object(vegasnnewfence2b) (2)
CreateObject(8185,-1873.43359375,308.56738281,1552.77832031,0.00000000,0.00000000,269.93957520); //object(vgssredbrix02) (2)
CreateObject(7191,-1940.92382812,304.32324219,1552.48901367,0.00000000,0.00000000,269.68139648); //object(vegasnnewfence2b) (3)
CreateObject(8185,-1873.54199219,304.37597656,1552.77954102,0.00000000,0.00000000,269.93957520); //object(vgssredbrix02) (3)
CreateObject(7191,-1941.17578125,300.05859375,1552.49035645,0.00000000,0.00000000,269.68139648); //object(vegasnnewfence2b) (4)
CreateObject(8185,-1873.70593262,300.08673096,1552.79699707,0.00000000,0.00000000,269.93957520); //object(vgssredbrix02) (4)
CreateObject(7191,-1940.91894531,317.14941406,1552.49182129,0.00000000,0.00000000,269.68139648); //object(vegasnnewfence2b) (5)
CreateObject(8185,-1873.41992188,317.18359375,1552.75939941,0.00000000,0.00000000,269.93957520); //object(vgssredbrix02) (5)
CreateObject(7191,-1940.90527344,321.38964844,1552.48925781,0.00000000,0.00000000,269.68139648); //object(vegasnnewfence2b) (6)
CreateObject(8185,-1873.46777344,321.40820312,1552.80017090,0.00000000,0.00000000,269.93957520); //object(vgssredbrix02) (6)
CreateObject(7191,-1996.37597656,300.40039062,1552.48767090,0.00000000,0.00000000,89.91210938); //object(vegasnnewfence2b) (7)
CreateObject(8185,-2063.52685547,300.43197632,1552.79223633,0.00000000,0.00000000,269.93957520); //object(vgssredbrix02) (7)
CreateObject(7191,-1996.55139160,304.69085693,1552.48779297,0.00000000,0.00000000,89.91210938); //object(vegasnnewfence2b) (8)
CreateObject(8185,-2064.00146484,304.74966431,1552.75158691,0.00000000,0.00000000,269.93957520); //object(vgssredbrix02) (8)
CreateObject(7191,-1996.57031250,308.94433594,1552.48779297,0.00000000,0.00000000,89.91210938); //object(vegasnnewfence2b) (9)
CreateObject(8185,-2063.70507812,309.04101562,1552.79162598,0.00000000,0.00000000,269.93957520); //object(vgssredbrix02) (9)
CreateObject(7191,-1996.59277344,313.14746094,1552.51281738,0.00000000,0.00000000,89.91210938); //object(vegasnnewfence2b) (10)
CreateObject(8185,-2063.87207031,313.21090698,1552.81750488,0.00000000,0.00000000,269.93957520); //object(vgssredbrix02) (10)
CreateObject(7191,-1996.62170410,317.38705444,1552.51281738,0.00000000,0.00000000,89.91210938); //object(vegasnnewfence2b) (11)
CreateObject(8185,-2063.71093750,317.45928955,1552.78796387,0.00000000,0.00000000,269.93957520); //object(vgssredbrix02) (11)
CreateObject(7191,-1996.60644531,321.64062500,1552.48779297,0.00000000,0.00000000,89.91210938); //object(vegasnnewfence2b) (12)
CreateObject(8185,-2063.60644531,321.69042969,1552.78796387,0.00000000,0.00000000,269.93957520); //object(vgssredbrix02) (12)
CreateObject(8185,-1962.60351562,252.93945312,1552.73779297,0.00000000,0.00000000,355.99548340); //object(vgssredbrix02) (13)
CreateObject(8185,-1979.16015625,332.55761719,1552.82006836,0.00000000,0.00000000,179.87915039); //object(vgssredbrix02) (14)
CreateObject(8185,-1970.79296875,210.11132812,1552.78796387,0.00000000,0.00000000,0.00000000); //object(vgssredbrix02) (15)
CreateObject(7191,-1967.10156250,277.20214844,1552.52661133,0.00000000,0.00000000,180.54383850); //object(vegasnnewfence2b) (14)
CreateObject(8185,-1967.28540039,210.09719849,1552.79162598,0.00000000,0.00000000,0.00000000); //object(vgssredbrix02) (16)
CreateObject(2930,-1969.22094727,299.84140015,1553.77551270,0.00000000,0.00000000,266.68997192); //object(chinatgate) (1)
CreateObject(2930,-1969.19873047,299.85299683,1554.90161133,0.00000000,0.00000000,269.85998535); //object(chinatgate) (2)
CreateObject(8185,-1973.86193848,210.86251831,1552.77001953,0.00000000,0.00000000,0.00000000); //object(vgssredbrix02) (17)
CreateObject(8185,-1963.51281738,210.78622437,1552.78356934,0.00000000,0.00000000,0.00000000); //object(vgssredbrix02) (18)
CreateObject(8185,-1967.10449219,295.88964844,1552.75842285,0.00000000,0.00000000,269.93957520); //object(vgssredbrix02) (19)
CreateObject(8185,-1960.34863281,321.68847656,1555.02551270,0.00000000,270.38452148,0.00000000); //object(vgssredbrix02) (20)
CreateObject(8185,-1963.93652344,294.60449219,1555.03942871,0.00000000,270.38452148,0.00000000); //object(vgssredbrix02) (21)
CreateObject(8185,-1977.09765625,322.03320312,1555.03002930,0.00000000,270.00000000,179.87921143); //object(vgssredbrix02) (22)
CreateObject(8185,-1974.23144531,236.86230469,1555.00561523,0.00000000,269.98901367,180.12084961); //object(vgssredbrix02) (23)
CreateObject(8185,-1966.05126953,300.51220703,1555.03417969,0.00000000,269.91760254,269.93957520); //object(vgssredbrix02) (24)
CreateObject(8185,-1968.03955078,296.43020630,1555.06250000,0.00000000,269.91760254,269.93957520); //object(vgssredbrix02) (25)
CreateObject(14856,-1982.20385742,297.83377075,1557.01684570,0.00000000,0.00000000,269.94799805); //object(cellsa) (7)
CreateObject(14856,-1955.26623535,297.69219971,1557.06152344,0.00000000,0.00000000,270.04003906); //object(cellsa) (8)
CreateObject(14856,-1955.29003906,310.50878906,1557.06835938,0.00000000,0.00000000,270.03295898); //object(cellsa) (9)
CreateObject(14856,-1962.93457031,291.34863281,1557.08068848,0.00000000,0.00000000,0.00000000); //object(cellsa) (10)
CreateObject(7191,-1940.89538574,321.39294434,1556.54296875,0.00000000,0.00000000,269.68139648); //object(vegasnnewfence2b) (15)
CreateObject(8185,-1873.41723633,321.40356445,1556.84033203,0.00000000,0.00000000,269.93957520); //object(vgssredbrix02) (26)
CreateObject(7191,-1940.89550781,317.13684082,1556.54248047,0.00000000,0.00000000,269.68139648); //object(vegasnnewfence2b) (16)
CreateObject(8185,-1873.50280762,317.15289307,1556.84814453,0.00000000,0.00000000,269.93957520); //object(vgssredbrix02) (27)
CreateObject(7191,-1940.87768555,312.88449097,1556.59960938,0.00000000,0.00000000,269.68139648); //object(vegasnnewfence2b) (17)
CreateObject(8185,-1873.47875977,312.90173340,1556.88867188,0.00000000,0.00000000,269.93957520); //object(vgssredbrix02) (28)
CreateObject(7191,-1940.88867188,308.58969116,1556.51416016,0.00000000,0.00000000,269.68139648); //object(vegasnnewfence2b) (18)
CreateObject(8185,-1873.33532715,308.64459229,1556.80322266,0.00000000,0.00000000,269.93957520); //object(vgssredbrix02) (29)
CreateObject(7191,-1940.86425781,304.30468750,1556.53320312,0.00000000,0.00000000,269.68139648); //object(vegasnnewfence2b) (19)
CreateObject(8185,-1873.42175293,304.34585571,1556.80932617,0.00000000,0.00000000,269.93957520); //object(vgssredbrix02) (30)
CreateObject(8185,-1873.76269531,300.12878418,1556.87670898,0.00000000,0.00000000,269.93957520); //object(vgssredbrix02) (31)
CreateObject(8185,-1963.58593750,210.65039062,1556.83581543,0.00000000,0.00000000,0.00000000); //object(vgssredbrix02) (32)
CreateObject(2930,-1970.56884766,299.75317383,1557.73767090,0.00000000,0.00000000,90.53002930); //object(chinatgate) (3)
CreateObject(2930,-1968.84777832,299.70120239,1558.97058105,0.00000000,0.00000000,270.48498535); //object(chinatgate) (4)
CreateObject(7191,-1973.72351074,277.87527466,1556.86254883,0.00000000,0.00000000,180.54644775); //object(vegasnnewfence2b) (23)
CreateObject(8185,-1973.89038086,210.99121094,1557.17199707,0.00000000,0.00000000,0.00000000); //object(vgssredbrix02) (35)
CreateObject(7191,-1996.57617188,304.69433594,1556.48376465,0.00000000,0.00000000,89.91210938); //object(vegasnnewfence2b) (24)
CreateObject(7191,-1996.61035156,308.91699219,1556.99243164,0.00000000,0.00000000,89.91210938); //object(vegasnnewfence2b) (25)
CreateObject(8185,-2063.54809570,300.42544556,1557.16027832,0.00000000,0.00000000,269.93957520); //object(vgssredbrix02) (36)
CreateObject(8185,-2063.66796875,304.73535156,1556.75793457,0.00000000,0.00000000,269.93957520); //object(vgssredbrix02) (37)
CreateObject(8185,-2063.92578125,308.92675781,1557.28271484,0.00000000,0.00000000,269.93957520); //object(vgssredbrix02) (38)
CreateObject(7191,-1996.65563965,313.18154907,1556.50598145,0.00000000,0.00000000,89.91210938); //object(vegasnnewfence2b) (26)
CreateObject(8185,-2063.96679688,313.21484375,1556.79943848,0.00000000,0.00000000,269.93957520); //object(vgssredbrix02) (39)
CreateObject(8185,-1961.62133789,317.45275879,1559.11376953,0.00000000,270.38452148,0.00000000); //object(vgssredbrix02) (42)
CreateObject(8185,-1957.04589844,318.54589844,1556.83923340,0.00000000,0.00000000,0.00000000); //object(vgssredbrix02) (43)
CreateObject(8185,-1959.11279297,317.17599487,1559.14685059,0.00000000,270.38452148,0.00000000); //object(vgssredbrix02) (44)
CreateObject(8185,-1975.67578125,235.35644531,1559.08398438,0.00000000,269.98901367,180.12084961); //object(vgssredbrix02) (45)
CreateObject(8185,-1979.29785156,235.38378906,1559.08300781,0.00000000,269.98901367,180.12084961); //object(vgssredbrix02) (46)
CreateObject(8185,-1970.68652344,298.67285156,1559.11108398,0.00000000,269.91760254,269.93957520); //object(vgssredbrix02) (47)
CreateObject(8185,-1979.71435547,306.39605713,1557.09045410,0.00000000,0.00000000,179.87915039); //object(vgssredbrix02) (49)
CreateObject(8185,-1969.15625000,235.80287170,1559.13500977,0.00000000,270.00000000,180.11535645); //object(vgssredbrix02) (55)
CreateObject(8185,-1965.54687500,235.25842285,1559.13598633,0.00000000,269.98901367,180.12084961); //object(vgssredbrix02) (56)
CreateObject(14843,-1973.78906250,314.59570312,1556.46740723,0.00000000,0.00000000,87.87414551); //object(int_policea01) (2)
CreateObject(2602,-1957.61401367,318.03451538,1551.66394043,0.00000000,0.00000000,270.42498779); //object(police_cell_toilet) (1)
CreateObject(2602,-1957.67736816,313.87030029,1551.66333008,0.00000000,0.00000000,272.53997803); //object(police_cell_toilet) (2)
CreateObject(2602,-1957.66589355,309.59295654,1551.66333008,0.00000000,0.00000000,270.30499268); //object(police_cell_toilet) (3)
CreateObject(2602,-1957.69030762,305.42764282,1551.66333008,0.00000000,0.00000000,271.58499146); //object(police_cell_toilet) (4)
CreateObject(2602,-1957.69885254,301.16235352,1551.66345215,0.00000000,0.00000000,271.14498901); //object(police_cell_toilet) (5)
CreateObject(2602,-1966.52612305,296.46337891,1551.65917969,0.00000000,0.00000000,180.32496643); //object(police_cell_toilet) (6)
CreateObject(2602,-1969.96508789,296.41320801,1551.65930176,0.00000000,0.00000000,179.29496765); //object(police_cell_toilet) (7)
CreateObject(2602,-1973.07434082,296.48785400,1551.65917969,0.00000000,0.00000000,179.18998718); //object(police_cell_toilet) (8)
CreateObject(2602,-1978.60461426,303.48519897,1551.66210938,0.00000000,0.00000000,91.34002686); //object(police_cell_toilet) (9)
CreateObject(2602,-1978.68261719,307.96075439,1551.66210938,0.00000000,0.00000000,91.31002808); //object(police_cell_toilet) (10)
CreateObject(2602,-1978.66174316,312.16101074,1551.66210938,0.00000000,0.00000000,89.79501343); //object(police_cell_toilet) (11)
CreateObject(2602,-1978.68115234,316.49050903,1551.66210938,0.00000000,0.00000000,88.37002563); //object(police_cell_toilet) (12)
CreateObject(2602,-1978.61218262,320.66485596,1551.66210938,0.00000000,0.00000000,89.77499390); //object(police_cell_toilet) (13)
CreateObject(2602,-1978.60095215,324.22418213,1551.66210938,0.00000000,0.00000000,93.23501587); //object(police_cell_toilet) (14)
CreateObject(2602,-1957.59338379,322.27719116,1555.71374512,0.00000000,0.00000000,270.15997314); //object(police_cell_toilet) (15)
CreateObject(2602,-1978.66284180,324.23840332,1555.73046875,0.00000000,0.00000000,89.31002808); //object(police_cell_toilet) (16)
CreateObject(2602,-1978.65026855,320.71636963,1555.73034668,0.00000000,0.00000000,89.78002930); //object(police_cell_toilet) (17)
CreateObject(2602,-1978.58093262,316.47808838,1555.73046875,0.00000000,0.00000000,89.57501221); //object(police_cell_toilet) (18)
CreateObject(2602,-1978.61950684,312.12609863,1555.73059082,0.00000000,0.00000000,90.07501221); //object(police_cell_toilet) (19)
CreateObject(2602,-1978.64025879,307.86666870,1555.73059082,0.00000000,0.00000000,88.10504150); //object(police_cell_toilet) (20)
CreateObject(2602,-1978.65832520,303.64956665,1555.73059082,0.00000000,0.00000000,88.60501099); //object(police_cell_toilet) (21)
CreateObject(2602,-1973.02209473,293.77471924,1555.76525879,0.00000000,0.00000000,177.20497131); //object(police_cell_toilet) (22)
CreateObject(2602,-1969.94287109,293.73287964,1555.74230957,0.00000000,0.00000000,178.73498535); //object(police_cell_toilet) (23)
CreateObject(2602,-1966.47045898,293.81219482,1555.78027344,0.00000000,0.00000000,180.30500793); //object(police_cell_toilet) (24)
CreateObject(2602,-1957.57556152,301.16116333,1555.73229980,0.00000000,0.00000000,267.46997070); //object(police_cell_toilet) (25)
CreateObject(2602,-1957.57934570,305.42202759,1555.72094727,0.00000000,0.00000000,269.68997192); //object(police_cell_toilet) (26)
CreateObject(2602,-1957.61718750,309.62515259,1555.71984863,0.00000000,0.00000000,266.70498657); //object(police_cell_toilet) (27)
CreateObject(2602,-1957.57849121,313.88458252,1555.72106934,0.00000000,0.00000000,270.06500244); //object(police_cell_toilet) (28)
CreateObject(2602,-1957.61694336,318.14318848,1555.71704102,0.00000000,0.00000000,269.43997192); //object(police_cell_toilet) (29)
CreateObject(1800,-1961.76855469,320.74951172,1551.14111328,0.00000000,0.00000000,268.98379517); //object(low_bed_1) (1)
CreateObject(1800,-1962.01721191,316.48696899,1551.14208984,0.00000000,0.00000000,268.97827148); //object(low_bed_1) (2)
CreateObject(1800,-1962.52697754,312.18655396,1551.14196777,0.00000000,0.00000000,268.98379517); //object(low_bed_1) (3)
CreateObject(1800,-1962.42175293,307.97348022,1551.14184570,0.00000000,0.00000000,268.98379517); //object(low_bed_1) (4)
CreateObject(1800,-1962.95703125,303.84497070,1551.14172363,0.00000000,0.00000000,268.97827148); //object(low_bed_1) (5)
CreateObject(1800,-1964.25585938,299.60937500,1551.13806152,0.00000000,0.00000000,179.85717773); //object(low_bed_1) (6)
CreateObject(1800,-1968.18066406,299.76562500,1551.13793945,0.00000000,0.00000000,179.85168457); //object(low_bed_1) (7)
CreateObject(1800,-1971.78515625,295.06933594,1551.11010742,0.00000000,0.00000000,0.00000000); //object(low_bed_1) (8)
CreateObject(1800,-1979.69042969,301.57910156,1551.13867188,0.00000000,0.00000000,268.97827148); //object(low_bed_1) (12)
CreateObject(1800,-1979.99023438,305.79101562,1551.13867188,0.00000000,0.00000000,268.97827148); //object(low_bed_1) (13)
CreateObject(1800,-1979.64257812,310.18457031,1551.13867188,0.00000000,0.00000000,268.97827148); //object(low_bed_1) (14)
CreateObject(1800,-1980.03027344,314.23828125,1551.13867188,0.00000000,0.00000000,268.97827148); //object(low_bed_1) (15)
CreateObject(1800,-1979.85156250,318.61816406,1551.13867188,0.00000000,0.00000000,268.97827148); //object(low_bed_1) (16)
CreateObject(1800,-1961.00000000,320.73046875,1555.20397949,0.00000000,0.00000000,268.97827148); //object(low_bed_1) (18)
CreateObject(1800,-1960.87890625,316.49902344,1555.20434570,0.00000000,0.00000000,268.97827148); //object(low_bed_1) (19)
CreateObject(1800,-1961.02929688,312.31054688,1555.21472168,0.00000000,0.00000000,268.97827148); //object(low_bed_1) (20)
CreateObject(1800,-1961.31823730,307.71548462,1555.20471191,0.00000000,0.00000000,268.97827148); //object(low_bed_1) (21)
CreateObject(1800,-1960.99804688,303.71679688,1555.20422363,0.00000000,0.00000000,268.97827148); //object(low_bed_1) (22)
CreateObject(1800,-1979.96166992,301.65621948,1555.21154785,0.00000000,0.00000000,268.97827148); //object(low_bed_1) (23)
CreateObject(1800,-1979.92187500,305.69628906,1555.20715332,0.00000000,0.00000000,268.97827148); //object(low_bed_1) (24)
CreateObject(1800,-1979.99511719,322.62890625,1555.18200684,0.00000000,0.00000000,268.97827148); //object(low_bed_1) (28)
CreateObject(8185,-1963.45117188,323.39941406,1465.37487793,90.03845215,0.00000000,0.00000000); //object(vgssredbrix02) (58)
CreateObject(8185,-2063.66943359,304.74096680,1552.86437988,0.00000000,0.00000000,269.93957520); //object(vgssredbrix02) (61)
CreateObject(8185,-2063.88208008,313.18267822,1552.84692383,0.00000000,0.00000000,269.93957520); //object(vgssredbrix02) (62)
CreateObject(8185,-2063.51806641,317.47106934,1552.73925781,0.00000000,0.00000000,269.93957520); //object(vgssredbrix02) (63)
CreateObject(8185,-1967.44726562,293.16601562,1556.86401367,0.00000000,0.00000000,269.93957520); //object(vgssredbrix02) (64)
CreateObject(8185,-2063.47753906,318.69335938,1556.79943848,0.00000000,0.00000000,269.93957520); //object(vgssredbrix02) (67)
CreateObject(7191,-1996.32470703,318.64685059,1556.50598145,0.00000000,0.00000000,89.91210938); //object(vegasnnewfence2b) (29)
CreateObject(7191,-1995.68945312,323.60620117,1556.50598145,0.00000000,0.00000000,89.91210938); //object(vegasnnewfence2b) (30)
CreateObject(7191,-1996.67150879,313.45559692,1556.50598145,0.00000000,0.00000000,89.91210938); //object(vegasnnewfence2b) (26)
CreateObject(1800,-1979.92187500,310.21972656,1555.20715332,0.00000000,0.00000000,268.97827148); //object(low_bed_1) (24)
CreateObject(14843,-1973.78906250,314.59570312,1558.96984863,0.00000000,0.00000000,87.87414551); //object(int_policea01) (2)
CreateObject(8185,-1972.90234375,347.92578125,1555.02014160,0.00000000,270.00000000,180.11535645); //object(vgssredbrix02) (55)
CreateObject(8185,-1971.41015625,235.43554688,1559.13500977,0.00000000,270.00000000,180.12080383); //object(vgssredbrix02) (55)
CreateObject(8185,-1971.78588867,414.69689941,1559.13500977,0.00000000,270.00000000,180.12078857); //object(vgssredbrix02) (55)
CreateObject(8185,-1975.78515625,414.63720703,1559.13500977,0.00000000,270.00000000,180.12080383); //object(vgssredbrix02) (55)
CreateObject(8185,-1979.78515625,414.57763672,1559.13500977,0.00000000,270.00000000,180.12084961); //object(vgssredbrix02) (55)
CreateObject(8185,-1967.57714844,414.58349609,1559.13500977,0.00000000,270.00000000,180.12080383); //object(vgssredbrix02) (55)
CreateObject(8185,-1963.62329102,414.66497803,1559.13500977,0.00000000,270.00000000,180.12084961); //object(vgssredbrix02) (55)
CreateObject(7191,-1996.79589844,325.63574219,1552.48779297,0.00000000,0.00000000,89.91210938); //object(vegasnnewfence2b) (12)
CreateObject(2606,-1976.73669434,325.70819092,1552.62915039,0.00000000,0.00000000,176.00000000); //object(cj_police_counter2) (1)
CreateObject(2606,-1976.73718262,325.70819092,1552.20971680,0.00000000,0.00000000,175.99548340); //object(cj_police_counter2) (2)
CreateObject(2606,-1976.73608398,325.71649170,1553.08813477,0.00000000,0.00000000,175.99548340); //object(cj_police_counter2) (3)
CreateObject(2965,-1971.60327148,323.04562378,1551.16101074,0.00000000,0.00000000,0.00000000); //object(k_pooltriangle01) (1)
CreateObject(970,-1970.78552246,319.09930420,1555.74853516,0.00000000,0.00000000,270.00000000); //object(fencesmallb) (2)
CreateObject(970,-1970.80322266,314.92471313,1555.74853516,0.00000000,0.00000000,270.00000000); //object(fencesmallb) (3)
CreateObject(970,-1970.78955078,310.74563599,1555.74853516,0.00000000,0.00000000,270.00000000); //object(fencesmallb) (4)
CreateObject(970,-1970.77124023,306.56140137,1555.74853516,0.00000000,0.00000000,270.00000000); //object(fencesmallb) (5)
CreateObject(970,-1970.73986816,302.37335205,1555.75988770,0.00000000,0.00000000,270.00000000); //object(fencesmallb) (6)
CreateObject(970,-1965.98706055,323.19146729,1555.78149414,0.00000000,0.00000000,270.00000000); //object(fencesmallb) (7)
CreateObject(970,-1965.99060059,319.01641846,1555.78161621,0.00000000,0.00000000,270.00000000); //object(fencesmallb) (8)
CreateObject(970,-1965.98645020,314.87637329,1555.78149414,0.00000000,0.00000000,270.00000000); //object(fencesmallb) (9)
CreateObject(970,-1965.99279785,310.73641968,1555.78161621,0.00000000,0.00000000,270.00000000); //object(fencesmallb) (10)
CreateObject(970,-1965.93884277,306.58935547,1555.78125000,0.00000000,0.00000000,270.00000000); //object(fencesmallb) (11)
CreateObject(970,-1965.93750000,302.42431641,1555.78125000,0.00000000,0.00000000,270.00000000); //object(fencesmallb) (12)
CreateObject(8185,-1968.71582031,300.60546875,1557.28796387,0.00000000,0.00000000,90.00000000); //object(vgssredbrix02) (15)
CreateObject(8185,-1969.45410156,344.34375000,1556.53796387,0.00000000,0.00000000,90.00000000); //object(vgssredbrix02) (15)
CreateObject(8185,-1969.66894531,341.97265625,1552.53796387,0.00000000,0.00000000,90.00000000); //object(vgssredbrix02) (15)
CreateObject(8185,-1968.97167969,414.99804688,1555.02014160,0.00000000,270.00000000,180.10986328); //object(vgssredbrix02) (55)
CreateObject(8185,-1967.47167969,414.98339844,1555.02014160,0.00000000,270.00000000,180.10986328); //object(vgssredbrix02) (55)
CreateObject(945,-1968.37219238,304.53436279,1563.67834473,0.00000000,0.00000000,0.00000000); //object(ws_cf_lamps) (10)
CreateObject(945,-1968.41979980,310.28417969,1563.67834473,0.00000000,0.00000000,0.00000000); //object(ws_cf_lamps) (11)
CreateObject(945,-1968.45629883,314.78417969,1563.67834473,0.00000000,0.00000000,0.00000000); //object(ws_cf_lamps) (12)
CreateObject(945,-1968.48718262,318.53417969,1563.67834473,0.00000000,0.00000000,0.00000000); //object(ws_cf_lamps) (13)
CreateObject(945,-1968.59582520,321.78219604,1563.67834473,0.00000000,0.00000000,0.00000000); //object(ws_cf_lamps) (14)
CreateObject(1893,-1972.74243164,304.78317261,1555.86608887,0.00000000,0.00000000,0.00000000); //object(shoplight1) (1)
CreateObject(7191,-1993.46899414,336.86392212,1552.48779297,0.00000000,0.00000000,89.91210938); //object(vegasnnewfence2b) (12)
CreateObject(2161,-1972.26013184,337.54321289,1551.13867188,0.00000000,0.00000000,2.00000000); //object(med_office_unit_4) (1)
CreateObject(2161,-1973.50976562,337.52832031,1551.13867188,0.00000000,0.00000000,1.99951172); //object(med_office_unit_4) (2)
CreateObject(2191,-1978.23461914,339.21572876,1551.13867188,0.00000000,0.00000000,90.00000000); //object(med_office2_cab) (1)
CreateObject(16378,-1975.18054199,339.58685303,1551.89282227,0.00000000,0.00000000,88.00000000); //object(des_byofficeint) (1)
CreateObject(2533,-1972.11352539,336.25946045,1551.13867188,0.00000000,0.00000000,0.00000000); //object(cj_off2_lic_1_l) (1)
CreateObject(2534,-1973.04821777,336.17630005,1551.13867188,0.00000000,0.00000000,0.00000000); //object(cj_off2_lic_2_m) (1)
CreateObject(1713,-1978.25598145,334.46716309,1551.13867188,0.00000000,0.00000000,90.00000000); //object(kb_couch04) (1)
CreateObject(1713,-1978.48535156,329.46582031,1551.13867188,0.00000000,0.00000000,90.00000000); //object(kb_couch04) (2)
CreateObject(2146,-1977.58496094,322.42910767,1551.62426758,0.00000000,0.00000000,270.00000000); //object(cj_trolly1) (1)
CreateObject(1800,-1962.95703125,303.84472656,1552.14172363,0.00000000,0.00000000,268.98376465); //object(low_bed_1) (5)
CreateObject(1800,-1962.42089844,307.97265625,1552.14184570,0.00000000,0.00000000,268.97827148); //object(low_bed_1) (4)
CreateObject(1800,-1962.52636719,312.18652344,1552.14196777,0.00000000,0.00000000,268.97827148); //object(low_bed_1) (3)
CreateObject(1800,-1962.01660156,316.48632812,1552.14208984,0.00000000,0.00000000,268.97827148); //object(low_bed_1) (2)
CreateObject(1800,-1961.76855469,320.74902344,1552.14111328,0.00000000,0.00000000,268.98376465); //object(low_bed_1) (1)
CreateObject(1800,-1979.85156250,318.61816406,1552.13867188,0.00000000,0.00000000,268.97827148); //object(low_bed_1) (16)
CreateObject(1800,-1980.03027344,314.23828125,1552.13867188,0.00000000,0.00000000,268.97827148); //object(low_bed_1) (15)
CreateObject(1800,-1979.64257812,310.18457031,1552.13867188,0.00000000,0.00000000,268.97827148); //object(low_bed_1) (14)
CreateObject(1800,-1979.99023438,305.79101562,1552.13867188,0.00000000,0.00000000,268.97827148); //object(low_bed_1) (13)
CreateObject(1800,-1979.69042969,301.57910156,1552.13867188,0.00000000,0.00000000,268.97827148); //object(low_bed_1) (12)
CreateObject(1800,-1971.78515625,295.06933594,1552.11010742,0.00000000,0.00000000,0.00000000); //object(low_bed_1) (8)
CreateObject(1800,-1968.18066406,299.76562500,1552.13793945,0.00000000,0.00000000,179.85168457); //object(low_bed_1) (7)
CreateObject(1800,-1964.25585938,299.60937500,1552.13806152,0.00000000,0.00000000,179.85717773); //object(low_bed_1) (6)
CreateObject(7191,-1940.98950195,299.80633545,1556.53320312,0.00000000,0.00000000,267.68139648); //object(vegasnnewfence2b) (19)
CreateObject(7191,-1996.40039062,300.69824219,1556.48376465,0.00000000,0.00000000,89.91210938); //object(vegasnnewfence2b) (24)
CreateObject(7191,-1970.60668945,277.35678101,1552.52661133,0.00000000,0.00000000,180.54382324); //object(vegasnnewfence2b) (14)
CreateObject(8615,-1970.24389648,319.42529297,1553.45996094,0.00000000,0.00000000,88.00000000); //object(vgssstairs04_lvs) (1)
CreateObject(1800,-1960.99804688,303.71679688,1556.20422363,0.00000000,0.00000000,268.97827148); //object(low_bed_1) (22)
CreateObject(1800,-1961.31738281,307.71484375,1556.20471191,0.00000000,0.00000000,268.97827148); //object(low_bed_1) (21)
CreateObject(1800,-1961.02929688,312.31054688,1556.21472168,0.00000000,0.00000000,268.97827148); //object(low_bed_1) (20)
CreateObject(1800,-1960.87890625,316.49902344,1556.20434570,0.00000000,0.00000000,268.97827148); //object(low_bed_1) (19)
CreateObject(1800,-1961.00000000,320.73046875,1556.20397949,0.00000000,0.00000000,268.97827148); //object(low_bed_1) (18)
CreateObject(1800,-1979.99511719,322.62890625,1556.18200684,0.00000000,0.00000000,268.97827148); //object(low_bed_1) (28)
CreateObject(1800,-1979.22009277,315.02066040,1555.43200684,0.00000000,0.00000000,270.97827148); //object(low_bed_1) (28)
CreateObject(1800,-1979.21972656,315.02050781,1556.43200684,0.00000000,0.00000000,270.97778320); //object(low_bed_1) (28)
CreateObject(1800,-1979.92187500,310.21972656,1556.20715332,0.00000000,0.00000000,268.97827148); //object(low_bed_1) (24)
CreateObject(1800,-1979.92187500,305.69628906,1556.20715332,0.00000000,0.00000000,268.97827148); //object(low_bed_1) (24)
CreateObject(1800,-1979.96093750,301.65527344,1556.21154785,0.00000000,0.00000000,268.97827148); //object(low_bed_1) (23)
CreateObject(2416,-1958.67382812,342.83154297,1555.19763184,0.00000000,0.00000000,272.00000000); //object(cj_ff_disp) (1)
CreateObject(2418,-1958.44885254,340.79156494,1555.19982910,0.00000000,0.00000000,270.00000000); //object(cj_ff_worktop) (1)
CreateObject(2451,-1958.66430664,338.20135498,1555.19445801,0.00000000,0.00000000,270.00000000); //object(cj_ff_worktop_3) (1)
CreateObject(12842,-1973.57922363,341.11267090,1555.65173340,0.00000000,0.00000000,272.00000000); //object(cos_pizseats) (1)
CreateObject(12842,-1966.32910156,341.08367920,1555.65173340,0.00000000,0.00000000,271.99951172); //object(cos_pizseats) (2)
CreateObject(12842,-1973.25366211,333.36892700,1555.65173340,0.00000000,0.00000000,271.99951172); //object(cos_pizseats) (3)
CreateObject(12842,-1965.76025391,333.68310547,1555.65173340,0.00000000,0.00000000,271.99951172); //object(cos_pizseats) (4)
CreateObject(1848,-1960.90734863,341.26565552,1555.21313477,0.00000000,0.00000000,90.00000000); //object(shop_shelf07) (1)
CreateObject(1848,-1960.91760254,336.49029541,1555.20605469,0.00000000,0.00000000,90.00000000); //object(shop_shelf07) (2)
CreateObject(1848,-1960.99414062,329.27697754,1555.20666504,0.00000000,0.00000000,90.00000000); //object(shop_shelf07) (3)
CreateObject(1848,-1960.98461914,324.38314819,1555.20666504,0.00000000,0.00000000,90.00000000); //object(shop_shelf07) (4)
CreateObject(2451,-1958.90209961,331.70593262,1555.19445801,0.00000000,0.00000000,270.00000000); //object(cj_ff_worktop_3) (2)
CreateObject(2451,-1958.89843750,329.70507812,1555.19445801,0.00000000,0.00000000,270.00000000); //object(cj_ff_worktop_3) (3)
CreateObject(2451,-1958.89550781,327.70507812,1555.19445801,0.00000000,0.00000000,270.00000000); //object(cj_ff_worktop_3) (4)
CreateObject(2964,-1974.00634766,330.08108521,1551.13867188,0.00000000,0.00000000,0.00000000); //object(k_pooltablesm) (1)
CreateObject(2964,-1974.02490234,333.08105469,1551.13867188,0.00000000,0.00000000,0.00000000); //object(k_pooltablesm) (2)
CreateObject(14438,-1967.93127441,344.17059326,1560.66650391,0.00000000,0.00000000,0.00000000); //object(carter-light04) (1)
CreateObject(939,-1958.27636719,337.97088623,1553.57824707,0.00000000,0.00000000,262.00000000); //object(cj_df_unit) (1)
CreateObject(939,-1959.23217773,330.78353882,1553.57824707,0.00000000,0.00000000,261.99645996); //object(cj_df_unit) (2)
CreateObject(1499,-1965.20959473,341.67715454,1551.13537598,0.00000000,0.00000000,0.00000000); //object(gen_doorint05) (1)


.map file: http://breakdown-gaming.co.cc/files/maps/bank.map

Code:
CreateObject(3944,2409.77832031,1898.45556641,428.91793823,0.00000000,0.00000000,0.00000000); //object(bistro_blok) (1)
CreateObject(3944,2427.67749023,1898.47851562,428.91128540,0.00000000,0.00000000,0.00000000); //object(bistro_blok) (2)
CreateObject(3944,2409.34692383,1882.46862793,428.91793823,0.00000000,0.00000000,180.00000000); //object(bistro_blok) (4)
CreateObject(3944,2427.34667969,1882.44140625,428.91793823,0.00000000,0.00000000,180.00000000); //object(bistro_blok) (5)
CreateObject(3944,2435.16943359,1890.56372070,428.91793823,0.00000000,0.00000000,265.00000000); //object(bistro_blok) (6)
CreateObject(6300,2408.01293945,1908.92333984,421.71148682,0.00000000,0.00000000,0.00000000); //object(pier04_law2) (1)
CreateObject(3944,2435.16894531,1890.56347656,432.41793823,0.00000000,0.00000000,264.99572754); //object(bistro_blok) (7)
CreateObject(3944,2427.34667969,1882.44140625,432.41793823,0.00000000,0.00000000,179.99450684); //object(bistro_blok) (8)
CreateObject(3944,2409.34667969,1882.46777344,432.41793823,0.00000000,0.00000000,179.99450684); //object(bistro_blok) (9)
CreateObject(3944,2409.39965820,1890.86706543,432.41793823,0.00000000,0.00000000,87.99499512); //object(bistro_blok) (10)
CreateObject(3944,2409.77832031,1898.45507812,432.41793823,0.00000000,0.00000000,0.00000000); //object(bistro_blok) (11)
CreateObject(3944,2427.67675781,1898.47851562,432.41128540,0.00000000,0.00000000,0.00000000); //object(bistro_blok) (12)
CreateObject(6300,2411.59765625,1902.94287109,444.96148682,0.00000000,180.00000000,0.00000000); //object(pier04_law2) (2)
CreateObject(2208,2432.30908203,1898.72375488,429.76617432,0.00000000,0.00000000,268.00000000); //object(med_office7_unit_1) (1)
CreateObject(2208,2432.21020508,1895.47521973,429.76617432,0.00000000,0.00000000,267.99499512); //object(med_office7_unit_1) (2)
CreateObject(2208,2432.11157227,1892.22619629,429.76617432,0.00000000,0.00000000,268.00000000); //object(med_office7_unit_1) (3)
CreateObject(2208,2431.99633789,1889.47692871,429.76617432,0.00000000,0.00000000,267.99499512); //object(med_office7_unit_1) (4)
CreateObject(1649,2432.24804688,1897.07775879,432.79721069,0.00000000,0.00000000,267.99499512); //object(wglasssmash) (2)
CreateObject(1649,2432.11938477,1892.82922363,432.79721069,0.00000000,0.00000000,267.99499512); //object(wglasssmash) (4)
CreateObject(1649,2431.99047852,1888.58117676,432.79721069,0.00000000,0.00000000,267.99499512); //object(wglasssmash) (5)
CreateObject(18553,2431.89624023,1884.45471191,431.05810547,0.00000000,0.00000000,358.00000000); //object(count_ammundoor) (1)
CreateObject(18553,2432.00903320,1880.70593262,431.05810547,0.00000000,0.00000000,2.00000000); //object(count_ammundoor) (2)
CreateObject(3944,2431.06274414,1893.36865234,432.41793823,0.00000000,0.00000000,267.99450684); //object(bistro_blok) (13)
CreateObject(3944,2430.18579102,1877.64123535,432.41793823,0.00000000,0.00000000,267.98950195); //object(bistro_blok) (14)
CreateObject(3944,2430.18554688,1877.64062500,431.66793823,0.00000000,0.00000000,267.98950195); //object(bistro_blok) (15)
CreateObject(2356,2421.35400391,1882.94970703,429.76617432,0.00000000,0.00000000,0.00000000); //object(police_off_chair) (1)
CreateObject(14867,2436.23681641,1894.75646973,431.29586792,0.00000000,0.00000000,88.00000000); //object(bobbie-cupboards) (1)
CreateObject(14867,2435.83935547,1886.85583496,431.29586792,0.00000000,0.00000000,87.99499512); //object(bobbie-cupboards) (2)
CreateObject(1829,2434.75268555,1898.39624023,431.09600830,0.00000000,0.00000000,310.00000000); //object(man_safenew) (1)
CreateObject(2208,2432.63623047,1898.92626953,429.76617432,0.00000000,0.00000000,355.99499512); //object(med_office7_unit_1) (6)
CreateObject(1998,2420.45190430,1883.23474121,429.76617432,0.00000000,0.00000000,0.00000000); //object(officedesk1l) (1)
CreateObject(7921,2423.47998047,1880.42846680,431.16351318,0.00000000,0.00000000,180.00000000); //object(vgwstnewall6904) (1)
CreateObject(7921,2423.47949219,1880.42773438,433.41351318,0.00000000,0.00000000,179.99450684); //object(vgwstnewall6904) (2)
CreateObject(7921,2423.47949219,1880.42773438,435.91351318,0.00000000,0.00000000,179.99450684); //object(vgwstnewall6904) (3)
CreateObject(7921,2416.97583008,1880.57934570,431.16351318,0.00000000,0.00000000,179.99450684); //object(vgwstnewall6904) (4)
CreateObject(7921,2416.97558594,1880.57910156,433.91351318,0.00000000,0.00000000,179.99450684); //object(vgwstnewall6904) (5)
CreateObject(7921,2416.97558594,1880.57910156,436.41351318,0.00000000,0.00000000,179.99450684); //object(vgwstnewall6904) (6)
CreateObject(3944,2409.39941406,1890.86621094,428.91793823,0.00000000,0.00000000,87.99499512); //object(bistro_blok) (18)
CreateObject(7921,2415.43041992,1900.40869141,431.16351318,0.00000000,0.00000000,359.99450684); //object(vgwstnewall6904) (7)
CreateObject(7921,2415.42968750,1900.40820312,433.91351318,0.00000000,0.00000000,359.98901367); //object(vgwstnewall6904) (8)
CreateObject(7921,2415.42968750,1900.40820312,436.66351318,0.00000000,0.00000000,359.98901367); //object(vgwstnewall6904) (9)
CreateObject(7921,2423.67968750,1900.25915527,431.16351318,0.00000000,0.00000000,357.98901367); //object(vgwstnewall6904) (10)
CreateObject(7921,2423.67968750,1900.25878906,433.91351318,0.00000000,0.00000000,357.98400879); //object(vgwstnewall6904) (11)
CreateObject(7921,2423.67968750,1900.25878906,436.66351318,0.00000000,0.00000000,357.98400879); //object(vgwstnewall6904) (12)
CreateObject(7921,2408.26562500,1892.67980957,431.16351318,0.00000000,0.00000000,91.98901367); //object(vgwstnewall6904) (13)
CreateObject(7921,2408.20532227,1887.92968750,431.16351318,0.00000000,0.00000000,91.98852539); //object(vgwstnewall6904) (14)
CreateObject(7921,2408.26562500,1892.67968750,433.66351318,0.00000000,0.00000000,91.98852539); //object(vgwstnewall6904) (15)
CreateObject(7921,2408.26562500,1892.67968750,436.41351318,0.00000000,0.00000000,91.98852539); //object(vgwstnewall6904) (16)
CreateObject(7921,2408.20507812,1887.92968750,433.66351318,0.00000000,0.00000000,91.98852539); //object(vgwstnewall6904) (17)
CreateObject(7921,2408.20507812,1887.92968750,436.41351318,0.00000000,0.00000000,91.98852539); //object(vgwstnewall6904) (18)
CreateObject(2773,2430.28393555,1894.94006348,430.28341675,0.00000000,0.00000000,92.00000000); //object(cj_airprt_bar) (1)
CreateObject(2773,2427.87133789,1894.88720703,430.28341675,0.00000000,0.00000000,91.99951172); //object(cj_airprt_bar) (2)
CreateObject(2773,2429.98754883,1891.50219727,430.28341675,0.00000000,0.00000000,91.99951172); //object(cj_airprt_bar) (3)
CreateObject(2773,2430.02661133,1888.04992676,430.28341675,0.00000000,0.00000000,91.99951172); //object(cj_airprt_bar) (4)
CreateObject(2773,2427.79736328,1891.43823242,430.28341675,0.00000000,0.00000000,91.99951172); //object(cj_airprt_bar) (5)
CreateObject(2773,2427.62377930,1887.96423340,430.28341675,0.00000000,0.00000000,91.99951172); //object(cj_airprt_bar) (6)
CreateObject(626,2416.23925781,1897.69116211,431.81475830,0.00000000,0.00000000,0.00000000); //object(veg_palmkb2) (1)
CreateObject(626,2424.34301758,1897.70947266,431.80889893,0.00000000,0.00000000,0.00000000); //object(veg_palmkb2) (2)
CreateObject(626,2416.44995117,1882.82006836,431.80889893,0.00000000,0.00000000,0.00000000); //object(veg_palmkb2) (3)
CreateObject(626,2422.86767578,1882.82873535,431.81475830,0.00000000,0.00000000,0.00000000); //object(veg_palmkb2) (4)
CreateObject(627,2410.94433594,1888.82287598,431.61148071,0.00000000,0.00000000,0.00000000); //object(veg_palmkb3) (1)
CreateObject(627,2411.11914062,1893.13525391,431.61148071,0.00000000,0.00000000,0.00000000); //object(veg_palmkb3) (2)
CreateObject(2634,2419.74414062,1881.59057617,431.25653076,0.00000000,0.00000000,0.00000000); //object(ab_vaultdoor) (1)
CreateObject(3850,2417.11132812,1883.39721680,430.30621338,0.00000000,0.00000000,178.00000000); //object(carshowbann_sfsx) (1)
CreateObject(3850,2422.12353516,1883.44384766,430.30621338,0.00000000,0.00000000,183.99499512); //object(carshowbann_sfsx) (2)
CreateObject(3850,2420.26635742,1885.14257812,430.31207275,0.00000000,0.00000000,269.99499512); //object(carshowbann_sfsx) (3)
CreateObject(3657,2428.24438477,1898.78259277,430.28439331,0.00000000,0.00000000,0.00000000); //object(airseata_las) (1)
CreateObject(3657,2428.43823242,1882.06726074,430.28439331,0.00000000,0.00000000,180.00000000); //object(airseata_las) (2)
CreateObject(2946,2408.49829102,1889.46362305,429.77294922,0.00000000,0.00000000,0.00000000); //object(cr_door_03) (1)
CreateObject(2946,2408.60937500,1892.63916016,429.79885864,0.00000000,0.00000000,178.00000000); //object(cr_door_03) (2)
CreateObject(16378,2419.18920898,1896.97033691,430.52029419,0.00000000,0.00000000,90.00000000); //object(des_byofficeint) (1)
CreateObject(3850,2416.48168945,1897.32385254,430.31207275,0.00000000,0.00000000,1.99450684); //object(carshowbann_sfsx) (4)
CreateObject(3850,2416.60815430,1893.86193848,430.31207275,0.00000000,0.00000000,1.99401855); //object(carshowbann_sfsx) (5)
CreateObject(3850,2423.79663086,1896.92810059,430.31207275,0.00000000,0.00000000,1.99401855); //object(carshowbann_sfsx) (6)
CreateObject(3850,2423.93945312,1893.43115234,430.31207275,0.00000000,0.00000000,1.99401855); //object(carshowbann_sfsx) (7)
CreateObject(3850,2422.27124023,1891.67504883,430.31207275,0.00000000,0.00000000,271.99401855); //object(carshowbann_sfsx) (8)
CreateObject(2191,2423.24633789,1896.63171387,429.76617432,0.00000000,0.00000000,272.00000000); //object(med_office2_cab) (1)
CreateObject(2191,2423.24609375,1893.88085938,429.76617432,0.00000000,0.00000000,271.99951172); //object(med_office2_cab) (2)
CreateObject(2942,2415.04248047,1882.02099609,430.40908813,0.00000000,0.00000000,180.00000000); //object(kmb_atm1) (3)
CreateObject(2942,2414.29272461,1882.04870605,430.40908813,0.00000000,0.00000000,179.99450684); //object(kmb_atm1) (4)
CreateObject(2942,2413.54272461,1882.07604980,430.40908813,0.00000000,0.00000000,179.99450684); //object(kmb_atm1) (5)
CreateObject(1616,2422.54785156,1882.07763672,435.79885864,0.00000000,0.00000000,0.00000000); //object(nt_securecam1_01) (1)
CreateObject(2172,2409.30493164,1894.96325684,429.76617432,0.00000000,0.00000000,90.00000000); //object(med_office2_desk_1) (1)
CreateObject(2172,2409.25219727,1896.99291992,429.76617432,0.00000000,0.00000000,90.00000000); //object(med_office2_desk_1) (2)
CreateObject(3850,2409.62841797,1896.50805664,430.31207275,0.00000000,0.00000000,89.99401855); //object(carshowbann_sfsx) (9)
CreateObject(2356,2410.09716797,1895.55053711,429.76617432,0.00000000,0.00000000,80.00000000); //object(police_off_chair) (3)
CreateObject(2356,2410.11962891,1897.31774902,429.76617432,0.00000000,0.00000000,79.99694824); //object(police_off_chair) (4)
CreateObject(2942,2408.92724609,1885.47802734,430.40908813,0.00000000,0.00000000,87.99450684); //object(kmb_atm1) (6)
CreateObject(2942,2408.94213867,1884.72753906,430.40908813,0.00000000,0.00000000,87.98950195); //object(kmb_atm1) (7)
CreateObject(2190,2432.23901367,1895.80957031,430.63146973,0.00000000,0.00000000,82.00000000); //object(pc_1) (1)
CreateObject(2190,2432.38598633,1898.55554199,430.63146973,0.00000000,0.00000000,81.99645996); //object(pc_1) (2)
CreateObject(2190,2432.13061523,1893.81164551,430.63146973,0.00000000,0.00000000,81.99645996); //object(pc_1) (3)
CreateObject(2190,2431.95532227,1890.56628418,430.63146973,0.00000000,0.00000000,81.99645996); //object(pc_1) (4)
CreateObject(1302,2412.42456055,1881.94152832,429.76617432,0.00000000,0.00000000,180.00000000); //object(vendmachfd) (1)
CreateObject(1775,2410.84204102,1881.61706543,430.86322021,0.00000000,0.00000000,178.00000000); //object(cj_sprunk1) (1)


.map file: http://breakdown-gaming.co.cc/files/maps/armoury.map
Code:
CreateObject(6300,2355.03125000,2293.41308594,614.41424561,0.00000000,0.00000000,0.00000000); //object(pier04_law2) (1)
CreateObject(6300,2355.04003906,2335.51562500,614.45001221,0.00000000,0.00000000,0.00000000); //object(pier04_law2) (1)
CreateObject(7832,2356.36523438,2308.77441406,627.09997559,0.00000000,0.00000000,0.00000000); //object(vgnabartoirinter) (2)
CreateObject(7832,2360.66552734,2291.20019531,627.09997559,0.00000000,0.00000000,90.00000000); //object(vgnabartoirinter) (3)
CreateObject(16773,2345.77783203,2332.74487305,624.50390625,0.00000000,0.00000000,90.00000000); //object(door_savhangr1) (2)
CreateObject(16773,2385.44824219,2300.15722656,624.60662842,0.00000000,0.00000000,90.00000000); //object(door_savhangr1) (3)
CreateObject(2208,2358.66430664,2333.36865234,622.50469971,0.00000000,0.00000000,0.00000000); //object(med_office7_unit_1) (1)
CreateObject(2208,2361.27685547,2335.63061523,622.50469971,0.00000000,0.00000000,90.00000000); //object(med_office7_unit_1) (2)
CreateObject(2208,2361.29614258,2333.37988281,622.50469971,0.00000000,0.00000000,90.00000000); //object(med_office7_unit_1) (3)
CreateObject(2208,2364.66406250,2333.36230469,622.50469971,0.00000000,0.00000000,0.00000000); //object(med_office7_unit_1) (4)
CreateObject(2208,2366.91406250,2333.36010742,622.50469971,0.00000000,0.00000000,0.00000000); //object(med_office7_unit_1) (6)
CreateObject(2208,2369.66406250,2333.35668945,622.50469971,0.00000000,0.00000000,0.00000000); //object(med_office7_unit_1) (7)
CreateObject(2208,2364.73217773,2333.44409180,622.50469971,0.00000000,0.00000000,90.00000000); //object(med_office7_unit_1) (8)
CreateObject(2208,2364.74560547,2336.19311523,622.50469971,0.00000000,0.00000000,90.00000000); //object(med_office7_unit_1) (10)
CreateObject(1412,2358.90795898,2333.09863281,623.52868652,0.00000000,0.00000000,0.00000000); //object(dyn_mesh_2) (1)
CreateObject(1412,2358.90722656,2333.09863281,626.02868652,0.00000000,0.00000000,0.00000000); //object(dyn_mesh_2) (2)
CreateObject(1412,2361.58398438,2335.69995117,623.52868652,0.00000000,0.00000000,90.00000000); //object(dyn_mesh_2) (3)
CreateObject(1412,2361.58398438,2335.70507812,626.02868652,0.00000000,0.00000000,90.00000000); //object(dyn_mesh_2) (4)
CreateObject(1412,2364.33129883,2335.60791016,623.52868652,0.00000000,0.00000000,90.00000000); //object(dyn_mesh_2) (5)
CreateObject(1412,2364.33105469,2335.60742188,626.02868652,0.00000000,0.00000000,90.00000000); //object(dyn_mesh_2) (6)
CreateObject(1412,2367.15722656,2333.06640625,623.52868652,0.00000000,0.00000000,0.00000000); //object(dyn_mesh_2) (7)
CreateObject(1412,2372.40722656,2333.04589844,623.52868652,0.00000000,0.00000000,0.00000000); //object(dyn_mesh_2) (8)
CreateObject(1412,2372.40722656,2333.04589844,626.02868652,0.00000000,0.00000000,0.00000000); //object(dyn_mesh_2) (9)
CreateObject(1412,2367.15722656,2333.06640625,626.02868652,0.00000000,0.00000000,0.00000000); //object(dyn_mesh_2) (10)
CreateObject(2208,2356.41406250,2333.37475586,622.50469971,0.00000000,0.00000000,0.00000000); //object(med_office7_unit_1) (11)
CreateObject(1752,2361.10546875,2333.45629883,623.36999512,0.00000000,0.00000000,225.00000000); //object(swank_tv_3) (1)
CreateObject(2002,2360.26879883,2338.26538086,622.50469971,0.00000000,0.00000000,0.00000000); //object(water_coolnu) (1)
CreateObject(2103,2358.69042969,2333.54663086,623.36999512,0.00000000,0.00000000,180.00000000); //object(low_hi_fi_1) (1)
CreateObject(2190,2361.31542969,2336.55908203,623.36999512,0.00000000,0.00000000,270.00000000); //object(pc_1) (1)
CreateObject(2816,2361.24707031,2337.59741211,623.36999512,0.00000000,0.00000000,0.00000000); //object(gb_bedmags01) (1)
CreateObject(2356,2360.04248047,2335.74291992,622.50469971,0.00000000,0.00000000,292.00000000); //object(police_off_chair) (1)
CreateObject(1622,2364.25073242,2338.52954102,626.57592773,0.00000000,0.00000000,30.00000000); //object(nt_securecam2_01) (1)
CreateObject(1622,2345.96826172,2320.44287109,626.57592773,0.00000000,0.00000000,187.99816895); //object(nt_securecam2_01) (2)
CreateObject(1622,2371.68920898,2320.11621094,626.57592773,0.00000000,0.00000000,283.99804688); //object(nt_securecam2_01) (3)
CreateObject(2606,2358.65112305,2338.76855469,624.77276611,0.00000000,0.00000000,0.00000000); //object(cj_police_counter2) (1)
CreateObject(2894,2361.19995117,2335.67211914,623.36999512,0.00000000,0.00000000,270.00000000); //object(kmb_rhymesbook) (1)
CreateObject(14600,2369.28393555,2339.00805664,624.11181641,0.00000000,0.00000000,90.00000000); //object(paperchase_bits2) (1)
CreateObject(2614,2358.55371094,2338.71850586,625.78033447,0.00000000,0.00000000,0.00000000); //object(cj_us_flag) (1)
CreateObject(2191,2358.14282227,2338.30761719,622.50469971,0.00000000,0.00000000,0.00000000); //object(med_office2_cab) (1)
CreateObject(2208,2356.29589844,2333.47265625,622.50469971,0.00000000,0.00000000,90.00000000); //object(med_office7_unit_1) (12)
CreateObject(7832,2339.12011719,2291.10009766,627.09997559,0.00000000,0.00000000,90.00000000); //object(vgnabartoirinter) (3)
CreateObject(18257,2366.63403320,2321.75756836,622.50469971,0.00000000,0.00000000,0.00000000); //object(crates) (1)
CreateObject(18053,2347.98852539,2327.24755859,624.33880615,0.00000000,0.00000000,180.00000000); //object(munation_xtras04) (1)
CreateObject(18044,2346.70874023,2335.81225586,624.21057129,0.00000000,0.00000000,270.00000000); //object(cj_ammun3_extra) (1)
CreateObject(18034,2352.35327148,2329.23828125,625.40759277,0.00000000,0.00000000,0.00000000); //object(cj_ammun1_extra) (1)
CreateObject(16501,2351.03613281,2329.09716797,624.70520020,90.00000000,180.00000000,270.00000000); //object(cn2_savgardr2_) (1)
CreateObject(16501,2348.01513672,2334.59741211,624.70520020,90.00000000,180.00549316,269.98352051); //object(cn2_savgardr2_) (2)
CreateObject(16501,2352.26489258,2334.65673828,624.70520020,90.00000000,180.00549316,269.97802734); //object(cn2_savgardr2_) (3)
CreateObject(16501,2354.42309570,2336.98657227,624.70520020,90.00000000,180.00549316,1.97802734); //object(cn2_savgardr2_) (4)
CreateObject(18034,2376.30053711,2316.10278320,625.40759277,0.00000000,0.00000000,270.00000000); //object(cj_ammun1_extra) (2)
CreateObject(18034,2376.17382812,2319.09960938,625.40759277,0.00000000,0.00000000,270.00000000); //object(cj_ammun1_extra) (3)
CreateObject(3015,2354.22900391,2320.41162109,622.62524414,0.00000000,0.00000000,0.00000000); //object(cr_cratestack) (1)
CreateObject(3014,2353.55786133,2320.49804688,622.63000488,0.00000000,0.00000000,0.00000000); //object(cr_guncrate) (1)
CreateObject(3014,2352.88720703,2320.50366211,622.74090576,0.00000000,0.00000000,0.00000000); //object(cr_guncrate) (2)
CreateObject(3014,2352.13745117,2320.47070312,622.74090576,0.00000000,0.00000000,0.00000000); //object(cr_guncrate) (3)
CreateObject(3014,2351.38745117,2320.50512695,622.74090576,0.00000000,0.00000000,0.00000000); //object(cr_guncrate) (5)
CreateObject(2991,2368.89233398,2336.16601562,623.13244629,0.00000000,0.00000000,0.00000000); //object(imy_bbox) (1)
CreateObject(2991,2353.03417969,2321.17944336,623.13244629,0.00000000,0.00000000,0.00000000); //object(imy_bbox) (2)
CreateObject(2991,2370.03881836,2331.22631836,623.13244629,0.00000000,0.00000000,0.00000000); //object(imy_bbox) (3)
CreateObject(2991,2368.03808594,2331.22949219,623.13244629,0.00000000,0.00000000,0.00000000); //object(imy_bbox) (5)
CreateObject(3015,2370.36547852,2331.57641602,623.76251221,0.00000000,0.00000000,0.00000000); //object(cr_cratestack) (2)
CreateObject(3014,2367.20581055,2331.69946289,623.99871826,0.00000000,0.00000000,0.00000000); //object(cr_guncrate) (6)
CreateObject(3013,2367.34936523,2330.73339844,623.90979004,0.00000000,0.00000000,0.00000000); //object(cr_ammobox) (1)
CreateObject(3013,2368.57153320,2331.03540039,623.90979004,0.00000000,0.00000000,0.00000000); //object(cr_ammobox) (2)
CreateObject(3014,2369.74023438,2330.52734375,623.99871826,0.00000000,0.00000000,0.00000000); //object(cr_guncrate) (7)
CreateObject(3015,2366.35668945,2331.08642578,623.76251221,0.00000000,0.00000000,0.00000000); //object(cr_cratestack) (3)
 
Back
Top Bottom