Gamestudio Links
Zorro Links
Newest Posts
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
1 registered members (AndrewAMD), 1,310 guests, and 1 spider.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
line to big (max 1024 bytes) problem #285030
08/16/09 17:54
08/16/09 17:54
Joined: Jan 2006
Posts: 245
PA
Garrettwademan Offline OP
Member
Garrettwademan  Offline OP
Member

Joined: Jan 2006
Posts: 245
PA
It seems when I try to compile my script I get the...

line to big (max 1024 bytes) error.

It says it is for the script "pl.login", but I am so confused. Any insight on this?
Code:
//CALL SCRIPTS//////////////////////////////////////////////////////////////////////////////////////////////////
INCLUDE "anet_h.wdl";  //file that works with ANet DLL file
INCLUDE "adjust_fps.wdl";  //fix time step for all clients to run at same speed
INCLUDE "terrain_control.wdl"; //setup the terrain
INCLUDE "display_panels.wdl";  //displays panels for players
INCLUDE "player_control1.wdl";  //code that controls how the player moves
INCLUDE "calc_txrx.wdl";  //code that finds ping and data exchange variables
INCLUDE "server_scripts.wdl";  //code that controls all that the server does
INCLUDE "chat.wdl";  //code that controls the chat
INCLUDE "terrain_selector.wdl";  //code that controls the selection of the terrain
INCLUDE "inventory.wdl";  //code that controls the selection of the terrain
INCLUDE "foilcont_mysql.wdl";  //code that controls the trees and foilage of the game using MySQL
INCLUDE "sun_control.wdl";  //code that controls the sun in the game
INCLUDE "lflare.wdl";  //code that controls the sun flare
INCLUDE "terraform.wdl";  //terraforming code
INCLUDE "terraform_load.wdl";  //terrain terraform data
INCLUDE "player_attributes.wdl";
INCLUDE "player_inventory.wdl";
INCLUDE "player_skills.wdl";
INCLUDE "player_options.wdl";
INCLUDE "pl.wdl";




Current Project: Computer Repair Simulator
https://www.computer-repair-simulator.com
Re: line to big (max 1024 bytes) problem [Re: Garrettwademan] #285422
08/18/09 13:19
08/18/09 13:19
Joined: Apr 2006
Posts: 737
Ottawa, Canada
O
Ottawa Offline
User
Ottawa  Offline
User
O

Joined: Apr 2006
Posts: 737
Ottawa, Canada
Hi!

Are you using Lite-C or C-Script?

From the manual : C-Script only; for lite-C use #include.


Hope this helps!
Ottawa laugh

Ver 7.86.2 Pro and Lite-C
Re: line to big (max 1024 bytes) problem [Re: Ottawa] #285467
08/18/09 17:03
08/18/09 17:03
Joined: Jul 2004
Posts: 1,710
MMike Offline
Serious User
MMike  Offline
Serious User

Joined: Jul 2004
Posts: 1,710
include is lowercase i guess.. that can affect , if lite.c
Oh and you need < " # " before too

Last edited by MMike; 08/18/09 17:03.

Moderated by  HeelX, rvL_eXile 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1