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

[REQ] Admin Menu CS 1.6


Post New Thread Reply   
 
Thread Tools Display Modes
zENK
Member
Join Date: Aug 2011
Old 01-17-2012 , 17:03   Re: [REQ] Admin Menu CS 1.6
Reply With Quote #11

Still get the same error.. ; /
zENK is offline
zENK
Member
Join Date: Aug 2011
Old 01-17-2012 , 17:05   Re: [REQ] Admin Menu CS 1.6
Reply With Quote #12

This is what my compiletut.sma looks like


/*Hey,

Because i saw many people have trouble with compiling plugins locally and compiling with custom includes
i decided to make a small tutorial about it so we don't have to explain it every time.
Let's get started.

1. Getting the stuff.

NOTE: If you have amxmodx installed on your server, you can find the compiler and the include folder in "addons/amxmodx/scripting"
The first thing we need is the compiler and a plugin.
You can find the compiler and all the original includes here: http://www.amxmodx.org/downloads.php

I'm gonna use this plugin that uses colorchat. The colorchat include is not included on the webcompiler,
so we are gonna have to compile it locally.

You will also need the custom include. We will use colorchat for now. It's linked on the bottom of the tut.

Code:
*/
#include <amxmodx>
#include <colorchat>

public plugin_init()
{
    register_plugin("custom include compiling", "0.1", "Drekes");
    
    set_task(100.0, "TaskShowMsg", .flags = "b");
}

public TaskShowMsg()
    ColorChat(0, BLUE, "Message");
2. Installing the include.

It's really simple actually.
- Go to the folder where amxxpc.exe (the compiler) in located.

In that folder will be another folder called "include".
Just put the colorchat.inc file in that folder.


3. Compiling.

If you installed all the includes you need it's time to compile the plugin.
You find the plugin (in my case compiletut.sma) and drag it over compile.exe.
A little windows will pop up telling you that the plugin compiled succesfully if you did everything right.

I hope this helps some people with this problem.


Pictures:
Finding amxxpc.exe




the include folder




You didn't install it right




You installed it right


*/
zENK is offline
zENK
Member
Join Date: Aug 2011
Old 01-17-2012 , 17:07   Re: [REQ] Admin Menu CS 1.6
Reply With Quote #13

And now, i can't even start my server anymore.. i get this error :s

http://bildr.no/view/1081666
zENK is offline
joshknifer
Veteran Member
Join Date: Jun 2011
Location: Denver, CO
Old 01-17-2012 , 17:16   Re: [REQ] Admin Menu CS 1.6
Reply With Quote #14

First of all, use the Edit button, dont triple post.

Did you download the colorchat include and put it in the correct place?
__________________
joshknifer is offline
Send a message via Skype™ to joshknifer
zENK
Member
Join Date: Aug 2011
Old 01-17-2012 , 17:24   Re: [REQ] Admin Menu CS 1.6
Reply With Quote #15

Quote:
Originally Posted by joshknifer View Post
First of all, use the Edit button, dont triple post.

Did you download the colorchat include and put it in the correct place?
Sorry about that.

This is what i did.

http://bildr.no/view/1081683
http://bildr.no/view/1081684
http://bildr.no/view/1081685
http://bildr.no/view/1081686
zENK is offline
wickedd
Veteran Member
Join Date: Nov 2009
Old 01-17-2012 , 17:38   Re: [REQ] Admin Menu CS 1.6
Reply With Quote #16

You do not need to install compiletut.amxx plugin, it was just an example of how to compile a plugin.
__________________
Just buy the fucking game!!!!
I hate No-Steamers and lazy ass people.
wickedd is offline
zENK
Member
Join Date: Aug 2011
Old 01-17-2012 , 17:44   Re: [REQ] Admin Menu CS 1.6
Reply With Quote #17

When i drag the compiletut.sma on the compile.exe this pops up.
http://bildr.no/view/1081701

Dosn't look right l00000l O_O

Last edited by zENK; 01-17-2012 at 17:44.
zENK is offline
wickedd
Veteran Member
Join Date: Nov 2009
Old 01-17-2012 , 17:56   Re: [REQ] Admin Menu CS 1.6
Reply With Quote #18

What are you trying to do? No one said you needed to add the compiletut.sma to your plugin.
So since you didn't see my last post, I made it bigger.

Quote:
Originally Posted by wickedd View Post
You do not need to install compiletut.amxx plugin, it was just an example of how to compile a plugin.
__________________
Just buy the fucking game!!!!
I hate No-Steamers and lazy ass people.
wickedd is offline
zENK
Member
Join Date: Aug 2011
Old 01-17-2012 , 18:05   Re: [REQ] Admin Menu CS 1.6
Reply With Quote #19

I'm trying to get the admin plugin to work but everytime i launch the server.. i get this error..

http://bildr.no/view/1081720

http://bildr.no/view/1081721
zENK is offline
wickedd
Veteran Member
Join Date: Nov 2009
Old 01-17-2012 , 18:12   Re: [REQ] Admin Menu CS 1.6
Reply With Quote #20

The plugin is not the problem. You had that problem before you even installed that plugin (Help). So instead of trying to install plugins, you should be trying to figure out what's wrong with your server first.
__________________
Just buy the fucking game!!!!
I hate No-Steamers and lazy ass people.
wickedd 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 19:39.


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