
Quote from: (vG)DesTroYeR^ on Apr 15, 2026, 12:35 PMthats very helpful for newbie people or if you wanna fix an unnoticeable error in your scripts.actually its more then a normal day chatgpt.. This a.i has all the info of wiki like its kinda trained on that wiki..
but it just works same as ChatGPT and other AIs, its not precise as u said
(but the good thing is that it doesn't call functions out of nowhere, but it might mistakenly do that ig)
but yes yet again its an a.i it can make mistakes

Quote from: DNeep on Apr 14, 2026, 12:08 PMworks fine make sure ur not under some blocking system example vpn or ur isp or antivirus other then that pls visit vcmp discord to get more helpQuote from: MEGAMIND on Apr 14, 2026, 12:01 PMQuote from: DNeep on Apr 14, 2026, 11:49 AMDownload and run pls Server
Here are the files present in the plugins folder
The link is not working
Quote from: MEGAMIND on Apr 14, 2026, 12:01 PMQuote from: DNeep on Apr 14, 2026, 11:49 AMDownload and run pls Server
Here are the files present in the plugins folder
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![]()

