25.07.2015, 21:54
Como ao prуprio no mysql r5 sobre a r39-3
C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(1819) : error 035: argument type mismatch (argument 1)
Код:
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; }