THIS IS THE OBJECTS STEALER I MADE :fuck_yea:
THE FUNCTIONS :
THE ADDITIONAL INFO:
You can use /mrstop AND /mrstart to pause/resume recording. If you want to save in CreateDynamicObject format just use "/mrsave stealedobjects d". THAT "d" IS REALLY IMPORTANT, YOU KNOW.
I give you a source code, so you can modify/improve it for your own needs, BUT YOU WON'T UNDERSTAND SHIT FROM IT THOUGH :watchout:
THE INSTALLATION:
1. INSTALL ANY ASI LOADER OR CLEO.
2. COPY THE ASI TO THE GTA.
3. ???
4. DONE.
DOWNLOAD IN THE ATTACHMENTS.
THE FUNCTIONS :
Code:
pChatWindow->AddClientMessage( -0, "===============================" );
pChatWindow->AddClientMessage( -1, " MapRecorder by Noob Retard." );
pChatWindow->AddClientMessage( -0, "==================================================" );
pChatWindow->AddClientMessage( -1, " /mrstart [distance]" );
pChatWindow->AddClientMessage( -1, " Starts objects recording within specified distance." );
pChatWindow->AddClientMessage( -1, " If distance is not set or 0 then ignored." );
pChatWindow->AddClientMessage( -0, "==================================================" );
pChatWindow->AddClientMessage( -1, " /mrstop" );
pChatWindow->AddClientMessage( -1, " Stops objects recording." );
pChatWindow->AddClientMessage( -0, "==========================================================================" );
pChatWindow->AddClientMessage( -1, " /mrsave <filename> [format]" );
pChatWindow->AddClientMessage( -1, " Saves recorded objects to the specified file and resets MapRecorder state." );
pChatWindow->AddClientMessage( -1, " Filename must be set. Example: \"/mrsave objects\" saves as objects.txt" );
pChatWindow->AddClientMessage( -1, " The location where files are stored is GTA San Andreas User Files\\SAMP" );
pChatWindow->AddClientMessage( -1, " The [format] param is optional and states for output format." );
pChatWindow->AddClientMessage( -1, " Available formats:" );
pChatWindow->AddClientMessage( -1, " d - CreateDynamicObject format" );
pChatWindow->AddClientMessage( -1, " If [format] is not set or different than above then CreateObject is used" );
pChatWindow->AddClientMessage( -0, "==========================================================================" );
pChatWindow->AddClientMessage( -1, " /mrreset" );
pChatWindow->AddClientMessage( -1, " Resets MapRecorder state, so recorded objects are removed from memory." );
pChatWindow->AddClientMessage( -0, "==========================================================================" );
THE ADDITIONAL INFO:
You can use /mrstop AND /mrstart to pause/resume recording. If you want to save in CreateDynamicObject format just use "/mrsave stealedobjects d". THAT "d" IS REALLY IMPORTANT, YOU KNOW.
I give you a source code, so you can modify/improve it for your own needs, BUT YOU WON'T UNDERSTAND SHIT FROM IT THOUGH :watchout:
THE INSTALLATION:
1. INSTALL ANY ASI LOADER OR CLEO.
2. COPY THE ASI TO THE GTA.
3. ???
4. DONE.
DOWNLOAD IN THE ATTACHMENTS.