Adminmod And Amx

Grimm_SpectorGrimm_Spector Join Date: 2002-11-01 Member: 3309Members, Constellation
<div class="IPBDescription">and SMA language</div> To all those plugin coders out there, I was wondering where a good place to learn small is...the structure is basically like C++, I've learned the differences already, but what I need to know is the methods and such for Adminmod and AMX so I can use their prototypes and vars. Such things as how to trigger a function when a client connects, and how to call an external adminmod or amx command. And how to call the vote function, how to call an rcon command, stuff like that....

Comments

  • SuicideDogSuicideDog Join Date: 2002-11-10 Member: 8104Members
    Well a good place for amx is right on the home page in the functions section. <a href='http://amxmod.net/amx-natives.php' target='_blank'>AMX</a> That stuff plus the knowledge of small should be enough for programming amx mods. I've recently started doing some simple amx mods, it's not to hard. When I ran into problems I would look at the source for other plugins and see how they did it. The forums are pretty good too. As far as adminmod the person to talk to about that stuff is guy named j0e (www.joe.to). He's and avid adminmod fan.. and is he is extremely knowledgeable.
  • MayhemMayhem Join Date: 2002-11-28 Member: 10128Members
    Heres the list of functions you can use inside adminmod. For an updated list look in the includes folder in admin.inc and string.inc. Those have most of the stuff you'll ever need. The forums on adminmods site are really helpful also. Try downloading some of the plugins and figure out how they work. Thats mostly what I had to do. Good luck

    <a href='http://www.adminmod.org/ascript/functions.html' target='_blank'>http://www.adminmod.org/ascript/functions.html</a>
Sign In or Register to comment.