Hey leute!
Ich habe mal aus langeweile mal ein Selfmade angefangen und habe schon direkt ein Problem mit MySQL..
Ich habe eine Speicher Stock erstellt und ich bekam paar Errors:
Errorcode
C:\Users\gh\Desktop\Voxa's Zeugs\San Andreas Multiplayer\Project-Southside\Project-Southside Serverskript\gamemodes\selfmade.pwn(1158) : error 017: undefined symbol "mysql_SetInt"
C:\Users\gh\Desktop\Voxa's Zeugs\San Andreas Multiplayer\Project-Southside\Project-Southside Serverskript\gamemodes\selfmade.pwn(1159) : error 017: undefined symbol "mysql_SetInt"
C:\Users\gh\Desktop\Voxa's Zeugs\San Andreas Multiplayer\Project-Southside\Project-Southside Serverskript\gamemodes\selfmade.pwn(1160) : error 017: undefined symbol "mysql_SetInt"
C:\Users\gh\Desktop\Voxa's Zeugs\San Andreas Multiplayer\Project-Southside\Project-Southside Serverskript\gamemodes\selfmade.pwn(1161) : error 017: undefined symbol "mysql_SetInt"
C:\Users\gh\Desktop\Voxa's Zeugs\San Andreas Multiplayer\Project-Southside\Project-Southside Serverskript\gamemodes\selfmade.pwn(1162) : error 017: undefined symbol "mysql_SetInt"
C:\Users\gh\Desktop\Voxa's Zeugs\San Andreas Multiplayer\Project-Southside\Project-Southside Serverskript\gamemodes\selfmade.pwn(1163) : error 017: undefined symbol "mysql_SetInt"
C:\Users\gh\Desktop\Voxa's Zeugs\San Andreas Multiplayer\Project-Southside\Project-Southside Serverskript\gamemodes\selfmade.pwn(1164) : error 017: undefined symbol "mysql_SetInt"
C:\Users\gh\Desktop\Voxa's Zeugs\San Andreas Multiplayer\Project-Southside\Project-Southside Serverskript\gamemodes\selfmade.pwn(1165) : error 017: undefined symbol "mysql_SetInt"
C:\Users\gh\Desktop\Voxa's Zeugs\San Andreas Multiplayer\Project-Southside\Project-Southside Serverskript\gamemodes\selfmade.pwn(1166) : error 017: undefined symbol "mysql_SetInt"
C:\Users\gh\Desktop\Voxa's Zeugs\San Andreas Multiplayer\Project-Southside\Project-Southside Serverskript\gamemodes\selfmade.pwn(1167) : error 017: undefined symbol "mysql_SetInt"
C:\Users\gh\Desktop\Voxa's Zeugs\San Andreas Multiplayer\Project-Southside\Project-Southside Serverskript\gamemodes\selfmade.pwn(1168) : error 017: undefined symbol "mysql_SetInt"
C:\Users\gh\Desktop\Voxa's Zeugs\San Andreas Multiplayer\Project-Southside\Project-Southside Serverskript\gamemodes\selfmade.pwn(1169) : error 017: undefined symbol "mysql_SetInt"
C:\Users\gh\Desktop\Voxa's Zeugs\San Andreas Multiplayer\Project-Southside\Project-Southside Serverskript\gamemodes\selfmade.pwn(1170) : error 017: undefined symbol "mysql_SetInt"
C:\Users\gh\Desktop\Voxa's Zeugs\San Andreas Multiplayer\Project-Southside\Project-Southside Serverskript\gamemodes\selfmade.pwn(1171) : error 017: undefined symbol "mysql_SetInt"
C:\Users\gh\Desktop\Voxa's Zeugs\San Andreas Multiplayer\Project-Southside\Project-Southside Serverskript\gamemodes\selfmade.pwn(1172) : error 017: undefined symbol "mysql_SetInt"
C:\Users\gh\Desktop\Voxa's Zeugs\San Andreas Multiplayer\Project-Southside\Project-Southside Serverskript\gamemodes\selfmade.pwn(1173) : error 017: undefined symbol "mysql_SetInt"
C:\Users\gh\Desktop\Voxa's Zeugs\San Andreas Multiplayer\Project-Southside\Project-Southside Serverskript\gamemodes\selfmade.pwn(1174) : error 017: undefined symbol "mysql_SetInt"
C:\Users\gh\Desktop\Voxa's Zeugs\San Andreas Multiplayer\Project-Southside\Project-Southside Serverskript\gamemodes\selfmade.pwn(1175) : error 017: undefined symbol "mysql_SetInt"
C:\Users\gh\Desktop\Voxa's Zeugs\San Andreas Multiplayer\Project-Southside\Project-Southside Serverskript\gamemodes\selfmade.pwn(1176) : error 017: undefined symbol "mysql_SetInt"
C:\Users\gh\Desktop\Voxa's Zeugs\San Andreas Multiplayer\Project-Southside\Project-Southside Serverskript\gamemodes\selfmade.pwn(1177) : error 017: undefined symbol "mysql_SetInt"
C:\Users\gh\Desktop\Voxa's Zeugs\San Andreas Multiplayer\Project-Southside\Project-Southside Serverskript\gamemodes\selfmade.pwn(1178) : error 017: undefined symbol "mysql_SetInt"
C:\Users\gh\Desktop\Voxa's Zeugs\San Andreas Multiplayer\Project-Southside\Project-Southside Serverskript\gamemodes\selfmade.pwn(1179) : error 017: undefined symbol "mysql_SetInt"
C:\Users\gh\Desktop\Voxa's Zeugs\San Andreas Multiplayer\Project-Southside\Project-Southside Serverskript\gamemodes\selfmade.pwn(1180) : error 017: undefined symbol "mysql_SetInt"
C:\Users\gh\Desktop\Voxa's Zeugs\San Andreas Multiplayer\Project-Southside\Project-Southside Serverskript\gamemodes\selfmade.pwn(1181) : error 017: undefined symbol "mysql_SetInt"
C:\Users\gh\Desktop\Voxa's Zeugs\San Andreas Multiplayer\Project-Southside\Project-Southside Serverskript\gamemodes\selfmade.pwn(1182) : error 017: undefined symbol "mysql_SetInt"
C:\Users\gh\Desktop\Voxa's Zeugs\San Andreas Multiplayer\Project-Southside\Project-Southside Serverskript\gamemodes\selfmade.pwn(1182) : warning 202: number of arguments does not match definition
C:\Users\gh\Desktop\Voxa's Zeugs\San Andreas Multiplayer\Project-Southside\Project-Southside Serverskript\gamemodes\selfmade.pwn(1182) : error 001: expected token: ",", but found ";"
Zeilen:
mysql_SetInt(""#DATENBANKTAG"_accounts", "pLevel", sInfo[playerid][pLevel], "pName", sInfo[playerid][pName]);
mysql_SetInt(""#DATENBANKTAG"_accounts", "pIP", sInfo[playerid][pIP], "pSkin", sInfo[playerid][pSkin]);
mysql_SetInt(""#DATENBANKTAG"_accounts", "pGeld", sInfo[playerid][pGeld], "pBankgeld", sInfo[playerid][pBankgeld]);
mysql_SetInt(""#DATENBANKTAG"_accounts", "pAdminlevel", sInfo[playerid][pAdminevel], "pRespektpunkte", sInfo[playerid][pRespektpunkte]);
mysql_SetInt(""#DATENBANKTAG"_accounts", "pGanja", sInfo[playerid][pGanja], "pPaper", sInfo[playerid][pPaper]);
mysql_SetInt(""#DATENBANKTAG"_accounts", "pMeth", sInfo[playerid][pMeth], "pLSD", sInfo[playerid][pLSD]);
mysql_SetInt(""#DATENBANKTAG"_accounts", "pCocain", sInfo[playerid][pCocain], "pMuted", sInfo[playerid][pMuted]);
mysql_SetInt(""#DATENBANKTAG"_accounts", "pJailed", sInfo[playerid][pJailed], "pKills", sInfo[playerid][pKills]);
mysql_SetInt(""#DATENBANKTAG"_accounts", "pDeaths", sInfo[playerid][pDeaths], "pTut", sInfo[playerid][pTut]);
mysql_SetInt(""#DATENBANKTAG"_accounts", "pAdminwarns", sInfo[playerid][pAdminwarns], "pBanned", sInfo[playerid][pBanned]);
mysql_SetInt(""#DATENBANKTAG"_accounts", "pWantedlevel", sInfo[playerid][pWantedlevel], "pWaffenteile", sInfo[playerid][pWaffenteile]);
mysql_SetInt(""#DATENBANKTAG"_accounts", "pSafeGanja", sInfo[playerid][pSafeGanja], "pSafeMeth", sInfo[playerid][pSafeMeth]);
mysql_SetInt(""#DATENBANKTAG"_accounts", "pSafeCocain", sInfo[playerid][pSafeCocain], "pSafeLSD", sInfo[playerid][pSafeLSD]);
mysql_SetInt(""#DATENBANKTAG"_accounts", "pSafeWaffenteile", sInfo[playerid][pSafeWaffenteile], "pPayDay", sInfo[playerid][pPayDay]);
mysql_SetInt(""#DATENBANKTAG"_accounts", "pHandy", sInfo[playerid][pHandy], "pPerso", sInfo[playerid][pPerso]);
mysql_SetInt(""#DATENBANKTAG"_accounts", "pAutoschein", sInfo[playerid][pAutoschein], "pWaffenschein", sInfo[playerid][pWaffenschein]);
mysql_SetInt(""#DATENBANKTAG"_accounts", "pMotorradschein", sInfo[playerid][pMotorradschein], "pFlugschein", sInfo[playerid][pFlugschein]);
mysql_SetInt(""#DATENBANKTAG"_accounts", "pSegelschein", sInfo[playerid][pSegelschein], "pLKWschein", sInfo[playerid][pLKWschein]);
mysql_SetInt(""#DATENBANKTAG"_accounts", "pAutoscheinPunkte", sInfo[playerid][pAutoscheinPunkte], "pWaffenscheinPunkte", sInfo[playerid][pWaffenscheinPunkte]);
mysql_SetInt(""#DATENBANKTAG"_accounts", "pMotorradscheinPunkte", sInfo[playerid][pMotorradscheinPunkte], "pFlugscheinPunkte", sInfo[playerid][pFlugscheinPunkte]);
mysql_SetInt(""#DATENBANKTAG"_accounts", "pSegelscheinPunkte", sInfo[playerid][pSegelscheinPunkte], "pLKWscheinPunkte", sInfo[playerid][pLKWscheinPunkte]);
mysql_SetInt(""#DATENBANKTAG"_accounts", "pStartkapital", sInfo[playerid][pStartkapital], "pJob", sInfo[playerid][pJob]);
mysql_SetInt(""#DATENBANKTAG"_accounts", "pMember", sInfo[playerid][pMember], "pLeader", sInfo[playerid][pLeader]);
mysql_SetInt(""#DATENBANKTAG"_accounts", "pFrakRang", sInfo[playerid][pFrakRang], "pFrakSperre", sInfo[playerid][pFrakSperre]);
mysql_SetInt(""#DATENBANKTAG"_accounts", "pAngemeldet", sInfo[playerid][pAngemeldet];
Nein, es ist nicht das pRP Script. Ich habe nur das mit DATENBANKTAG eingefügt für die Vereinfachung.^^