diff --git a/plugins/compile.sh b/plugins/compile.sh index e9f8c4eb..52614ed0 100755 --- a/plugins/compile.sh +++ b/plugins/compile.sh @@ -16,7 +16,7 @@ for sourcefile in *.sma do amxxfile="`echo $sourcefile | sed -e 's/\.sma$/.amxx/'`" echo -n "Compiling $sourcefile ..." - ./amxxsc $sourcefile -ocompiled/$amxxfile >> temp.txt + ./amxxpc $sourcefile -ocompiled/$amxxfile >> temp.txt echo "done" done