I follow the steps in this thread: http://villavu.com/forum/showthread.php?p=847813
Still doesnt work, any help please?
Printable View
I follow the steps in this thread: http://villavu.com/forum/showthread.php?p=847813
Still doesnt work, any help please?
Make sure you have enabled ObjectDTM.sex in the extensions menu.
Make sure you have at the top of the script this:Quote:
- go to 'View>Extensions'.
- enable 'ObjectDTM.sex'.
- go to 'ODTM>Check For Update'.
And Finally make sure you have inside your script after begin for the main program you have (ones highlighted in bold):Code:{$DEFINE SMART}
{$i SRL\SRL.simba}
{$i ObjectDTM\ObjDTMInclude.simba}
Code:begin
Smart_Server := 10;
Smart_Members := True;
Smart_Signed := True;
ClearDebug;
SetupSRL;
ObjDTM_Setup;
DeclarePlayers;
end.
OR
Make sure you have made a folder in simba/includes called ObjectDTM and saved the ObjectDTMInclude and the generationTool inside this folder then follow the steps above.
I have the same issue, can you please tell where to get ObjDTMInclude.simba?
I have made ObjectDTM folder but don't have that simba file.
Follow the steps in this
http://villavu.com/forum/showthread.php?p=847813
And follow this tut here to learn how to use this tool:
http://villavu.com/forum/showthread.php?p=891218
And this:
http://villavu.com/forum/showthread....ht=define+area
Don't act like a noob even though you are. Keep your cool
Added another link to help you. Just noticed how long ago you have been registered to the forum lol. How come you just started now write on the forum?
EDIT: Don't double post, just the edit button
EDIT2: Attached the ObjDTM include below
Where do I put the ObjDTMInclude.simba file? I have the same problem as the user above.
me too. i do not know where this file is suppose to go..