00default script load error.

smoochy boys on tour

Josiko

LOMCN Veteran
Veteran
Loyal Member
Apr 4, 2010
428
8
44
Spain
[English]
I'm trying to call from 00default a script and I called the error jumps me I have tried many things: LoginUser, newuser, menu D.
But none works I get this error always.
Anyone know tell me why this error happens?
And if I need to get off any file as the new crueldragon bajarmelo put me where.

Note:

Use the working 3.55 and LS-DB.



[Spanish]
Estoy intentando llamar desde el 00default a un script y no me lo llama me salta el error lo he intentado con muchas cosas: Loginuser , newuser , menu D.
Pero ninguno funciona me sale ese error siempre.
Alguien sabria decirme porque pasa ese error?
Y si necesito bajarme algun archivo como el crueldragon nuevo ponedme de donde bajarmelo.

Nota:

Uso la 3.55 working y la LS-DB.


[Screen]

00default.png


---------- Post added at 06:55 AM ---------- Previous post was at 04:14 AM ----------

Please I need help ! ;)

---------- Post added at 04:31 PM ---------- Previous post was at 06:55 AM ----------

Bump!
 

stigmas

Dedicated Member
Dedicated Member
Jun 12, 2009
182
10
44
Spain
Hi Josiko, everything looks ok, there´s only one thing that i´m not sure if its correct.
Try to quit break comand in 00default.txt [@main].

-----------------------------

Buenas josiko, al parecer lo tienes todo correcto, es igual que el mio el 00default.txt, lo unico
raro que veo es el break en la funcion @main, prueba quitandolo o con un ";". Otra cosa no se me ocurre, suerte y un saludo

[@main]
#ACT
break
 
Upvote 0

Josiko

LOMCN Veteran
Veteran
Loyal Member
Apr 4, 2010
428
8
44
Spain
Thanks stigmas =))
-------------
Me dijeron que aveces falla cuando le da la gana al script, asique bueno paciencia lo estoy montando dentro del 00default todo.
que es lo mismo , lo que mas desordenado jejeje.

Gracias ^^

---------- Post added 24-08-2011 at 03:38 PM ---------- Previous post was 23-08-2011 at 12:27 AM ----------

For future reference:

The problem is this:

#CALL [System\HLSCRIPT\UserLogin.txt] @UserLogin

if you put it as. txt fails because you call:. txt.txt

The correct way would be:

#CALL [System\HLSCRIPT\UserLogin] @UserLogin

And text: UserLogin
 
Upvote 0

twisterdmk

LOMCN Veteran
Veteran
May 13, 2009
759
28
115
USA
#CALL [System\HLSCRIPT\UserLogin] @UserLogin

Also on a side note:

When you use this sometimes an error occurs when you don't have

[@main]

{
This is just a test.

}

Without those brackets when it calls a .txt file it will spam errors.
 
Upvote 0

Josiko

LOMCN Veteran
Veteran
Loyal Member
Apr 4, 2010
428
8
44
Spain
#CALL [System\HLSCRIPT\UserLogin] @UserLogin

Also on a side note:

When you use this sometimes an error occurs when you don't have

[@main]

{
This is just a test.

}

Without those brackets when it calls a .txt file it will spam errors.


My script have


{

}

this isn't my error.
 
Upvote 0