SA-MP Forums Archive
Notepad++ - 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: Notepad++ (/showthread.php?tid=608120)



Notepad++ - JXF - 27.05.2016

In my notepad++, the compiler says that cmd_"command" is not defined, because it does not have zcmd
where do I put zcmd and other plugins in notepad++ ?


Re: Notepad++ - 1fret - 27.05.2016

you dont need to put includes in the server.cfg only if it uses a plugin.

so in order to put in a plugin at the bottom of your server.cfg you would create a line called plugins , then the specific plugin and then add .so for linux plugins or .dll for windows

so for example the whirlpool plugin

plugins whirlpool.dll, i use .dll because im on a windows OS

N.B

for zcmd it should be at the top of the script , under this "#include <zcmd>" and make sure you have downloaded the include(s) latest version and recompile the script.


Re: Notepad++ - Noris - 28.05.2016

So, you mean your using notepad++ as script editor? Dude are you serious


Re: Notepad++ - Amunra - 28.05.2016

Quote:
Originally Posted by Noris
Посмотреть сообщение
So, you mean your using notepad++ as script editor? Dude are you serious
Hey .. Are you never read this ?
xD


Re: Notepad++ - PrO.GameR - 28.05.2016

Quote:
Originally Posted by Amunra
Посмотреть сообщение
Hey .. Are you never read this ?
xD
Never argue with total morons, whatever he says is right in his little world
OT: Read some more tutorials, you need to include zcmd not place it anywhere in the code( which technically is the same I guess xD but compiler does it for you) and btw Notepad++ is great, but I would switch it to sublime if it was my call.


Re: Notepad++ - Admigo - 28.05.2016

Quote:
Originally Posted by Noris
Посмотреть сообщение
So, you mean your using notepad++ as script editor? Dude are you serious
Why should people not use notepad++ as script editor? I am using it too and i am cool with it.

ONTOPIC: You should read this tutorial, it will help you.
https://sampforum.blast.hk/showthread.php?tid=174046