[FilterScript] Map Editing Script

Started by karan20000000000, Apr 21, 2015, 04:18 PM

Previous topic - Next topic

kokia

help i tried v2 and v1 on blank script but it didnt work it says Vice City Multiplayer Server
 -------------------------------
 v0.4, (c) 2007-2014 VC:MP Team

Loaded plugin: squirrel04rel32

Loaded plugin: xmlconf04rel32

Loaded plugin: announce04rel32

[WEAPONS] No custom weapons to load.
announcer: master.vc-mp.org timed out while trying to reach your server; are your ports forwarded?
[MODULE]  Loaded SqVCMP 0.4 frontend by Stormeus. (v1.0)

AN ERROR HAS OCCURED [cannot open the file]

CALLSTACK
*FUNCTION [onScriptLoad()] scripts/main.nut line [30]

LOCALS
[this] TABLE
[WARNING] onScriptLoad failed to execute -- check the console for more details.
my 30 line   dofile("mapping.nut");pls help

Thijn

Then the mapping.nut file can't be found. What's so hard to understand about that error?
Note that the script loads from the root directory of your server. So in this case you probably want to do dofile("scripts/mapping.nut");

Thijn

Quote from: karan20000000000 on Jul 18, 2015, 11:35 AMThe thing is you've put all the .nut files in a folder named 'scripts'. So, in order to make sure that all the .nut files are connected to the main script you need to add "scripts/" to all dofile statements, like:-
dofile("scripts/mapping.nut");Do it for other dofile statements yourself.
Do you actually read replies before posting?

karan20000000000

Quote from: Thijn on Jul 18, 2015, 11:38 AMDo you actually read replies before posting?
Sorry, removed it.
With regards,
KP
------------------------------------------

karan20000000000

Update to version 3 released. Check first post!
With regards,
KP
------------------------------------------

Xmair

Nice work, But you should also make XML statement in .ini :)

Credits to Boystang!

VU Full Member | VCDC 6 Coordinator & Scripter | EG A/D Contributor | Developer of VCCNR | Developer of KTB | Ex-Scripter of EAD

KAKAN

Nice work? HELL NO
ITS Great Work!
oh no

Striker


KAKAN

oh no


DizzasTeR


EK.IceFlake

I have my own version of this editor that makes the objects move smoothly and if I remember correctly, a sensitivity command. Do you want that version?

Xmair


Credits to Boystang!

VU Full Member | VCDC 6 Coordinator & Scripter | EG A/D Contributor | Developer of VCCNR | Developer of KTB | Ex-Scripter of EAD

Finch Real

What's need of this Editor When there is most advànced editor
http://forum.vc-mp.org/?topic=1303.0
My Snipet Showroom

http://pastebin.com/5KKuU5cg

Xmair

Quote from: Finch Real on Jun 26, 2016, 07:47 AMWhat's need of this Editor When there is most advànced editor
http://forum.vc-mp.org/?topic=1303.0
This editor was posted before doom released his editor. Old is gold.

Credits to Boystang!

VU Full Member | VCDC 6 Coordinator & Scripter | EG A/D Contributor | Developer of VCCNR | Developer of KTB | Ex-Scripter of EAD