[GameMode] [R38 MySQL] Fort Carson - Base, start your own gamemode!
#21

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.
Reply
#22

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

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

And download "R38"
Reply
#23

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

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.
Reply
#25

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.
Reply
#26

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'

Reply
#27

You are probably missing a include.
Reply
#28

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.
Reply
#29

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?
Reply
#30

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.
Reply
#31

oo NiCe
Reply
#32

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

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.
Reply
#34

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

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

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

Sorry For My Bad English
Reply
#36

Nice gamemode
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)