SRCDS Steam group


*-Request-* Sourcemod Plugin Maker (C++er)
#1
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 ^_^
Reply
#2
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.
Reply
#3
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? Big Grin
Looking for a game server? Visit fullfrag.com and pick one up as low as $2.50 / mo!
Reply
#4
I can code in SourceMod(C++) but I am very busy lately.
~ trewq
Reply
#5
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!
Reply
#6
I can do a bit SourceMod too Wink

Not that complicated, as it's more likely identical to C++ itself Wink

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
Reply
#7
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!
Reply
#8
Don't want python, eventscripts = haxed server.

+ I'm running mani for skins, I don't want to take a risk... :\
Reply
#9
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 ....
Reply
#10
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 Wink
Reply
#11
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:
Reply
#12
"This shouldn't be that hard" - let me correct you, yes it is.
Reply
#13
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?
Reply
#14
Yes that's the part, but you still don't get it, it's the work behind Wink

search on http://addons.eventscripts.com - and find my script "noobmod" just edit it and you should have what you need.
Reply
#15
I h8 EVENTSCRIPTS, ILL GET H4x0r3d IN NO TIEM!
Reply


Forum Jump:


Users browsing this thread: 8 Guest(s)