Help me
#1

The Gamemode is compliando correctly, but it's giving some mistake, I have no idea what it is, I think it's plugin, I've updated it but still the same thing.
Код:
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase

Header size:          18948 bytes
Code size:          3846200 bytes
Data size:         48734980 bytes
Stack/heap size:      80000 bytes; estimated max. usage: unknown, due to recursion
Total requirements:52680128 bytes


Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3.7, ©2005-2015 SA-MP Team

[09:46:18] 
[09:46:18] Server Plugins
[09:46:18] --------------
[09:46:18]  Loading plugin: streamer
[09:46:18] 

*** Streamer Plugin v2.8.2 by Incognito loaded ***

[09:46:18]   Loaded.
[09:46:18]  Loading plugin: sscanf
[09:46:18] 

[09:46:18]  ===============================

[09:46:18]       sscanf plugin loaded.     

[09:46:18]          Version:  2.8.2        

[09:46:18]    © 2012 Alex "******" Cole  

[09:46:18]  ===============================

[09:46:18]   Loaded.
[09:46:18]  Loading plugin: mysql
[09:46:18]  >> plugin.mysql: R41-3 successfully loaded.
[09:46:18]   Loaded.
[09:46:18]  Loading plugin: Whirlpool
[09:46:18]  
[09:46:18]  ==================
[09:46:18]  
[09:46:18]   Whirlpool loaded
[09:46:18]  
[09:46:18]  ==================
[09:46:18]  
[09:46:18]   Loaded.
[09:46:18]  Loading plugin: audio
[09:46:18] 

*** Audio Plugin v0.5 R2 by Incognito loaded ***

[09:46:18]   Loaded.
[09:46:18]  Loading plugin: nativechecker
[09:46:18]   Loaded.
[09:46:18]  Loaded 6 plugins.

[09:46:18] 
[09:46:18] Filterscripts
[09:46:18] ---------------
[09:46:18]   Loading filterscript 'scena.amx'...
[09:46:18]   Loaded 1 filterscripts.

[09:46:18]    Error: Function not registered: 'mysql_store_result'
[09:46:18]    Error: Function not registered: 'mysql_fetch_row'
[09:46:18]    Error: Function not registered: 'mysql_free_result'
[09:46:18]    Error: Function not registered: 'mysql_num_rows'
[09:46:18]    Error: Function not registered: 'mysql_real_escape_string'
[09:46:18]    Error: Function not registered: 'mysql_fetch_int'
[09:46:18]    Error: Function not registered: 'mysql_fetch_field'
[09:46:18] Script[gamemodes/rcrp.amx]: Run time error 19: "File or function is not found"
[09:46:18] Number of vehicle models: 0
Код:
[09:46:18]    Error: Function not registered: 'mysql_store_result'
[09:46:18]    Error: Function not registered: 'mysql_fetch_row'
[09:46:18]    Error: Function not registered: 'mysql_free_result'
[09:46:18]    Error: Function not registered: 'mysql_num_rows'
[09:46:18]    Error: Function not registered: 'mysql_real_escape_string'
[09:46:18]    Error: Function not registered: 'mysql_fetch_int'
[09:46:18]    Error: Function not registered: 'mysql_fetch_field
Reply
#2

-Removed-
Reply
#3

