Samp server Problem
#1

Hey Guys I Have a problem but i don't know what it is

when i press samp.server its give me the following error :


Код:
Script[GameModes/Mygm.amx]: run time error 20: invalid index parameter (bad entry point)"
Any One Can Solve It
Reply
#2

You're missing a function main() in your gamemode script.
Reply
#3

i don't understand you
Reply
#4

At the top (after the bit that says #include) add this:

Код:
main()
{
}
Reply
#5

thanks alot
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)