SA-MP Forums Archive
ERROR - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: ERROR (/showthread.php?tid=506263)



ERROR - VanSiera - 12.04.2014

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.


Re: ERROR - iBanner - 12.04.2014

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


Re: ERROR - BroZeus - 12.04.2014

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


Re: ERROR - VanSiera - 12.04.2014

Thank you