Run time error 19.... - 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: Run time error 19.... (
/showthread.php?tid=478192)
Run time error 19.... -
Lynet - 28.11.2013
Hello guys, I recently got this error: Run time error 19, i've everything downloaded and putted in .cfg, it works great on my own Windows, but once im getting it on my Linux server, then everything fucks up, any one?
Re: Run time error 19.... -
Konstantinos - 28.11.2013
https://sampforum.blast.hk/showthread.php?tid=249226
Re: Run time error 19.... -
StuartD - 28.11.2013
Quote:
Originally Posted by Konstantinos
|
Use this, upload it along with your plugins and run your server then paste the result from the server_log here.
Re: Run time error 19.... -
Lynet - 28.11.2013
Error: Function not registered: 'PlayerTextDrawSetPreviewModel'
Even it is registered in the script ? ._.
Re: Run time error 19.... -
Jankingston - 28.11.2013
update all the plugins..and alsk remember to type .so instead of .dll
Re: Run time error 19.... -
Konstantinos - 28.11.2013
PlayerTextDrawSetPreviewModel was added in 0.3x as a native in SA-MP.
It seems your samp-server.exe is an older version. Update it to 0.3x R2 and make sure that the a_samp.inc file also for 0.3x version. Re-compile and run the server again.