Gamemod Editor - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Gamemod Editor (
/showthread.php?tid=289175)
Gamemod Editor -
Dasoz - 10.10.2011
Hello guys!
I have been playing around with a gamemod, and i have some stuff i want to remove inside the gamemode. I found MTA Editor which i like, but i have no idea how to use my own PWN files in it?
Then i had a "SA:MP Editor" which loads up fine, but always give me "Range check" error that makes sure it can't run and i have to close it by processes.
But i would like to use MTA if somebody can tell me how i can edit my PWN files in it, instead of creating a new one.
Oh and - if you know another one - tell me! It just have to be able to remove some of my objects around the city, which shouldn't be there.
Cheers
Re: Gamemod Editor -
Case Sensitive - 10.10.2011
You can only remove objects in 0.3d.
Hugs, Case.
Re: Gamemod Editor -
.:Kaos:. - 10.10.2011
Are the objects you want to remove in your gamemode? Or are they default objects. If so, you have to use SA:MP 0.3d, as stated above. The only editor I know of which supports removing objects is the one by JernejL. Which you can find
here.
Re: Gamemod Editor -
Dasoz - 10.10.2011
Those objects are NOT default, those are custom-places. So i suppose they can be removed with MTA or something. I could actually load up and remove in "SAMP Editor" once, but afterwards it crashed. It's sometimes when i place my camera, it does "range check" errors.
Re: Gamemod Editor -
.:Kaos:. - 10.10.2011
If they are custom added objects, just go in your game mode and find where they are created, then just comment out or delete the line.
Re: Gamemod Editor -
Dasoz - 10.10.2011
How does one of these lines usually look? There's lots of custom shit in this one, I'm not sure how to figure out which is located at in LS
Re: Gamemod Editor -
.:Kaos:. - 10.10.2011
Well, are the comments beside the object lines. Example, when I add objects into my game mode I put
Код:
// Chair(1) Burgershot
That way I don't lose track of objects. You can also use the "search" feature in pawno by pressing "Ctrl+f".
Re: Gamemod Editor -
Dasoz - 10.10.2011
Thanks guys, I'm a bit new but i enjoy trying to play around with this
I'm going to try, and I'll use your tip (Kaos) to make sure i can keep a track of what i spawn
Oh and.. WOW! Fast fast FAST support