Hey, ich baue grad mein Script von dini auf MySql um als beispiel nehme ich das "SOM" Script nun hab ich Folgendes Problem!
C:\Users\Lena\Desktop\German Next era life v2.4\gamemodes\GNEoriginal.pwn(52396) : error 035: argument type mismatch (argument 1)
C:\Users\Lena\Desktop\German Next era life v2.4\gamemodes\GNEoriginal.pwn(52397) : error 035: argument type mismatch (argument 1)
C:\Users\Lena\Desktop\German Next era life v2.4\gamemodes\GNEoriginal.pwn(52398) : error 035: argument type mismatch (argument 1)
C:\Users\Lena\Desktop\German Next era life v2.4\gamemodes\GNEoriginal.pwn(52399) : error 035: argument type mismatch (argument 1)
C:\Users\Lena\Desktop\German Next era life v2.4\gamemodes\GNEoriginal.pwn(52400) : error 035: argument type mismatch (argument 1)
C:\Users\Lena\Desktop\German Next era life v2.4\gamemodes\GNEoriginal.pwn(52401) : error 035: argument type mismatch (argument 1)
C:\Users\Lena\Desktop\German Next era life v2.4\gamemodes\GNEoriginal.pwn(52402) : error 035: argument type mismatch (argument 1)
C:\Users\Lena\Desktop\German Next era life v2.4\gamemodes\GNEoriginal.pwn(52403) : error 035: argument type mismatch (argument 1)
C:\Users\Lena\Desktop\German Next era life v2.4\gamemodes\GNEoriginal.pwn(52404) : error 035: argument type mismatch (argument 1)
C:\Users\Lena\Desktop\German Next era life v2.4\gamemodes\GNEoriginal.pwn(52406) : error 035: argument type mismatch (argument 1)
C:\Users\Lena\Desktop\German Next era life v2.4\gamemodes\GNEoriginal.pwn(52407) : error 035: argument type mismatch (argument 1)
C:\Users\Lena\Desktop\German Next era life v2.4\gamemodes\GNEoriginal.pwn(52408) : error 035: argument type mismatch (argument 1)
C:\Users\Lena\Desktop\German Next era life v2.4\gamemodes\GNEoriginal.pwn(52409) : error 035: argument type mismatch (argument 1)
C:\Users\Lena\Desktop\German Next era life v2.4\gamemodes\GNEoriginal.pwn(52410) : error 035: argument type mismatch (argument 1)
C:\Users\Lena\Desktop\German Next era life v2.4\gamemodes\GNEoriginal.pwn(52411) : error 035: argument type mismatch (argument 1)
C:\Users\Lena\Desktop\German Next era life v2.4\gamemodes\GNEoriginal.pwn(52412) : error 035: argument type mismatch (argument 1)
C:\Users\Lena\Desktop\German Next era life v2.4\gamemodes\GNEoriginal.pwn(52413) : error 035: argument type mismatch (argument 1)
C:\Users\Lena\Desktop\German Next era life v2.4\gamemodes\GNEoriginal.pwn(52415) : error 035: argument type mismatch (argument 1)
C:\Users\Lena\Desktop\German Next era life v2.4\gamemodes\GNEoriginal.pwn(52416) : error 035: argument type mismatch (argument 1)
C:\Users\Lena\Desktop\German Next era life v2.4\gamemodes\GNEoriginal.pwn(52418) : error 035: argument type mismatch (argument 1)
C:\Users\Lena\Desktop\German Next era life v2.4\gamemodes\GNEoriginal.pwn(52419) : error 035: argument type mismatch (argument 1)
C:\Users\Lena\Desktop\German Next era life v2.4\gamemodes\GNEoriginal.pwn(52420) : error 035: argument type mismatch (argument 1)
C:\Users\Lena\Desktop\German Next era life v2.4\gamemodes\GNEoriginal.pwn(52421) : error 035: argument type mismatch (argument 1)
C:\Users\Lena\Desktop\German Next era life v2.4\gamemodes\GNEoriginal.pwn(52422) : error 035: argument type mismatch (argument 1)
C:\Users\Lena\Desktop\German Next era life v2.4\gamemodes\GNEoriginal.pwn(52424) : error 035: argument type mismatch (argument 1)
C:\Users\Lena\Desktop\German Next era life v2.4\gamemodes\GNEoriginal.pwn(52425) : error 035: argument type mismatch (argument 1)
Die Entsprechenden Zeilen
mysql_fetch_field("banned",val); SpielerInfo[playerid][pGebannt] = strval(val);
mysql_fetch_field("admin",val); SpielerInfo[playerid][pAdmin] = strval(val);
mysql_fetch_field("donater",val); SpielerInfo[playerid][pDonateRank] = strval(val);
mysql_fetch_field("upgradepoints",val); SpielerInfo[playerid][gPupgrade] = strval(val);
mysql_fetch_field("reg",val); SpielerInfo[playerid][pReg] = strval(val);
mysql_fetch_field("sex",val); SpielerInfo[playerid][pSex] = strval(val);
mysql_fetch_field("exp",val); SpielerInfo[playerid][pExp] = strval(val);
mysql_fetch_field("level",val); SpielerInfo[playerid][pAge] = strval(val);
mysql_fetch_field("hand",val); SpielerInfo[playerid][pCash] = strval(val);
print("1");
mysql_fetch_field("konto",val); SpielerInfo[playerid][pAccount] = strval(val);
mysql_fetch_field("crimes",val); SpielerInfo[playerid][pCrimes] = strval(val);
mysql_fetch_field("arrested",val); SpielerInfo[playerid][pArrested] = strval(val);
mysql_fetch_field("wanteddeaths",val); SpielerInfo[playerid][pWantedDeaths] = strval(val);
mysql_fetch_field("phonebook",val); SpielerInfo[playerid][pPhoneBook] = strval(val);
mysql_fetch_field("lottonr",val); SpielerInfo[playerid][pLottoNr] = strval(val);
mysql_fetch_field("fishes",val); SpielerInfo[playerid][pFishes] = strval(val);
mysql_fetch_field("biggestfish",val); SpielerInfo[playerid][pBiggestFish] = strval(val);
// mysql_fetch_field("job",val); SpielerInfo[playerid][sJob] = strval(val);
mysql_fetch_field("kills",val); SpielerInfo[playerid][pKills] = strval(val);
mysql_fetch_field("deaths",val); SpielerInfo[playerid][pDeaths] = strval(val);
// mysql_fetch_field("jobgehalt",val); SpielerInfo[playerid][pJobGehalt] = strval(val);
mysql_fetch_field("headvalue",val); SpielerInfo[playerid][pHeadValue] = strval(val);
mysql_fetch_field("jailed",val); SpielerInfo[playerid][pJailed] = strval(val);
mysql_fetch_field("jailtime",val); SpielerInfo[playerid][pJailTime] = strval(val);
mysql_fetch_field("mats",val); SpielerInfo[playerid][pMats] = strval(val);
mysql_fetch_field("gras",val); SpielerInfo[playerid][pGras] = strval(val);
print("2");
mysql_fetch_field("lsd",val); SpielerInfo[playerid][pLSD] = strval(val);
mysql_fetch_field("kokain",val); SpielerInfo[playerid][pKokain] = strval(val);
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
26 Errors.