Errores en GM Mysql R7 (Crash)
#8

Quote:
Originally Posted by WCrimson
Посмотреть сообщение
Estas formateando mal el 'query' para almacenar las armas.
pawn Код:
mysql_format( ConnectionHandle, Consulta, "UPDATE `Usuarios` SET Arma_%i=%i, Municion_%i=%i WHERE `Nombre` = '%s' AND `ID_User` = '%i';", i, DataUser[ playerid ][ iArmas ][ i ], i,DataUser[ playerid ][ iMuniciones ][ i ],GetPName( playerid ),DataUser[ playerid ][ iIdentificador ] );
Verifica sн te sigue otorgando algъn crash.
He remplazado el cуdigo que habia por ese y aparece el siguiente error al compilar
Код:
C:\Users\X\X\gamemodes\MySQL-R7.pwn(305) : error 017: undefined symbol "DataUser"
C:\Users\X\X\gamemodes\MySQL-R7.pwn(305) : warning 215: expression has no effect
C:\Users\X\X\gamemodes\MySQL-R7.pwn(305) : error 001: expected token: ";", but found "]"
C:\Users\X\X\gamemodes\MySQL-R7.pwn(305) : error 029: invalid expression, assumed zero
C:\Users\X\X\gamemodes\MySQL-R7.pwn(305) : fatal error 107: too many error messages on one line

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


4 Errors.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)