Update your MySQL with latest (https://github.com/pBlueG/SA-MP-MySQ...ases/tag/R39-6) if it doesnt work try the oldest versions such as R6+ https://sampforum.blast.hk/showthread.php?tid=56564)
Reply
#4

Quote:
Originally Posted by Alex Magaсa
Посмотреть сообщение
Update your MySQL with latest (https://github.com/pBlueG/SA-MP-MySQ...ases/tag/R39-6) if it doesnt work try the oldest versions such as R6+ https://sampforum.blast.hk/showthread.php?tid=56564)
When I put the latest version :

Код:
[11:27:14]    Error: Function not registered: 'mysql_store_result'
[11:27:14]    Error: Function not registered: 'mysql_fetch_row'
[11:27:14]    Error: Function not registered: 'mysql_free_result'
[11:27:14]    Error: Function not registered: 'mysql_num_rows'
[11:27:14]    Error: Function not registered: 'mysql_real_escape_string'
[11:27:14]    Error: Function not registered: 'mysql_fetch_int'
[11:27:14]    Error: Function not registered: 'mysql_fetch_field'
[11:27:14] Script[gamemodes/rcrp.amx]: Run time error 19: "File or function is not found"
[11:27:14] Number of vehicle models: 0
Reply
#5

Quote:
Originally Posted by axellech
Посмотреть сообщение
When I put the latest version :

Код:
[11:27:14]    Error: Function not registered: 'mysql_store_result'
[11:27:14]    Error: Function not registered: 'mysql_fetch_row'
[11:27:14]    Error: Function not registered: 'mysql_free_result'
[11:27:14]    Error: Function not registered: 'mysql_num_rows'
[11:27:14]    Error: Function not registered: 'mysql_real_escape_string'
[11:27:14]    Error: Function not registered: 'mysql_fetch_int'
[11:27:14]    Error: Function not registered: 'mysql_fetch_field'
[11:27:14] Script[gamemodes/rcrp.amx]: Run time error 19: "File or function is not found"
[11:27:14] Number of vehicle models: 0
Did you compiled the gamemode and all filterscripts with the latest plugin of MYSQL R39-2 or R39-6
Reply
#6

Quote:
Originally Posted by Alex Magaсa
Посмотреть сообщение
Did you compiled the gamemode and all filterscripts with the latest plugin of MYSQL R39-2 or R39-6
With the two versions, and all these pops up that same mistake.
Reply
#7

Quote:
Originally Posted by Alex Magaсa
Посмотреть сообщение
Update your MySQL
That breaks more than anything by simply blindly suggesting that.

If the script is coded for older versions, by simply saying to update that, you'll make the functions not link up due to being outdated, and out of sync with the script/include/plugin itself.


OP: Go back to the old plugin version that came with the release. You should mind out updating as it will break your script if it's not coded for that version.
Reply
#8

Quote:
Originally Posted by Sew_Sumi
Посмотреть сообщение
That breaks more than anything by simply blindly suggesting that.

If the script is coded for older versions, by simply saying to update that, you'll make the functions not link up due to being outdated, and out of sync with the script/include/plugin itself.


OP: Go back to the old plugin version that came with the release. You should mind out updating as it will break your script if it's not coded for that version.
Stop bringing your fake theories to the community with fake quotes lol



I already suggested him if the newest version of MYSQL of BlueG's doesnt work to go back in older releases. Read what i wrote before you judge me.

Also it seems he use this script from SA:MP community so he should ask help from the real author of the script ^^ simple as always!
Reply
#9

Quote:
Originally Posted by Alex Magaсa
Посмотреть сообщение
Stop bringing your fake theories to the community with fake quotes lol
It's alright, We'll suggest to scripters to go through 40 odd versions to try and fluke finding the right one...


That's gotta be an easier way of doing it than finding out from the ORIGINAL RELEASE that's highly likely to actually have the correct version included as it shouldn't.

Obviously if that's your solution, you don't understand how to actually fix shit, and you're just rep hunting as per usual.


If you want to make out that I'm fake, I'll bring you out as a complete fake... After all, deflection doesn't work when you're simply guessing, and not making much effort at it at all.
Reply
#10

Quote:
Originally Posted by Sew_Sumi
Посмотреть сообщение
It's alright, We'll suggest to scripters to go through 40 odd versions to try and fluke finding the right one...


That's gotta be an easier way of doing it than finding out from the ORIGINAL RELEASE that's highly likely to actually have the correct version included as it shouldn't.

Obviously if that's your solution, you don't understand how to actually fix shit, and you're just rep hunting as per usual.


If you want to make out that I'm fake, I'll bring you out as a complete fake... After all, deflection doesn't work when you're simply guessing, and not making much effort at it at all.
You prove that you're faking yourself by trying to look bad-ass, and you seem to seek problems and enjoy bringing mistakes of others into thread , seeking for attention as it seems... however those are ones of the worst manners that a person could have, the style you're using is classic, the tough trouble maker ehhh, find your own style..
it isn't all a pursuit of ego or pride after all is it? you may be tough in here, but doing this will only weaken you by time .. you may take the advice, and you may not, depending on how much you hold into your ego, pathetic .
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)