My friend gave me his gamemode and... -
Amit1998 - 18.09.2013
...and he told me that is the pwn files only and I can find the includes in the pwn files.
And the plugins that I need are irc, streamer and sscanf..
What am I supposed to do ?
Re: My friend gave me his gamemode and... -
Konstantinos - 18.09.2013
Check the lines from the top:
pawn Код:
#include <a_samp>
#include // ...
// the rest
Check if you have those include files into your pawno\include directory. The files you do not have, ****** them "samp name_of_include_here" and download them from their original threads. Paste them into pawno\include as well.
Some of the includes go with a plugin file too. In the thread will say [PLUGIN] as prefix so download the .dll (Windows) or .so (Linux) and place them into plugins directory.
Don't forget to add them to server.cfg (
plugins line).
Run your server. If the server doesn't start and it gives a runtimer error about "File or Function not found", download nativechecker and you'll see which plugins you're missing.
Re: My friend gave me his gamemode and... -
Amit1998 - 18.09.2013
Quote:
Originally Posted by Konstantinos
Check the lines from the top:
pawn Код:
#include <a_samp> #include // ... // the rest
Check if you have those include files into your pawno\include directory. The files you do not have, ****** them "samp name_of_include_here" and download them from their original threads. Paste them into pawno\include as well.
Some of the includes go with a plugin file too. In the thread will say [PLUGIN] as prefix so download the .dll (Windows) or .so (Linux) and place them into plugins directory.
Don't forget to add them to server.cfg ( plugins line).
Run your server. If the server doesn't start and it gives a runtimer error about "File or Function not found", download nativechecker and you'll see which plugins you're missing.
|
Thank you very much !

I'll reply soon if It worked
Re: My friend gave me his gamemode and... -
Amit1998 - 18.09.2013
Uhm...
I tried to do what you said but when Im pressing F5/Compile.
It opens SAMP and the window of the compiler freezes. :P Why?
Re: My friend gave me his gamemode and... -
Konstantinos - 18.09.2013
Honestly, I've never had something similar to that before and from a research only few got it.
Here's few threads that might be useful:
https://sampforum.blast.hk/showthread.php?tid=184750
https://sampforum.blast.hk/showthread.php?tid=328364
Re: My friend gave me his gamemode and... -
Amit1998 - 18.09.2013
Quote:
Originally Posted by Konstantinos
|
Nope.. not working.. tried to re-name the samp.exe not working.
And hmm..
My server's folder is located on my desktop.. does it matter ?
Can you give me another name of another program besides pawno ? I'll try to compile there.
Re: My friend gave me his gamemode and... -
Konstantinos - 18.09.2013
Try downloading a new server package and compile grandlarc gamemode. Does it do the same?
PS: I don't think so, but if you want to be suer, then add that server package somewhere else.