Posts: 477
Threads: 87
Joined: Nov 2008
Reputation:
5
Well...
I'm in dire need for a sourcemod plugin maker, alliedmodders wont give me help at all CODING A SIMPLE donater plugin...
I would like someone to help me out and make one with me, and teach be a lil bit, no money :|
All I can offer in return is admin and +9001 experience coding C++ :] (that means you might get a level up ^_^)
Anyhow, I'm hoping I can find someone, as I have a big community on the way, and I can't handle things by myself anymore...
Anyhow thanks, if no one can help I'll try look elsewhere or even try coding it myself, I'm a noob at C++ though...
Thanks guys
MOVE MY POST IF I MISSED AN INVISIBLE REQUEST FORUM ^_^
Posts: 7,778
Threads: 176
Joined: May 2008
Reputation:
83
1. It's much "cheaper" and "faster" for you to learn it yourself.
2. Ofcause, it's not that simple as you think it will be.
3. Maybe you shouldn't have it in C++, it's to complicated.
4. Ask at Mattie's forums and request for a Python version.
Posts: 2,440
Threads: 73
Joined: May 2009
Reputation:
33
07-24-2009, 05:51 PM
(This post was last modified: 07-24-2009, 05:52 PM by loopyman.)
I seemed to prefer C++ over python when I was learning how to script, however, I'm not very good at it. I felt C++ was easier to understand.
EDIT:
Also, if you do find one, or create one, could you share it?
Looking for a game server? Visit fullfrag.com and pick one up as low as $2.50 / mo!
Posts: 1,321
Threads: 85
Joined: Feb 2008
Reputation:
11
I can code in SourceMod(C++) but I am very busy lately.
~ trewq
Posts: 2,440
Threads: 73
Joined: May 2009
Reputation:
33
I know the feeling...
I have recently been trying to tinker with python and a couple eventscripts I found ( donator, and premiumMOD )
both have great features, but if they were combined together they could be so much better.
Looking for a game server? Visit fullfrag.com and pick one up as low as $2.50 / mo!
Posts: 7,778
Threads: 176
Joined: May 2008
Reputation:
83
07-25-2009, 01:35 AM
(This post was last modified: 05-27-2013, 07:34 AM by realchamp.)
I can do a bit SourceMod too
Not that complicated, as it's more likely identical to C++ itself
Code:
#include <sourcemod>
public Plugin:myinfo =
{
name = "My First Plugin",
author = "realchamp.",
description = "My first plugin ever",
version = "1.0.0.0",
url = ""
};
public OnPluginStart()
{
PrintToServer("loading...");
}
w00t
But dude, try ask for a Pyhton script, as C++ isn't what you need. Only if you have a large amount of slots and are bad on resources
Posts: 2,440
Threads: 73
Joined: May 2009
Reputation:
33
07-25-2009, 02:55 AM
(This post was last modified: 07-25-2009, 02:55 AM by loopyman.)
Compared to:
Code:
import es
info = es.AddonInfo()
info.name = "My Frist Plugin"
info.version = "0.00000001"
info.author = "LoopyMan"
info.url = "http://loopysgaming.com"
info.basename = "My First Plugin"
info.description = "My First Python Plugin... Seriously :D"
def load:
es.msg("#multi","Whos a pretty bird?")
Looking for a game server? Visit fullfrag.com and pick one up as low as $2.50 / mo!
Posts: 477
Threads: 87
Joined: Nov 2008
Reputation:
5
Don't want python, eventscripts = haxed server.
+ I'm running mani for skins, I don't want to take a risk... :\
Posts: 477
Threads: 87
Joined: Nov 2008
Reputation:
5
Is there a metamod or sourcemod plugin that gives donaters simple stuff?
Maybe 2 donater levels?
(donater level 1: donaterlevel 1.txt <- steam ids who have it go there
(donater level 2: donaterlevel 2 .txt <- steam ids who have it go there
(CUSTOM SKINS? - WIll do with mani unless the plugin is already real),
MAYBE an option menu? To choose 1 per round?
Like spawning with 125/150 hp, 1.1/1.2 times normal speed, 700/600gravity, 2500/5000 ammo (default right now is 1000)
ALSO, any other ideas?
I don't want donaters to have an uber advantage over others, just a lil bit
any additional info, opinions, etc is welcome...
ALSO, this is a [REQUEST] unless its already out there
Thanks :]
^ That's all I need be maded....^
Just a quick option menu :\
When someone types like !donatermenu
And they pick 1 of those each round ....
Posts: 7,778
Threads: 176
Joined: May 2008
Reputation:
83
We have a script like this on my clan server, which one of the other members coded in Eventscripts, rewrote to Python and now it is C++.
People send a SMS to 1290 with the code royalvip and then few seconds after they retieve addionally options on the server, as statictics which aren't available for public(those who do not have VIP).
But he won't share
Posts: 477
Threads: 87
Joined: Nov 2008
Reputation:
5
Lol, all I need is a script that has a 2 donater levels, in 2 dif txts with steam ids to get
and its only a few options, this sohuldnt be hard, someone please help me out D:
Posts: 7,778
Threads: 176
Joined: May 2008
Reputation:
83
"This shouldn't be that hard" - let me correct you, yes it is.
Posts: 477
Threads: 87
Joined: Nov 2008
Reputation:
5
Seriously?
It's practically...
Uhh, Should be easy to make a menu POP UP when it says !donatermenu ....
Then give ammo_whateveritis 2500 or 5000 depends on it as option 1...
the SM command for speed being option 2...
sv_gravity 600 or 700 being option 3....
The commands are already there... i just dont know how to load it from a txt that says whether the user is level 1 or 2, donater1.txt donater2.txt meh?
Posts: 7,778
Threads: 176
Joined: May 2008
Reputation:
83
Yes that's the part, but you still don't get it, it's the work behind
search on http://addons.eventscripts.com - and find my script "noobmod" just edit it and you should have what you need.
Posts: 477
Threads: 87
Joined: Nov 2008
Reputation:
5
I h8 EVENTSCRIPTS, ILL GET H4x0r3d IN NO TIEM!
|