Help. i have a problem
#1

Hi, I have a very strange problem.
I put / * * / from the beginning to the end of the gm and I get the error.

new.pwn(1) : error 013: no entry point (no public functions)

the line I receive is
#include <a_samp> //error line
#include <a_mysql>
#include <sscanf2>
#include <foreach>
#include <streamer>
Reply
#2

You need to have at least one public function. For example OnGameModeInit.
Код:
public OnGameModeInit()
{
	return 1;
}
Reply
#3

Well, I'm in the module if I put the modules in the place I get the next error on line 1, that's with that a_samp
new.pwn(1) : error 038: extra characters on line
Reply
#4

up, pls help
Reply
#5

Do you have this
Код:
main() {}
Make sure you put /* after the includes.
Reply
#6

Quote:
Originally Posted by PPC23
Посмотреть сообщение
Do you have this
Код:
main() {}
Make sure you put /* after the includes.
I main () is in a module
Reply
#7

help
Reply
#8

Stop bumping your topic within under 24 hours, please.

Please put your complete code into a pastebin.com and post it here, for us to review it and locate the error.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)