09.12.2013, 21:32
That didn't help
pawn Код:
mysql_fetch_float(savingstring, "PosX"); sInfo[i][sPosX] = floatstr(savingstring);
mysql_fetch_float(savingstring, "PosY"); sInfo[i][sPosY] = floatstr(savingstring);
mysql_fetch_float(savingstring, "PosZ"); sInfo[i][sPosZ] = floatstr(savingstring);
mysql_fetch_float(savingstring, "PosA"); sInfo[i][sPosA] = floatstr(savingstring);
pawn Код:
C:\Users\Odysseus\Documents\SAMP\Akthar Deathmatch\gamemodes\atd.pwn(1368) : error 035: argument type mismatch (argument 1)
C:\Users\Odysseus\Documents\SAMP\Akthar Deathmatch\gamemodes\atd.pwn(1368) : warning 213: tag mismatch
C:\Users\Odysseus\Documents\SAMP\Akthar Deathmatch\gamemodes\atd.pwn(1369) : error 035: argument type mismatch (argument 1)
C:\Users\Odysseus\Documents\SAMP\Akthar Deathmatch\gamemodes\atd.pwn(1369) : warning 213: tag mismatch
C:\Users\Odysseus\Documents\SAMP\Akthar Deathmatch\gamemodes\atd.pwn(1370) : error 035: argument type mismatch (argument 1)
C:\Users\Odysseus\Documents\SAMP\Akthar Deathmatch\gamemodes\atd.pwn(1370) : warning 213: tag mismatch
C:\Users\Odysseus\Documents\SAMP\Akthar Deathmatch\gamemodes\atd.pwn(1371) : error 035: argument type mismatch (argument 1)
C:\Users\Odysseus\Documents\SAMP\Akthar Deathmatch\gamemodes\atd.pwn(1371) : warning 213: tag mismatch
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
4 Errors.