Skip to content

Commit 3e0f9e7

Browse files
authored
Merge pull request #370 from DevD4v3/feature/sampsharp-map-objects
Migrate object maps from Pawn filterscripts to SampSharp.MapObjects
2 parents 76f304e + 1e0d795 commit 3e0f9e7

93 files changed

Lines changed: 14 additions & 12335 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Directory.Packages.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
<PackageVersion Include="Serilog.Extensions.Logging" Version="10.0.0" />
1515
<PackageVersion Include="SampSharp.Sdk" Version="1.0.0-prerelease2" />
1616
<PackageVersion Include="SampSharp.OpenMp.Streamer" Version="1.0.0-prerelease2" />
17+
<PackageVersion Include="SampSharp.MapObjects" Version="1.0.0" />
18+
<PackageVersion Include="SampSharp.MapObjects.Abstractions" Version="1.0.0" />
1719
<PackageVersion Include="SmartFormat" Version="3.5.2" />
1820
<PackageVersion Include="MySqlConnector" Version="2.4.0" />
1921
<PackageVersion Include="Microsoft.Data.Sqlite" Version="10.0.9" />

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"main_scripts": [
107107
"empty 1"
108108
],
109-
"side_scripts": []
109+
"side_scripts": ["filterscripts/EntryMap"]
110110
},
111111
"rcon": {
112112
"allow_teleport": false,

filterscripts/Aim_Headshot.amx

-2.09 KB
Binary file not shown.

filterscripts/Aim_Headshot.pwn

Lines changed: 0 additions & 50 deletions
This file was deleted.

filterscripts/Aim_Headshot2.amx

-2.29 KB
Binary file not shown.

filterscripts/Aim_Headshot2.pwn

Lines changed: 0 additions & 59 deletions
This file was deleted.

filterscripts/Area51.amx

-601 Bytes
Binary file not shown.

filterscripts/Area51.pwn

Lines changed: 0 additions & 11 deletions
This file was deleted.

filterscripts/Area66.amx

-4.89 KB
Binary file not shown.

0 commit comments

Comments
 (0)