What do you mean ?
Animate Dreams - Fri Aug 11, 2006 3:36 pm
Post subject:
There is an "AttachModules = " in your arena.conf.
The format goes like this:
AttachModules =
buy \
turf
You can put them each on their own line, but make sure you use a \ at the end of each line(except for the last) so it knows to keep reading for more modules. You need to attach certain modules. You can look to see if the module does anything under MM_ATTACH in the module source code to see if it needs to be attached.
Elnino - Fri Aug 11, 2006 3:47 pm
Post subject:
W00t I figured what I did wrong ... I tested with the the the fg_turf attached ... but not with the <py> fg_turf in the modules.conf
And I teste without the fg_turf attach and the <py> fg_turf enable in the modules.conf
Looks like you need both on =)
Thanks to you all!