AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   .sma to .amx (https://forums.alliedmods.net/showthread.php?t=435)

fakkjoo 03-23-2004 13:14

.sma to .amx
 
can i just rename my plugin.sma to plugin.amx? does it work?

xeroblood 03-23-2004 13:15

:shock: NO

fakkjoo 03-23-2004 13:16

:D then how could i do without using amxx compiler.. havent got internet all the time..

MagicShot 03-23-2004 13:34

umm
 
Quote:

Originally Posted by fakkjoo
:D then how could i do without using amxx compiler.. havent got internet all the time..

put the .sma into the ./amxx/scripting directory

click on compile
goto compiled and copy the .amx to the plugins directory
goto the plugins.ini & add the pluginname.amx to the list..

Hope that help

[RED-Designs] 03-23-2004 13:34

Quote:

Originally Posted by fakkjoo
:D then how could i do without using amxx compiler.. havent got internet all the time..

EVERY AMXX install comes with the AMXX compiler. In command line goto your amxx\scripting folder and use this command: sc filename

It will compile it :D

PM 03-23-2004 13:35

for uber debug purposes, run:

sc.exe filename.sma -d3 -ofilename.amx

[RED-Designs] 03-23-2004 13:38

Re: umm
 
Quote:

Originally Posted by MagicShot
Quote:

Originally Posted by fakkjoo
:D then how could i do without using amxx compiler.. havent got internet all the time..

put the .sma into the ./amxx/scripting directory

click on compile
goto compiled and copy the .amx to the plugins directory
goto the plugins.ini & add the pluginname.amx to the list..

Hope that help

Thats one way of doing it, though threw command line you get to access the extra options. You would have to edit the .bat to do this and it can be a pain for a new comer.


Quote:

Originally Posted by PM
for uber debug purposes, run:

sc.exe filename.sma -d3 -ofilename.amx

Exactly like what I do, well I dont type .exe after sc cause sc works too :P

MagicShot 03-23-2004 13:42

umm
 
Quote:

Originally Posted by PM
for uber debug purposes, run:

sc.exe filename.sma -d3 -ofilename.amx

umm whats different between normal and uber debug?

PM 03-23-2004 14:00

hehe the difference is: uber debug is a bigger file, runs slower, has more debug options you cannot use tho (I think) :D...

QwertyAccess 03-23-2004 19:46

whats the point then 8)


All times are GMT -4. The time now is 01:08.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.