I got this error:
Q_strcat: already overflowed.
All i did to my map was add script_movers and splns :l
someone help?
I got this error:
Q_strcat: already overflowed.
All i did to my map was add script_movers and splns :l
someone help?
My guess is that the script_movers is causing the problem, check if the arguments are correct
Do you have some really big string in the mapscript?
try debugging your mapscript using:
set developer 2
set g_scriptdebug 1
map yourmap
and show us your logfile 
yeh when i do that nothing happens?
i dont get a logfile or anything
My Script:
game_manager
{
}
moverlead
{
spawn
{
wait 256
followspline 0 s1 80
}
}
moverfollow
{
spawn
{
wait 256
attachtotag moverlead tag_barge
}
}
then do it like this:
seta g_log “ETServer.log”
seta logfile “3”
seta g_logsync “1”set developer 2
seta g_scriptdebug 1map yourmap
And post your logfile.
0:00 ------------------------------------------------------------
0:00 InitGame: \voteFlags\0\g_balancedteams\0\g_covertopsChargeTime\30000\g_soldierChargeTime\20000\g_LTChargeTime\40000\g_engineerChargeTime\30000\g_medicChargeTime\45000\g_bluelimbotime\30000\g_redlimbotime\30000\gamename\etmain\g_gametype\4\g_voteFlags\0\g_alliedmaxlives\0\g_axismaxlives\0\g_minGameClients\8\g_needpass\0\sv_allowAnonymous\0\sv_privateClients\0\mapname\map2\protocol\84\version\ET 2.60b win-x86 May 8 2006\g_heavyWeaponRestriction\100\g_antilag\1\g_maxlives\0\g_friendlyFire\1\sv_floodProtect\1\sv_maxPing\0\sv_minPing\0\sv_maxRate\0\sv_minguidage\0\sv_punkbuster\0\sv_hostname\ETHost imelimit\0\sv_maxclients\20\g_maxGameClients\0\g_maxlivesRespawnPenalty\0
0:00 ShutdownGame:
0:00 ------------------------------------------------------------
0:00 ------------------------------------------------------------
0:00 InitGame: \voteFlags\0\g_balancedteams\0\g_covertopsChargeTime\30000\g_soldierChargeTime\20000\g_LTChargeTime\40000\g_engineerChargeTime\30000\g_medicChargeTime\45000\g_bluelimbotime\30000\g_redlimbotime\30000\gamename\etmain\g_gametype\2\g_voteFlags\0\g_alliedmaxlives\0\g_axismaxlives\0\g_minGameClients\8\g_needpass\0\sv_allowAnonymous\0\sv_privateClients\0\mapname\map2\protocol\84\version\ET 2.60b win-x86 May 8 2006\g_heavyWeaponRestriction\100\g_antilag\1\g_maxlives\0\g_friendlyFire\1\sv_floodProtect\1\sv_maxPing\0\sv_minPing\0\sv_maxRate\0\sv_minguidage\0\sv_punkbuster\0\sv_hostname\ETHost imelimit\0\sv_maxclients\20\g_maxGameClients\0\g_maxlivesRespawnPenalty\0
0:00 ShutdownGame:
0:00 ------------------------------------------------------------
Thats it 
could you post your ‘etconsole.log’ file, this should give us more information.