SA-MP Forums Archive
One day it works the next it doesn't - 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: One day it works the next it doesn't (/showthread.php?tid=306943)



Error 19 FIXED - MadSkillz - 28.12.2011

PROBLEM FIXED


Re: One day it works the next it doesn't - System64 - 28.12.2011

do you have main {} on top of your script? before any callback?


Re: One day it works the next it doesn't - Gh05t_ - 28.12.2011

Quote:
Originally Posted by System64
Посмотреть сообщение
do you have main {} on top of your script? before any callback?
The main() function wouldn't generate this error. He's having issues with plugins.


Re: One day it works the next it doesn't - MadSkillz - 28.12.2011

Код:
main()
{
}

public OnGameModeInit()
OnGameModeInit is my first callback


Re: One day it works the next it doesn't - System64 - 28.12.2011

then try to remove all plugins from server.cfg and than start server!


Re: One day it works the next it doesn't - MadSkillz - 28.12.2011

Still getting the error when all plugins are removed ;S


Re: One day it works the next it doesn't - Seven_of_Nine - 28.12.2011

"One day it works the next it doesn't"
So it's like redstone? xd


Re: One day it works the next it doesn't - RBTDM - 28.12.2011

REMOVED


Re: One day it works the next it doesn't - Ironboy - 28.12.2011

If this error is showing then its plugin problem
Quote:

Run time error 19: "File or function is not found"

Are you sure that you added all plugings?


Re: One day it works the next it doesn't - MadSkillz - 28.12.2011

PROBLEM FIXED