Raised This Month: $32 Target: $400
 8% 

[CS|CZ] Team Semiclip 3.3.1 [5 Jun 2017]


Post New Thread Reply   
 
Thread Tools Display Modes
luciaus18
Senior Member
Join Date: Dec 2014
Old 01-07-2015 , 17:56   Re: [CS1.6|CZ] Team Semiclip 3.1.0 [21 Nov 2014]
Reply With Quote #371

i have a question, how can i set transparancy to 0?

Last edited by luciaus18; 01-07-2015 at 17:56.
luciaus18 is offline
georgik57
Veteran Member
Join Date: Oct 2008
Location: 🎧Music World
Old 01-07-2015 , 19:03   Re: [CS1.6|CZ] Team Semiclip 3.1.0 [21 Nov 2014]
Reply With Quote #372

Quote:
Originally Posted by luciaus18 View Post
i have a question, how can i set transparancy to 0?
it is off by default. update your cfg files.
__________________
georgik57 is offline
Send a message via MSN to georgik57 Send a message via Yahoo to georgik57 Send a message via Skype™ to georgik57
schmurgel1983
Veteran Member
Join Date: Aug 2006
Location: Germany
Old 02-03-2015 , 12:47   Re: [CS1.6|CZ] Team Semiclip 3.1.1 [03 Feb 2015]
Reply With Quote #373

Update to 3.1.1!

Enjoy!
__________________

Working on:
nothing
schmurgel1983 is offline
alex_mercer
New Member
Join Date: Dec 2014
Location: durgapur west bengal
Old 02-03-2015 , 15:45   Re: [CS1.6|CZ] Team Semiclip 3.1.1 [03 Feb 2015]
Reply With Quote #374

how can i install this one??
alex_mercer is offline
tousif
AlliedModders Donor
Join Date: Nov 2014
Location: India
Old 02-10-2015 , 00:43   Re: [CS1.6|CZ] Team Semiclip 3.1.1 [03 Feb 2015]
Reply With Quote #375

Quote:
Originally Posted by alex_mercer View Post
how can i install this one??
Installation :

1. Compile all files which are in scripting folder
2. then add them to plugin and write their names with extension (.amxx) in plugins.ini
3. place all .inc files which are in inculde folder to include
4. add cfg files in configs folder

when u unzip these u'll find all folders in it place them according to it

restart server .
tousif is offline
schmurgel1983
Veteran Member
Join Date: Aug 2006
Location: Germany
Old 02-10-2015 , 05:58   Re: [CS1.6|CZ] Team Semiclip 3.1.1 [03 Feb 2015]
Reply With Quote #376

Quote:
Originally Posted by tousif View Post
Installation :

1. Compile all files which are in scripting folder
2. then add them to plugin and write their names with extension (.amxx) in plugins.ini
3. place all .inc files which are in inculde folder to include
4. add cfg files in configs folder

when u unzip these u'll find all folders in it place them according to it

restart server .
Close, but thank you!
1. Is correct.
2. This plugin has his own plugins-tsc.ini file not needed to write it in plugins.ini.
3. Include files only for sub-plugins.
4. Correct, and loaded automaticly.
5. Keep folder structure!
__________________

Working on:
nothing
schmurgel1983 is offline
feifei
Senior Member
Join Date: Sep 2014
Location: India
Old 02-22-2015 , 06:52   Re: [CS1.6|CZ] Team Semiclip 3.1.1 [03 Feb 2015]
Reply With Quote #377

41 plugins, 40 running
L 02/22/2015 - 05:51:25: Invalid CVAR pointer
L 02/22/2015 - 05:51:25: [AMXX] Displaying debug trace (plugin "cs_team_semiclip.amxx")
L 02/22/2015 - 05:51:25: [AMXX] Run time error 10: native error (native "get_pcvar_float")
L 02/22/2015 - 05:51:25: [AMXX] [0] cs_team_semiclip.sma::EventRoundStart (line 640)
__________________
MaTriX is my life
Visit Here ;) For ZP MODs
feifei is offline
WhiteTomcat
Member
Join Date: Jan 2015
Old 02-25-2015 , 11:28   Re: [CS1.6|CZ] Team Semiclip 3.1.1 [03 Feb 2015]
Reply With Quote #378

I got this error after I used e Metamod plugin so called WHBlocker.

This is the error log:
L 02/25/2015 - 11:167: Info (map "de_dust2") (file "addons/amxmodx/logs/error_20150225.log")
L 02/25/2015 - 11:167: [AMXX] Plugin ("cs_team_semiclip.amxx") is setting itself as failed.
L 02/25/2015 - 11:167: [AMXX] Plugin says: Error: MAX_ENT_ARRAY is to low! Increase it to: 143 and re-compile sma!
L 02/25/2015 - 11:167: [AMXX] Run time error 1 (plugin "cs_team_semiclip.amxx") - forced exit

I removed the Metamod plugin but I'm still getting this error. Which line do I have to edit to: cs_team_semiclip.sma?
WhiteTomcat is offline
schmurgel1983
Veteran Member
Join Date: Aug 2006
Location: Germany
Old 02-28-2015 , 02:09   Re: [CS1.6|CZ] Team Semiclip 3.1.1 [03 Feb 2015]
Reply With Quote #379

Quote:
Originally Posted by WhiteTomcat View Post
I got this error after I used e Metamod plugin so called WHBlocker.

This is the error log:
L 02/25/2015 - 11:167: Info (map "de_dust2") (file "addons/amxmodx/logs/error_20150225.log")
L 02/25/2015 - 11:167: [AMXX] Plugin ("cs_team_semiclip.amxx") is setting itself as failed.
L 02/25/2015 - 11:167: [AMXX] Plugin says: Error: MAX_ENT_ARRAY is to low! Increase it to: 143 and re-compile sma!
L 02/25/2015 - 11:167: [AMXX] Run time error 1 (plugin "cs_team_semiclip.amxx") - forced exit

I removed the Metamod plugin but I'm still getting this error. Which line do I have to edit to: cs_team_semiclip.sma?
Hi Dude, it is line 54(v3.1.1) or line 291(v3.1.0)
Code:
#define MAX_ENT_ARRAY   128	/* Is for max 4096 entities (128*32=4096) ¬ 128 */
You need to increase it to 143 or higher.
__________________

Working on:
nothing
schmurgel1983 is offline
feifei
Senior Member
Join Date: Sep 2014
Location: India
Old 02-28-2015 , 13:09   Re: [CS1.6|CZ] Team Semiclip 3.1.1 [03 Feb 2015]
Reply With Quote #380

Quote:
Originally Posted by schmurgel1983 View Post
Hi Dude, it is line 54(v3.1.1) or line 291(v3.1.0)
Code:
#define MAX_ENT_ARRAY   128	/* Is for max 4096 entities (128*32=4096) ¬ 128 */
You need to increase it to 143 or higher.
what about my error ??
__________________
MaTriX is my life
Visit Here ;) For ZP MODs
feifei 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 22:49.


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