Raised This Month: $12 Target: $400
 3% 

Cs 1.6 Plugins fail


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Lexofles
Member
Join Date: Sep 2013
Old 09-02-2013 , 15:31   Cs 1.6 Plugins fail
Reply With Quote #1

i dont see any tutorials how to install cs 1.6 plugins ... anyone give me a quick tutorial
please a Easy tutorial I have my ftp client i download plugins and then i need via ftp client upload to host server but where these plugins need to be uploaded etc pls help
Lexofles is offline
wickedd
Veteran Member
Join Date: Nov 2009
Old 09-02-2013 , 15:41   Re: Cs 1.6 Plugins fail
Reply With Quote #2

Read this
__________________
Just buy the fucking game!!!!
I hate No-Steamers and lazy ass people.
wickedd is offline
Lexofles
Member
Join Date: Sep 2013
Old 09-02-2013 , 17:57   Re: Cs 1.6 Plugins fail
Reply With Quote #3

i did do it it didnt work any other ideas
this is what i have done
1put sma files in amx mod scripting then runned compile
2go to the compiled folder dragged and pasted in amxx mod plugins
3 open plugins ini file in amxx mod config
and add name pluginname.amxx

please help me i have rented 3 servers i thought other websites are easyr to install plugins but its the same way u need to install
Lexofles is offline
wickedd
Veteran Member
Join Date: Nov 2009
Old 09-02-2013 , 18:08   Re: Cs 1.6 Plugins fail
Reply With Quote #4

If you can't follow simple direction, what do you want us to do?

P.S. If you send me a plane ticket and reserve me a nice hotel suite, I'll come and install the plugins for you.
__________________
Just buy the fucking game!!!!
I hate No-Steamers and lazy ass people.
wickedd is offline
BLacking98
Veteran Member
Join Date: Oct 2012
Location: California
Old 09-03-2013 , 20:13   Re: Cs 1.6 Plugins fail
Reply With Quote #5

Aw another of these threads.

EDIT : I made this video for my clan. It explains how to install amx and to install plugins, if you installed amx correctly just skip to the part where i start installing plugins in my old pc : http://www.youtube.com/watch?v=DyNNn...mobile=1&guid=. (gawd this video... I was saying briefcase and shit because i was getting a total blank xD )

In the video, I downloaded the .amxx compiled from the web but click Get Source and compile it locally for less CPU consumption and less crash chances


ILL KEEP IT [SHORT] HUGE

1 - You download a plugin. Example of a plugin shovemod.sma ( lol, always the first plugin I come up with )

2 - Put shovemod.sma in /cstrike(or czero or halflife)/addons/amxmodx/scripting folder.

3 - Open the .sma and click the green arrow on top of the window bar, OR Just drag the .sma into compile.exe . ( if you drag it to compile.exe the .amxx file [PLUGIN] is in the "compiled" folder inside the "scripting" folder ).

4 - Now copy/drag shovemod.amxx to addons/amxmodx/plugins.

5 - Then go to addons/amxmodx/configs/plugins.ini file and go to the last line and add shovemod.amxx.

6 - Now start the game and done.

( Make sure you installed AMX addons folder in the correct directory, like in the installation putting the files in cstrike folder if you play Condition Zero or the opposite )

If it doesn't work don't come to the forum and say there's not a plugin installing tutorial if you're the one who is not following them.

But those two options I gave you should work.

DO THE SAME IN FTP CASES, JUST PUT THE AMXX IN PLUGINS AND THE LINE IN PLUGINS.INI

You're Welcome
__________________

Last edited by BLacking98; 09-06-2013 at 07:22. Reason: Edited at least 20 times
BLacking98 is offline
vedant007
Member
Join Date: Jul 2013
Old 11-16-2013 , 10:16   Re: Cs 1.6 Plugins fail
Reply With Quote #6

Bother! if there is include file like jctf.inc what to do !! can u explain Please !!

Last edited by vedant007; 11-16-2013 at 10:16.
vedant007 is offline
Send a message via Skype™ to vedant007
CookieCrumbler
Senior Member
Join Date: Feb 2013
Location: Australia
Old 11-16-2013 , 10:47   Re: Cs 1.6 Plugins fail
Reply With Quote #7

Did you edit yur liblist.gam file so that metamod is running to start with

Code:
//gamedll "dlls\mp.dll"
//gamedll_linux "dlls/cs_i386.so"
gamedll "addons\metamod\dlls\metamod.dll"    <<<<<<< if it is windows
gamedll "addons\metamod\dlls\metamod.so"    <<<<<<< if it is linux
Quote:
Originally Posted by vedant007 View Post
Bother! if there is include file like jctf.inc what to do !! can u explain Please !!
place it in the includes folder
__________________
--------------------------------------------------
C is for cookie ... thats good enuff 4 me

Last edited by CookieCrumbler; 11-16-2013 at 10:51.
CookieCrumbler is offline
ANTICHRISTUS
kingdom of weird stuff
Join Date: Jun 2010
Location: My kingdom is not in thi
Old 11-29-2013 , 10:49   Re: Cs 1.6 Plugins fail
Reply With Quote #8

Quote:
Originally Posted by CookieCrumbler View Post
Code:
//gamedll "dlls\mp.dll"
//gamedll_linux "dlls/cs_i386.so"
gamedll "addons\metamod\dlls\metamod.dll"    <<<<<<< if it is windows
gamedll "addons\metamod\dlls\metamod.so"    <<<<<<< if it is linux
notice your error, slash "/" and anti-slash backslash "\" aren't the same !
Quote:
Originally Posted by ANTICHRISTUS View Post
Code:
game "Counter-Strike"
url_info "www.counter-strike.net"
url_dl ""
version "1.6"
size "184000000"
svonly "0"
secure "1"
type "multiplayer_only"
cldll "1" 
hlversion "1111"
nomodels "1"
nohimodel "1"
mpentity "info_player_start"
//gamedll "dlls\mp.dll"
//gamedll_linux "dlls/cs.so"
//gamedll_osx "dlls/cs.dylib"
trainmap "tr_1"
edicts    "1800"

gamedll "addons\metamod\dlls\metamod.dll"
gamedll_linux "addons/metamod/dlls/metamod.so"
gamedll_osx "addons/metamod/dlls/metamod.dylib"
__________________

Last edited by ANTICHRISTUS; 11-29-2013 at 15:23.
ANTICHRISTUS is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 11-29-2013 , 14:35   Re: Cs 1.6 Plugins fail
Reply With Quote #9

Quote:
Originally Posted by ANTICHRISTUS View Post
anti-slash "\"
Just to clarify, because this is confusing especially for people who don't work with them normally, that is a backslash.
__________________
fysiks is offline
ANTICHRISTUS
kingdom of weird stuff
Join Date: Jun 2010
Location: My kingdom is not in thi
Old 11-29-2013 , 15:22   Re: Cs 1.6 Plugins fail
Reply With Quote #10

thanks, and really sorry. that's the name that I knew (in french) since the 80'.
__________________
ANTICHRISTUS 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 21:37.


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