SA-MP Forums Archive
Did everything possible, can't get rid of this 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: Did everything possible, can't get rid of this error. (/showthread.php?tid=639329)



Did everything possible, can't get rid of this error. - Puff - 15.08.2017

Код HTML:
[15:59:17] *** Streamer Plugin: Obsolete or invalid native "Streamer_GetArrayData" found (script needs to be recompiled with the latest include file)
[15:59:17] [debug] Run time error 19: "File or function is not found"
[15:59:17] [debug]  GetDynamic3DTextLabelText
[15:59:17] [debug]  mysql_function_query
[15:59:17] [debug]  cache_get_data
[15:59:17] [debug]  cache_get_row
[15:59:17] [debug]  cache_get_field
[15:59:17] [debug]  EditDynamicObject
[15:59:17] [debug]  SetDynamicObjectMaterial
[15:59:17] [debug]  AttachDynamicObjectToVehicle
[15:59:17] [debug]  SetDynamicObjectMaterialText
[15:59:17] [debug]  enable_mutex
[15:59:17] [debug] Run time error 19: "File or function is not found"
[15:59:17] [debug]  GetDynamic3DTextLabelText
[15:59:17] [debug]  mysql_function_query
[15:59:17] [debug]  cache_get_data
[15:59:17] [debug]  cache_get_row
[15:59:17] [debug]  cache_get_field
[15:59:17] [debug]  EditDynamicObject
[15:59:17] [debug]  SetDynamicObjectMaterial
[15:59:17] [debug]  AttachDynamicObjectToVehicle
[15:59:17] [debug]  SetDynamicObjectMaterialText
[15:59:17] [debug]  enable_mutex
[15:59:17] Script[gamemodes/GG.amx]: Run time error 19: "File or function is not found"
How do you check which version of plugins script wants?


Re: Did everything possible, can't get rid of this error. - Bolex_ - 15.08.2017

This might help you!

Quote:

*** Streamer Plugin: Obsolete or invalid native "Streamer_GetArrayData" found (script needs to be recompiled with the latest include file)




Re: Did everything possible, can't get rid of this error. - Puff - 15.08.2017

Recomplied thousand times with latest version of streamer.inc and dll, still the same problem.


Re: Did everything possible, can't get rid of this error. - Bolex_ - 15.08.2017

Update streamer include/plugins, and once you do that, go to pawno and recopile the gamemode!


Re: Did everything possible, can't get rid of this error. - Puff - 15.08.2017

Quote:
Originally Posted by Bolex_
Посмотреть сообщение
Update streamer include/plugins, and once you do that, go to pawno and recopile the gamemode!
Yes, I did that.. and I am still getting the same error