Raised This Month: $ Target: $400
 0% 

[Any] Dev Zones (Zones Manager with natives for developers) [Updated 30-Mar-2021]


Post New Thread Reply   
 
Thread Tools Display Modes
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 11-12-2020 , 10:50   Re: [Any] Dev Zones (with natives for developers) [Updated 27-Sep-2020]
Reply With Quote #201

Quote:
Originally Posted by matybob View Post
Hey,

How can i create a NoDamage zone?
Uploading the devzones plugin, and this plugin too https://github.com/Franc1sco/DevZone...Zones_NoDamage then creating a zone with name "nogamage" and done.
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.

Franc1sco is offline
Send a message via MSN to Franc1sco
larrybrains
Senior Member
Join Date: May 2017
Old 11-12-2020 , 15:17   Re: [Any] Dev Zones (with natives for developers) [Updated 27-Sep-2020]
Reply With Quote #202

Zones aren't saving in L4D2. I created a zone on a map, hit "Save Zone", it said "Zone Saved".

Checked the configs folder and there was no file saved there for the zone I created.
larrybrains is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 11-12-2020 , 15:54   Re: [Any] Dev Zones (with natives for developers) [Updated 27-Sep-2020]
Reply With Quote #203

Quote:
Originally Posted by larrybrains View Post
Zones aren't saving in L4D2. I created a zone on a map, hit "Save Zone", it said "Zone Saved".

Checked the configs folder and there was no file saved there for the zone I created.
You created the addons/sourcemod/configs/dev_zones directory? with write permissions?
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.


Last edited by Franc1sco; 11-12-2020 at 15:55.
Franc1sco is offline
Send a message via MSN to Franc1sco
larrybrains
Senior Member
Join Date: May 2017
Old 11-12-2020 , 16:15   Re: [Any] Dev Zones (with natives for developers) [Updated 27-Sep-2020]
Reply With Quote #204

Quote:
Originally Posted by Franc1sco View Post
You created the addons/sourcemod/configs/dev_zones directory? with write permissions?
It was a permissions issue, working now, thanks!
larrybrains is offline
Kagami1
Junior Member
Join Date: Sep 2020
Old 11-16-2020 , 04:26   Re: [Any] Dev Zones (with natives for developers) [Updated 27-Sep-2020]
Reply With Quote #205

Quote:
Originally Posted by Franc1sco View Post
Uploading the devzones plugin, and this plugin too https://github.com/Franc1sco/DevZone...Zones_NoDamage then creating a zone with name "nogamage" and done.
hello, do i need to write models or something because i can see the zone and i create a zone but the zone is not a nodamage zone and i did everything i write the name of the zone "nodamage"
can u help me?
Kagami1 is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 11-16-2020 , 08:08   Re: [Any] Dev Zones (with natives for developers) [Updated 27-Sep-2020]
Reply With Quote #206

Quote:
Originally Posted by Kagami1 View Post
hello, do i need to write models or something because i can see the zone and i create a zone but the zone is not a nodamage zone and i did everything i write the name of the zone "nodamage"
can u help me?
Check that you have loaded the devzones no damage zone on sm plugins list output. Check that not log errors about devzones plugins on addons/sourcemod/logs, check that nodamage name appear on addons/sourcemod/configs/dev_zones/mapname.zones.txt file.
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.

Franc1sco is offline
Send a message via MSN to Franc1sco
FurZich
New Member
Join Date: Jul 2020
Old 11-24-2020 , 00:42   Re: [Any] Dev Zones (Zones Manager with natives for developers) [Updated 27-Sep-2020]
Reply With Quote #207

I have problem for CS:GO
HTML Code:
L 11/24/2020 - 07:39:24: [SM] Exception reported: Failed to create native "Zone_IsClientInZone", name is probably already in use
L 11/24/2020 - 07:39:24: [SM] Blaming: devzones.smx
L 11/24/2020 - 07:39:24: [SM] Call stack trace:
L 11/24/2020 - 07:39:24: [SM]   [0] CreateNative
L 11/24/2020 - 07:39:24: [SM]   [1] Line 472, E:\Github\DevZones\DevZones (CORE PLUGIN)\scripting\devzones.sp::AskPluginLoad2
L 11/24/2020 - 07:39:24: [SM] Failed to load plugin "devzones.smx": unexpected error 23 in AskPluginLoad callback.
L 11/24/2020 - 07:39:24: [SM] Exception reported: Invalid key value handle 0 (error 4)
FurZich is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 11-24-2020 , 03:09   Re: [Any] Dev Zones (Zones Manager with natives for developers) [Updated 27-Sep-2020]
Reply With Quote #208

Quote:
Originally Posted by FurZich View Post
I have problem for CS:GO
HTML Code:
L 11/24/2020 - 07:39:24: [SM] Exception reported: Failed to create native "Zone_IsClientInZone", name is probably already in use
L 11/24/2020 - 07:39:24: [SM] Blaming: devzones.smx
L 11/24/2020 - 07:39:24: [SM] Call stack trace:
L 11/24/2020 - 07:39:24: [SM]   [0] CreateNative
L 11/24/2020 - 07:39:24: [SM]   [1] Line 472, E:\Github\DevZones\DevZones (CORE PLUGIN)\scripting\devzones.sp::AskPluginLoad2
L 11/24/2020 - 07:39:24: [SM] Failed to load plugin "devzones.smx": unexpected error 23 in AskPluginLoad callback.
L 11/24/2020 - 07:39:24: [SM] Exception reported: Invalid key value handle 0 (error 4)
sm plugins list output? You probably have plugin duplicated or another plugin that uses same native name.
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.

Franc1sco is offline
Send a message via MSN to Franc1sco
Haseek
Junior Member
Join Date: Mar 2020
Old 11-29-2020 , 11:59   Re: [Any] Dev Zones (Zones Manager with natives for developers) [Updated 27-Sep-2020]
Reply With Quote #209

Saves don't work. All Permissions - 777
Haseek is offline
Nextars
Junior Member
Join Date: Nov 2017
Old 12-01-2020 , 23:05   Re: [Any] Dev Zones (Zones Manager with natives for developers) [Updated 27-Sep-2020]
Reply With Quote #210

i was checking the thread and found someone asked u to made no shooting zone did you made it is it private ?
and what if i want to make zone nodamage noblock what should i name it example :
"name" "nodamage noblock"
is this is the correct way to do it ?
__________________
NEXTARS
Nextars is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 13:42.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode