SA-MP Forums Archive
[GameMode] [R38 MySQL] Fort Carson - Base, start your own gamemode! - 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: Gamemode Scripts (https://sampforum.blast.hk/forumdisplay.php?fid=71)
+--- Thread: [GameMode] [R38 MySQL] Fort Carson - Base, start your own gamemode! (/showthread.php?tid=523030)

Pages: 1 2


Re: [R38 MySQL] Fort Carson - Base, start your own gamemode! - Sturra - 02.07.2014

I got 26 errors. :P
Installed all plugins and includes after that got it.
Код:
F:\Users\Kasutaja\Desktop\MySQL SA-MP server\gamemodes\fortcarson.pwn(172) : warning 202: number of arguments does not match definition
F:\Users\Kasutaja\Desktop\MySQL SA-MP server\gamemodes\fortcarson.pwn(173) : warning 202: number of arguments does not match definition
F:\Users\Kasutaja\Desktop\MySQL SA-MP server\gamemodes\fortcarson.pwn(174) : error 017: undefined symbol "cache_get_field_content_float"
F:\Users\Kasutaja\Desktop\MySQL SA-MP server\gamemodes\fortcarson.pwn(175) : error 017: undefined symbol "cache_get_field_content_float"
F:\Users\Kasutaja\Desktop\MySQL SA-MP server\gamemodes\fortcarson.pwn(176) : error 017: undefined symbol "cache_get_field_content_float"
F:\Users\Kasutaja\Desktop\MySQL SA-MP server\gamemodes\fortcarson.pwn(177) : error 017: undefined symbol "cache_get_field_content_float"
F:\Users\Kasutaja\Desktop\MySQL SA-MP server\gamemodes\fortcarson.pwn(178) : error 017: undefined symbol "cache_get_field_content_float"
F:\Users\Kasutaja\Desktop\MySQL SA-MP server\gamemodes\fortcarson.pwn(179) : error 017: undefined symbol "cache_get_field_content_float"
F:\Users\Kasutaja\Desktop\MySQL SA-MP server\gamemodes\fortcarson.pwn(180) : error 017: undefined symbol "cache_get_field_content_int"
F:\Users\Kasutaja\Desktop\MySQL SA-MP server\gamemodes\fortcarson.pwn(181) : error 017: undefined symbol "cache_get_field_content_int"
F:\Users\Kasutaja\Desktop\MySQL SA-MP server\gamemodes\fortcarson.pwn(182) : error 017: undefined symbol "cache_get_field_content_int"
F:\Users\Kasutaja\Desktop\MySQL SA-MP server\gamemodes\fortcarson.pwn(183) : error 017: undefined symbol "cache_get_field_content_int"
F:\Users\Kasutaja\Desktop\MySQL SA-MP server\gamemodes\fortcarson.pwn(184) : error 017: undefined symbol "cache_get_field_content_int"
F:\Users\Kasutaja\Desktop\MySQL SA-MP server\gamemodes\fortcarson.pwn(185) : warning 202: number of arguments does not match definition
F:\Users\Kasutaja\Desktop\MySQL SA-MP server\gamemodes\fortcarson.pwn(186) : warning 202: number of arguments does not match definition
F:\Users\Kasutaja\Desktop\MySQL SA-MP server\gamemodes\fortcarson.pwn(187) : error 017: undefined symbol "cache_get_field_content_int"
F:\Users\Kasutaja\Desktop\MySQL SA-MP server\gamemodes\fortcarson.pwn(188) : warning 202: number of arguments does not match definition
F:\Users\Kasutaja\Desktop\MySQL SA-MP server\gamemodes\fortcarson.pwn(189) : warning 202: number of arguments does not match definition
F:\Users\Kasutaja\Desktop\MySQL SA-MP server\gamemodes\fortcarson.pwn(190) : warning 202: number of arguments does not match definition
F:\Users\Kasutaja\Desktop\MySQL SA-MP server\gamemodes\fortcarson.pwn(191) : warning 202: number of arguments does not match definition
F:\Users\Kasutaja\Desktop\MySQL SA-MP server\gamemodes\fortcarson.pwn(192) : warning 202: number of arguments does not match definition
F:\Users\Kasutaja\Desktop\MySQL SA-MP server\gamemodes\fortcarson.pwn(193) : warning 202: number of arguments does not match definition
F:\Users\Kasutaja\Desktop\MySQL SA-MP server\gamemodes\fortcarson.pwn(194) : error 017: undefined symbol "cache_get_field_content_int"
F:\Users\Kasutaja\Desktop\MySQL SA-MP server\gamemodes\fortcarson.pwn(195) : error 017: undefined symbol "cache_get_field_content_int"
F:\Users\Kasutaja\Desktop\MySQL SA-MP server\gamemodes\fortcarson.pwn(221) : error 035: argument type mismatch (argument 3)
F:\Users\Kasutaja\Desktop\MySQL SA-MP server\gamemodes\fortcarson.pwn(222) : error 017: undefined symbol "mysql_tquery"
F:\Users\Kasutaja\Desktop\MySQL SA-MP server\gamemodes\fortcarson.pwn(405) : error 017: undefined symbol "mysql_log"
F:\Users\Kasutaja\Desktop\MySQL SA-MP server\gamemodes\fortcarson.pwn(494) : error 035: argument type mismatch (argument 3)
F:\Users\Kasutaja\Desktop\MySQL SA-MP server\gamemodes\fortcarson.pwn(511) : error 035: argument type mismatch (argument 3)
F:\Users\Kasutaja\Desktop\MySQL SA-MP server\gamemodes\fortcarson.pwn(523) : error 017: undefined symbol "mysql_tquery"
F:\Users\Kasutaja\Desktop\MySQL SA-MP server\gamemodes\fortcarson.pwn(586) : error 035: argument type mismatch (argument 3)
F:\Users\Kasutaja\Desktop\MySQL SA-MP server\gamemodes\fortcarson.pwn(587) : error 017: undefined symbol "mysql_tquery"
F:\Users\Kasutaja\Desktop\MySQL SA-MP server\gamemodes\fortcarson.pwn(864) : error 035: argument type mismatch (argument 3)
F:\Users\Kasutaja\Desktop\MySQL SA-MP server\gamemodes\fortcarson.pwn(865) : error 017: undefined symbol "mysql_tquery"
F:\Users\Kasutaja\Desktop\MySQL SA-MP server\gamemodes\fortcarson.pwn(1097) : error 035: argument type mismatch (argument 3)
F:\Users\Kasutaja\Desktop\MySQL SA-MP server\gamemodes\fortcarson.pwn(1098) : error 035: argument type mismatch (argument 3)

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


26 Errors.



Re: [R38 MySQL] Fort Carson - Base, start your own gamemode! - Jack_Leslie - 02.07.2014

It seems like you've got the wrong version of a_mysql

https://github.com/pBlueG/SA-MP-MySQL/releases

And download "R38"


Re: [R38 MySQL] Fort Carson - Base, start your own gamemode! - Sturra - 02.07.2014

Thanks for help. Very nice and working gamemode. Where i can change my admin level?


Re: [R38 MySQL] Fort Carson - Base, start your own gamemode! - Jack_Leslie - 02.07.2014

Quote:
Originally Posted by Sturra
Посмотреть сообщение
Thanks for help. Very nice and working gamemode. Where i can change my admin level?
Go into your phpmyadmin, go into the `fortcarson` table and run this SQL query:
Код:
UPDATE `fortcarson` SET AdminLevel='6', AdminKey='1234' WHERE Fullname='username'
Replace username with your account name, and AdminKey with the key you want to use when you login, administrators get prompted to enter their admin security key.


Re: [R38 MySQL] Fort Carson - Base, start your own gamemode! - Jack_Leslie - 04.07.2014

4/07/2014 Update

Hi guys, decided to publish another update. I have added a helper system, report system and added a hospital eject command for Administrators. Please check the thread for information on Helper and Report systems.



Re: [R38 MySQL] Fort Carson - Base, start your own gamemode! - [L]azy[H]aze - 07.07.2014

Hi sorry but iv updated everything and i still get this
Quote:

:15:09] Error: Function not registered: 'cache_get_field_content'
[00:15:09] Error: Function not registered: 'cache_get_field_content_float'
[00:15:09] Error: Function not registered: 'cache_get_field_content_int'
[00:15:09] Error: Function not registered: 'cache_get_data'
[00:15:09] Error: Function not registered: 'mysql_format'
[00:15:09] Error: Function not registered: 'mysql_tquery'
[00:15:09] Error: Function not registered: 'mysql_log'
[00:15:09] Error: Function not registered: 'mysql_connect'
[00:15:09] Error: Function not registered: 'mysql_errno'
[00:15:09] Error: Function not registered: 'mysql_query'
[00:15:09] Error: Function not registered: 'cache_get_row_count'
[00:15:09] Error: Function not registered: 'cache_delete'




Re: [R38 MySQL] Fort Carson - Base, start your own gamemode! - Faix - 07.07.2014

You are probably missing a include.


Re: [R38 MySQL] Fort Carson - Base, start your own gamemode! - Jack_Leslie - 07.07.2014

Quote:
Originally Posted by [L]azy[H]aze
Посмотреть сообщение
Hi sorry but iv updated everything and i still get this
Yes, it'll be something to do with your mysql include or plugin. Nothing to do with the gamemode it's self.


Re: [R38 MySQL] Fort Carson - Base, start your own gamemode! - AchievementMaster360 - 08.07.2014

I started using the gamemode and it starts out fine it connects to the MySQL database but i seem to be having problem where nothing else saves but the password so when the player connects nothing loads and you spawn at the cords 0,0,0. The user I'm using for the MySQL has permission for everything what can be the problem?


Re: [R38 MySQL] Fort Carson - Base, start your own gamemode! - Jack_Leslie - 09.07.2014

Quote:
Originally Posted by AchievementMaster360
Посмотреть сообщение
I started using the gamemode and it starts out fine it connects to the MySQL database but i seem to be having problem where nothing else saves but the password so when the player connects nothing loads and you spawn at the cords 0,0,0. The user I'm using for the MySQL has permission for everything what can be the problem?
Something could be wrong in your mysql database, send me a private message with the mysql_log (so we don't spam this thread) and I'll have a look for you.


Re: [R38 MySQL] Fort Carson - Base, start your own gamemode! - Th3Abl - 09.07.2014

oo NiCe


Respuesta: [R38 MySQL] Fort Carson - Base, start your own gamemode! - Macklemore - 09.07.2014

I need a_zones inc. i cant find the correct one. Can you give me that include?


Re: [R38 MySQL] Fort Carson - Base, start your own gamemode! - Symphony - 09.07.2014

Excuse me, Could you please Upload the Gamemode at Mediafire or something like that ?
Because the Solidfiles won't let me download the Gamemode.

Thank you.


Re: [R38 MySQL] Fort Carson - Base, start your own gamemode! - Jack_Leslie - 09.07.2014

a_zones.inc:
http://pastebin.com/jmyK4WF7

MediaFire link:
https://www.mediafire.com/?5s3bvln5h659ana


Re: [R38 MySQL] Fort Carson - Base, start your own gamemode! - Moaz333 - 20.07.2014

nice but i dont test this gamemode but i hope this gamemode is good

Sorry For My Bad English


Re: [R38 MySQL] Fort Carson - Base, start your own gamemode! - Wezzkid - 01.10.2014

Nice gamemode