Quote from: DNeep on Apr 14, 2026, 11:49 AMDownload and run pls Server
Here are the files present in the plugins folder

function onPlayerJoin(player) {
MessagePlayer("[#FFFF00]Hello " + player.Name, player);
}
function onScriptLoad() {
print("onScriptLoad: " + moduleName);
}
function onScriptUnload() {
print("onScriptUnload: " + moduleName);
a.Delete();
}
function hello(value) {
print("hello " + value);
}
a <- newTimer("hello", 1000, 0);
ModuleManager.load("testModule");
Quote from: DNeep on Apr 14, 2026, 10:18 AM
I did it, but the same error is still coming![]()



Quote from: DNeep on Apr 14, 2026, 10:02 AMhmm done But now it is showing this error.dude rename 32 to 64

Quote from: PLAYER on Apr 13, 2026, 05:04 PMLinux plugin plsthe source is open if u have a linux do compile it
Quote from: DNeep on Apr 14, 2026, 09:56 AMwrong make sure it has the same structure as i providedQuote from: MEGAMIND on Apr 14, 2026, 09:48 AMQuote from: DNeep on Apr 14, 2026, 09:38 AMwhats inside ur server.cfg?
How to fix this error![]()
make sure ur server.cfg has this structuregamemode Default
plugins xmlconf04rel32 announce04rel32 squirrel04rel32
port 8192
sqgamemode scripts/main.nut
maxplayers 100
This
name MyServer
maxplayers 50
port 8192
gamemode squirrel
plugins squirrel04rel64 announce04rel64 sqlite04rel64
Quote from: MEGAMIND on Apr 14, 2026, 09:48 AMQuote from: DNeep on Apr 14, 2026, 09:38 AMwhats inside ur server.cfg?
How to fix this error![]()
make sure ur server.cfg has this structuregamemode Default
plugins xmlconf04rel32 announce04rel32 squirrel04rel32
port 8192
sqgamemode scripts/main.nut
maxplayers 100