Shadow wrote:What program is this? I bey newbish.
sa-mp editor.
To sly,
Although I could not find a practical way to delete the object, it is still possible in the following manner:
1) Open the pawn code.
2) Figure out which object ID is the question mark representing, you'll have to go through all your objects yes :/
3) Delete the whole line in which the wrong object ID is inserted
4) Copy the whole code
5) Close your editor
6) Re-open your editor, open your pawn code and paste your new code
Don't forget to save your map before making these changes.
I'm almost 100% sure that there is a more practical way of eliminating that object, but this is the only way I could think of.