PDA

View Full Version : .sma files


Leigh
05-04-2008, 05:21 PM
hey can u help me with my .sma files i cant get them to run

diamond-optic
05-04-2008, 08:02 PM
you have to compile the *.sma file into a *.amxx file. The sma file contains the source code to the plugin

to compile them, you can use the online compiler COMPILER (http://www.dodplugins.net/forums/cmps_index.php?page=compiler)
or to compile them locally, you can read this HERE (http://www.dodplugins.net/forums/showthread.php?t=50)

Ruddog
03-08-2011, 03:44 PM
The link for the on line compiler is broken or missing

Tank
03-09-2011, 05:35 AM
This is the new link, click here (http://www.dodplugins.net/forums/cmps_index.php?page=compiler).

Just FYI, if you look in the menu on the left and search for compiler, that is the one you want.

Ruddog
03-10-2011, 12:29 AM
Thank you for the heads up, I'm new at this compiling stuff so I may be back to ask for help

Tank
03-10-2011, 09:10 AM
No problem. And you can always come back, that is what we are here for. However I would like to quote Diamond Optic by telling you this is worth a read:

or to compile them locally, you can read this HERE (http://www.dodplugins.net/forums/showthread.php?t=50)

The web/online compiler will allow you to compile a plugin. When a plugin contains a real coding error/mistake it will let you know and not compile your plugin. If you can compile your plugin, I would advice to use compile locally/offline. The reason for this is because the offline/locally compile will provide you with extra information like functions or cvars never being used. These are not real errors and wont stop the compiler from compiling your plugin but may need some attention.

If you have questions, let us know but never forget to use the search function on this site as there is a ton of information to be found around here.