Posts: 1,197
Threads: 213
Joined: Feb 2011
Reputation:
0
hi guys, everytime I try and compile my gamemode there's something wrong in the include, so I try to compile the include and get this error:
error 013: no entry point (no public functions)
on every include.
Posts: 2,856
Threads: 6
Joined: Jun 2007
Reputation:
0
sure, you get that error if the script has no entry point, aka main()
but includes arent supposed to have one, the script which includes them should have one
Posts: 1,197
Threads: 213
Joined: Feb 2011
Reputation:
0
i know, but my gamemode has this one, this is a funny story, it worked on my friends computer because i was showing him stuff over teamviewer and it compiled but now it does this on my computer.