SA-MP Forums Archive
how to fix this ? - 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: how to fix this ? (/showthread.php?tid=615909)



how to fix this ? - meranti1995 - 29.08.2016

C:\Users\WIN 7\Documents\GGRP Server\gamemodes\GGRP.pwn(2767) : error 035: argument type mismatch (argument 1)
C:\Users\WIN 7\Documents\GGRP Server\gamemodes\GGRP.pwn(2769) : error 035: argument type mismatch (argument 1)
C:\Users\WIN 7\Documents\GGRP Server\gamemodes\GGRP.pwn(4154) : error 035: argument type mismatch (argument 1)
C:\Users\WIN 7\Documents\GGRP Server\gamemodes\GGRP.pwn(10111) : error 035: argument type mismatch (argument 1)
C:\Users\WIN 7\Documents\GGRP Server\gamemodes\GGRP.pwn(10116) : error 035: argument type mismatch (argument 1)
C:\Users\WIN 7\Documents\GGRP Server\gamemodes\GGRP.pwn(10493) : error 035: argument type mismatch (argument 1)
C:\Users\WIN 7\Documents\GGRP Server\gamemodes\GGRP.pwn(11326) : error 035: argument type mismatch (argument 1)
C:\Users\WIN 7\Documents\GGRP Server\gamemodes\GGRP.pwn(12146) : error 035: argument type mismatch (argument 1)
C:\Users\WIN 7\Documents\GGRP Server\gamemodes\GGRP.pwn(12147) : error 017: undefined symbol "mysql_insert_id"
C:\Users\WIN 7\Documents\GGRP Server\gamemodes\GGRP.pwn(1214 : error 017: undefined symbol "mysql_free_result"
C:\Users\WIN 7\Documents\GGRP Server\gamemodes\GGRP.pwn(13147) : error 035: argument type mismatch (argument 1)
C:\Users\WIN 7\Documents\GGRP Server\gamemodes\GGRP.pwn(1314 : error 017: undefined symbol "mysql_insert_id"
C:\Users\WIN 7\Documents\GGRP Server\gamemodes\GGRP.pwn(13149) : error 017: undefined symbol "mysql_free_result"
C:\Users\WIN 7\Documents\GGRP Server\gamemodes\GGRP.pwn(13317) : error 035: argument type mismatch (argument 1)
C:\Users\WIN 7\Documents\GGRP Server\gamemodes\GGRP.pwn(1331 : error 017: undefined symbol "mysql_insert_id"
C:\Users\WIN 7\Documents\GGRP Server\gamemodes\GGRP.pwn(13319) : error 017: undefined symbol "mysql_free_result"
C:\Users\WIN 7\Documents\GGRP Server\gamemodes\GGRP.pwn(14120) : error 035: argument type mismatch (argument 1)
C:\Users\WIN 7\Documents\GGRP Server\gamemodes\GGRP.pwn(14432) : error 035: argument type mismatch (argument 1)
C:\Users\WIN 7\Documents\GGRP Server\gamemodes\GGRP.pwn(14433) : error 017: undefined symbol "mysql_store_result"
C:\Users\WIN 7\Documents\GGRP Server\gamemodes\GGRP.pwn(14436) : error 017: undefined symbol "mysql_num_rows"
C:\Users\WIN 7\Documents\GGRP Server\gamemodes\GGRP.pwn(14437) : error 017: undefined symbol "mysql_retrieve_row"
C:\Users\WIN 7\Documents\GGRP Server\gamemodes\GGRP.pwn(1443 : error 017: undefined symbol "mysql_fetch_int"
C:\Users\WIN 7\Documents\GGRP Server\gamemodes\GGRP.pwn(14439) : error 017: undefined symbol "mysql_free_result"
C:\Users\WIN 7\Documents\GGRP Server\gamemodes\GGRP.pwn(15327) : error 035: argument type mismatch (argument 1)
C:\Users\WIN 7\Documents\GGRP Server\gamemodes\GGRP.pwn(1532 : error 017: undefined symbol "mysql_free_result"
C:\Users\WIN 7\Documents\GGRP Server\gamemodes\GGRP.pwn(15339) : error 035: argument type mismatch (argument 1)

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


26 Errors.


Re: how to fix this ? - MaazS - 29.08.2016

We need the script to see this, since the error is on certain lines. However, I think you don't have the mysql plugin that you need or something, because most errors are for mysql.


Re: how to fix this ? - meranti1995 - 29.08.2016

this happen when i upgrade my plugin and include mysql from version R6 to R32-9


Re: how to fix this ? - Cerax101 - 29.08.2016

Quote:
Originally Posted by MaazS
Посмотреть сообщение
We need the script to see this, since the error is on certain lines. However, I think you don't have the mysql plugin that you need or something, because most errors are for mysql.
Exactly


Re: how to fix this ? - SoLetsGO - 29.08.2016

It happens because MY-SQL R32 works different than the old one.
You should make your script R32 or keep the old MySQL.