[Ajuda] mysql
#1

Como ao prуprio no mysql r5 sobre a r39-3


Код:
stock SaveExecCMDS(playerid, const string[], &str)
{
	new xquery[255], uns[MAX_PLAYER_NAME];
	GetPlayerName(playerid, uns, sizeof(uns));
	format(xquery, sizeof(xquery), "INSERT INTO `logExecCmds`(`Player`, `Command`, `DateTime`, `ECount`) VALUES ('%s','%s','%s','%d')", uns, string, RegEx(), str);
	mysql_query(xquery);
	return 1;
}
C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(1819) : error 035: argument type mismatch (argument 1)
Reply
#2

https://sampwiki.blast.hk/wiki/MySQL#mysql_query
Reply
#3

Atualizar R5 pra r33+ й trabalhoso, vocк vai ter que aprender sobre cachк e threads, vai ter que fazer muitas mudanзas no seu gamemode se jб construiu a base dele em R5... Mas se for sу esse problema aн, vocк precisa adcionar um handler e botar o parвmetro de cachк em false caso nгo use-o.
Reply
#4

Nгo entendo... Eu posso ajudar por favor?
Sу lб trava
Reply
#5

Tente usar tquery

mysql_tquery(connection, xquery);
Reply
#6

Vocк estб tentando usar a include r39-3 para copilar um cуdigo feito na r5.

Para resolver o problema vocк deve trocar a inc e o plugin para a r5
Ou estudar a versгo mais nova e atualizar seu cуdigo, (oque eu aconselho).
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)