Posts: 66
Threads: 19
Joined: Apr 2014
Reputation:
0
C:\Documents and Settings\s\Desktop\1\gamemodes\gtazones.pwn(465) : error 013: no entry point (no public functions)
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Posts: 202
Threads: 5
Joined: Mar 2014
Reputation:
0
add (make sure you have a_samp.inc in your pawn/includes folder)
#include <a_samp>
+
main()
{
print("\n----------------------------------");
print(" Blank Gamemode by your name here");
print("----------------------------------\n");
}
Posts: 1,398
Threads: 25
Joined: Jan 2014
Reputation:
0
this means u do not have any public function in ur script like OnGameModeInIt,OnPlayerUpdate...etc
add them in ur script