SA-MP Forums Archive
[FilterScript] Fusez's Map Editor [User Friendly] [Many Useful Features] - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Fusez's Map Editor [User Friendly] [Many Useful Features] (/showthread.php?tid=554805)

Pages: 1 2 3 4 5 6 7 8 9


Re: Fusez's Map Editor [User Friendly] [Many Useful Features] - WhoLetTheBlitzPull - 22.06.2015

I did everything like needed ...

Also followed the steps on this post

Quote:
Originally Posted by HeLiOn_PrImE
Посмотреть сообщение
It's not rocket science.
1. Download the samp windows server package. You will use this server only for mapping. Extract it using WinRAR, or 7zip (your choice)
2. Download strlib file. It'a an archive with 2 files. Extract them as well.
3. Take strlib.inc and put it among the other pawno includes (/.../server/pawno/include).
3. Download Map Editor (second link provided), extract the files. You will have a folder and 2 files.
4. Put the mapedit.pwn in the filterscripts folder of your server (/.../server/filterscripts).
5. Open pawno.exe. (/.../server/pawno/pawno.exe)
6. Click file, then on open, and select the mapedit.pwn (you placed it in the filterscripts folder).
7. Click on the blue arrow from the menu. It will create a file called mapedit.amx.
8. Take the mapedit FOLDER and put it in the scriptfiles folder of your server (/.../server/scriptfiles)
9. In the server folder you have a file called server.cfg. Open it using notepad.exe.
10. there is a line that has the words "rcon password". add an "s" so it will be "rcon passwords"
11. there is a line that starts with "filterscripts". Delete the other words and put only "mapedit". It will be left with "filterscripts mapedit".
12. Start your server with "samp-server.exe" and you're done. Your tool is ready.

Can't record a video at the moment, but this is as detailed as possible.
But when I go in game nothing happens.

Is there any command how to activate it or smth?


Re: Fusez's Map Editor [User Friendly] [Many Useful Features] - Sellize - 30.06.2015

Quote:
Originally Posted by WhoLetTheBlitzPull
Посмотреть сообщение
I did everything like needed ...

Also followed the steps on this post



But when I go in game nothing happens.

Is there any command how to activate it or smth?
Same for me, think the current version is bugged... ?


Re : Fusez's Map Editor [User Friendly] [Many Useful Features] - Terrorizt - 30.06.2015

nice


Re: Fusez's Map Editor [User Friendly] [Many Useful Features] - 123eee123 - 03.07.2015

Help me
Код:
mapedit/obj/dialog.pwn(40) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/dialog.pwn(49) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/functions.pwn(63) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(132) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(147) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(167) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(206) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(205) : warning 204: symbol is assigned a value that is never used: "objectid"
mapedit/obj/callbacks.pwn(230) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(260) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(277) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(358) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(407) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(435) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(463) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(500) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(556) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(606) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(655) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(714) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(762) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(880) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(924) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(949) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(1026) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(1025) : warning 204: symbol is assigned a value that is never used: "objectid"
mapedit/obj/callbacks.pwn(1047) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(1193) : error 017: undefined symbol "GetObjectModel"

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


26 Errors.



Re: Fusez's Map Editor [User Friendly] [Many Useful Features] - Crayder - 03.07.2015

Quote:
Originally Posted by 123eee123
Посмотреть сообщение
Help me
Update to 0.3.7. Update all of your includes with new 0.3.7 includes.


Re : Fusez's Map Editor [User Friendly] [Many Useful Features] - VentureMs - 03.07.2015

someone knows why this happens?

Console input: loadfs mapedit
[20:31:49] Filterscript 'mapedit.amx' load failed.

I compile the script,I got no errors!


Re: Fusez's Map Editor [User Friendly] [Many Useful Features] - Neavyy - 06.07.2015

fatal error 100: cannot read from file: "mapedit/resources/objmodels.pwn"


Re: Fusez's Map Editor [User Friendly] [Many Useful Features] - FanonRiouDiou - 06.07.2015

Thank you, nice Filterscript +rep


Re: Fusez's Map Editor [User Friendly] [Many Useful Features] - Cyber123 - 06.07.2015

When you last time update this project ??


Re: Fusez's Map Editor [User Friendly] [Many Useful Features] - M0HAMMAD - 06.07.2015

very nice !


Re: Fusez's Map Editor [User Friendly] [Many Useful Features] - Cena44 - 18.07.2015

Doesn't work for me. I'm pretty sure I've done every step correctly, I even tried to manually load the FS(rcon), but it just won't work.

Any help?


Re: Fusez's Map Editor [User Friendly] [Many Useful Features] - TheRaGeLord - 19.07.2015

Very Nice..


Re: Fusez's Map Editor [User Friendly] [Many Useful Features] - Neavyy - 20.07.2015

update to 0.3.7 :/


Re: Fusez's Map Editor [User Friendly] [Many Useful Features] - ImedaImeda - 20.07.2015

i don't know how to install it and can you add video lesson ? please.


Re: Fusez's Map Editor [User Friendly] [Many Useful Features] - EncikBuyer - 14.08.2015

Nice-+Rep.
Gonna Test This.


Respuesta: Fusez's Map Editor [User Friendly] [Many Useful Features] - Michael27re - 23.11.2015

Код:
fatal error 100: cannot read from file: "mapedit/resources/objmodels.pwn"
Who can help me please? i followed all steps


Re: Fusez's Map Editor [User Friendly] [Many Useful Features] - AndreiWow - 17.12.2015

mapedit/obj/dialog.pwn(40) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/dialog.pwn(49) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/functions.pwn(63) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(132) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(147) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(167) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(206) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(205) : warning 204: symbol is assigned a value that is never used: "objectid"
mapedit/obj/callbacks.pwn(230) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(260) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(277) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(35 : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(407) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(435) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(463) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(500) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(556) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(606) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(655) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(714) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(762) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(880) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(924) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(949) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(1026) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(1025) : warning 204: symbol is assigned a value that is never used: "objectid"
mapedit/obj/callbacks.pwn(1047) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(1193) : error 017: undefined symbol "GetObjectModel"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


26 Errors.


Re: Fusez's Map Editor [User Friendly] [Many Useful Features] - Crayder - 17.12.2015

Quote:
Originally Posted by AndreiWow
Посмотреть сообщение
mapedit/obj/dialog.pwn(40) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/dialog.pwn(49) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/functions.pwn(63) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(132) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(147) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(167) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(206) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(205) : warning 204: symbol is assigned a value that is never used: "objectid"
mapedit/obj/callbacks.pwn(230) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(260) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(277) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(35 : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(407) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(435) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(463) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(500) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(556) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(606) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(655) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(714) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(762) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(880) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(924) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(949) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(1026) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(1025) : warning 204: symbol is assigned a value that is never used: "objectid"
mapedit/obj/callbacks.pwn(1047) : error 017: undefined symbol "GetObjectModel"
mapedit/obj/callbacks.pwn(1193) : error 017: undefined symbol "GetObjectModel"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


26 Errors.
Update to 0.3.7 R2-1 includes.


Re: Fusez's Map Editor [User Friendly] [Many Useful Features] - AndreiWow - 18.12.2015

Quote:
Originally Posted by Crayder
Посмотреть сообщение
Update to 0.3.7 R2-1 includes.
Do you have some links please? of the includes that I need?


Re: Fusez's Map Editor [User Friendly] [Many Useful Features] - Lutherdeck - 01.01.2016

Instalei o nfs... Mais entro e nгo aparece nada, tem algum comando ?

I installed fs ... More come in and nothing appears, has some command?