SA-MP Forums Archive
[ Help ] Need Small help regarding MySQL. - 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: [ Help ] Need Small help regarding MySQL. (/showthread.php?tid=562319)



[ Help ] Need Small help regarding MySQL. - SpikY_ - 08.02.2015

Hellu,
I need a person who can identify the mySQL plugin which my gamemode use!
Currently i'm using stunt evolution gamemode and there are .dll plugins in plugins folder! anyone here who can verify what plugin did the gamemode uses [ .so ]. It will be great for me, kthx!

- Regards,
[EGC]SpikY_


Re: [ Help ] Need Small help regarding MySQL. - SpikY_ - 08.02.2015

The errors i'm getting!
Код:
Error: Function not registered: 'LIFECMD'
Error: Function not registered: 'mysql_query'



Re: [ Help ] Need Small help regarding MySQL. - HazardouS - 08.02.2015

If I'm not missing anything, there should be only 2 main MySQL plugins. Try both of them and see which one works:
- StrickenKid: https://sampforum.blast.hk/showthread.php?tid=122983
- BlueG: https://sampforum.blast.hk/showthread.php?tid=56564


Re: [ Help ] Need Small help regarding MySQL. - SpikY_ - 08.02.2015

Sorry for late reply
i dnt know wtf happening with my server! see this

Код:
[19:26:01]    Error: Function not registered: 'SSCANF_Init'
[19:26:01]    Error: Function not registered: 'SSCANF_Join'
[19:26:01]    Error: Function not registered: 'SSCANF_Leave'
[19:26:01]    Error: Function not registered: 'sscanf'
[19:26:01]    Error: Function not registered: 'LIFECMD'
[19:26:01]    Error: Function not registered: 'mysql_query'
[19:26:01]    Error: Function not registered: 'DestroyDynamicObject'
[19:26:01]    Error: Function not registered: 'IsPlayerInDynamicArea'
[19:26:01]    Error: Function not registered: 'IsPlayerInAnyDynamicArea'
[19:26:01]    Error: Function not registered: 'GetGVarInt'
[19:26:01]    Error: Function not registered: 'SetGVarInt'
[19:26:01]    Error: Function not registered: 'Streamer_UpdateEx'
[19:26:01]    Error: Function not registered: 'Streamer_TickRate'
[19:26:01]    Error: Function not registered: 'mysql_debug'
[19:26:01]    Error: Function not registered: 'mysql_connect'
[19:26:01]    Error: Function not registered: 'mysql_ping'
[19:26:01]    Error: Function not registered: 'mysql_store_result'
[19:26:01]    Error: Function not registered: 'mysql_fetch_row_format'
[19:26:01]    Error: Function not registered: 'mysql_free_result'
[19:26:01]    Error: Function not registered: 'Streamer_VisibleItems'
[19:26:01]    Error: Function not registered: 'CreateDynamic3DTextLabel'
[19:26:01]    Error: Function not registered: 'CreateDynamicCP'
[19:26:01]    Error: Function not registered: 'CreateDynamicPickup'
[19:26:01]    Error: Function not registered: 'mysql_close'
[19:26:01]    Error: Function not registered: 'DestroyDynamicPickup'
[19:26:01]    Error: Function not registered: 'DestroyDynamicCP'
[19:26:01]    Error: Function not registered: 'mysql_insert_id'
[19:26:01]    Error: Function not registered: 'SetGVarString'
[19:26:01]    Error: Function not registered: 'WP_Hash'
[19:26:01]    Error: Function not registered: 'mysql_real_escape_string'
[19:26:01]    Error: Function not registered: 'UpdateDynamic3DTextLabelText'
[19:26:01]    Error: Function not registered: 'GetGVarFloat'
[19:26:01]    Error: Function not registered: 'SetGVarFloat'
[19:26:01]    Error: Function not registered: 'mysql_retrieve_row'
[19:26:01]    Error: Function not registered: 'mysql_fetch_field_row'
[19:26:01]    Error: Function not registered: 'mysql_num_rows'
[19:26:01]    Error: Function not registered: 'CreateDynamicObject'
[19:26:01]    Error: Function not registered: 'CreateDynamicMapIcon'
[19:26:01]    Error: Function not registered: 'CreateDynamicRectangle'
[19:26:01]    Error: Function not registered: 'GetGVarString'
[19:26:01]    Error: Function not registered: 'sscanf'
[19:26:01]    Error: Function not registered: 'IsPlayerInDynamicCP'
[19:26:01]    Error: Function not registered: 'MoveDynamicObject'
[19:26:01]    Error: Function not registered: 'DestroyDynamicMapIcon'
It will be great for me if anyone can fix it to my server!
Thanks!


Re: [ Help ] Need Small help regarding MySQL. - JaydenJason - 08.02.2015

youre missing includes aswell, sscanf, streamer etc


Re: [ Help ] Need Small help regarding MySQL. - HazardouS - 08.02.2015

Not sure if missing or outdated. You need to update to the latest versions of every plugin/include you have.


Re: [ Help ] Need Small help regarding MySQL. - SpikY_ - 08.02.2015

Quote:
Originally Posted by HazardouS
Посмотреть сообщение
If I'm not missing anything, there should be only 2 main MySQL plugins. Try both of them and see which one works:
- StrickenKid: https://sampforum.blast.hk/showthread.php?tid=122983
- BlueG: https://sampforum.blast.hk/showthread.php?tid=56564
both ain't working -_-


Re: [ Help ] Need Small help regarding MySQL. - SpikY_ - 08.02.2015

I have just update it with the latest plguins! and includes! All i can do is what i have done -_- . now i'm tired of it!
Can't get any solution! It would be better if any of my friend/person can do it for me!


Re: [ Help ] Need Small help regarding MySQL. - Knappen - 08.02.2015

From the looks of it, I would say MySQL R5 or R6.

mysql_query is gone in later versions if I'm not mistaken. Everything is threaded in newer versions.


Re: [ Help ] Need Small help regarding MySQL. - SpikY_ - 09.02.2015

i couldn't get the link of MySQL R5 - R6, anyone have the link?