Writing Advanced Modules In C

From ASSS Wiki
Revision as of 17:21, 6 March 2010 by Cheese (talk | contribs)
Jump to: navigation, search

This tutorial explains how to write advanced modules in C. It is assumed you know how to code and are familiar with how the ASSS code works.

This tutorial is a continuation of Writing Modules In C.


Some useful references:

http://qnxcs.unomaha.edu/help/product/neutrino/lib_ref/summary.html

http://www.cplusplus.com/reference/


Passing Data To Timers

Write me!

//example code goes here


Passing Multiple Arguments To Commands

Commands do not have to be in order. Write me!

//example code goes here


Creating Callbacks

Write me!

//example code goes here


Creating Interfaces

Cover overwriting existing interfaces to replace old modules. Write me!

//example code goes here


Sending Packets To Players

Cover position packets, weapon packets, clientset stuff, etc. Write me!

//example code goes here


Using Advisors

Write me!

//example code goes here


Creating Advisors

Write me!

//example code goes here