#1

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.
Reply
#2

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");
}
Reply
#3

this means u do not have any public function in ur script like OnGameModeInIt,OnPlayerUpdate...etc
add them in ur script
Reply
#4

Thank you
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)