So ich zeige mal die Erros C:\Dokumente und Einstellungen\Test.MAURICE.001\Desktop\Lol\SAMP 0.3x [SERVER NORMALE VERSION]\gamemodes\GetMyLife.pwn(52) : error 017: undefined symbol "C_T_D"
C:\Dokumente und Einstellungen\Test.MAURICE.001\Desktop\Lol\SAMP 0.3x [SERVER NORMALE VERSION]\gamemodes\GetMyLife.pwn(55) : warning 219: local variable "query" shadows a variable at a preceding level
C:\Dokumente und Einstellungen\Test.MAURICE.001\Desktop\Lol\SAMP 0.3x [SERVER NORMALE VERSION]\gamemodes\GetMyLife.pwn(57) : error 004: function "mysql_query" is not implemented
C:\Dokumente und Einstellungen\Test.MAURICE.001\Desktop\Lol\SAMP 0.3x [SERVER NORMALE VERSION]\gamemodes\GetMyLife.pwn(72) : warning 215: expression has no effect
C:\Dokumente und Einstellungen\Test.MAURICE.001\Desktop\Lol\SAMP 0.3x [SERVER NORMALE VERSION]\gamemodes\GetMyLife.pwn(72) : error 001: expected token: ";", but found ")"
C:\Dokumente und Einstellungen\Test.MAURICE.001\Desktop\Lol\SAMP 0.3x [SERVER NORMALE VERSION]\gamemodes\GetMyLife.pwn(72) : error 029: invalid expression, assumed zero
C:\Dokumente und Einstellungen\Test.MAURICE.001\Desktop\Lol\SAMP 0.3x [SERVER NORMALE VERSION]\gamemodes\GetMyLife.pwn(73 -- 74) : error 001: expected token: ")", but found ";"
C:\Dokumente und Einstellungen\Test.MAURICE.001\Desktop\Lol\SAMP 0.3x [SERVER NORMALE VERSION]\gamemodes\GetMyLife.pwn(75) : error 029: invalid expression, assumed zero
C:\Dokumente und Einstellungen\Test.MAURICE.001\Desktop\Lol\SAMP 0.3x [SERVER NORMALE VERSION]\gamemodes\GetMyLife.pwn(75 -- 76) : warning 215: expression has no effect
C:\Dokumente und Einstellungen\Test.MAURICE.001\Desktop\Lol\SAMP 0.3x [SERVER NORMALE VERSION]\gamemodes\GetMyLife.pwn(76) : error 001: expected token: ";", but found "else"
C:\Dokumente und Einstellungen\Test.MAURICE.001\Desktop\Lol\SAMP 0.3x [SERVER NORMALE VERSION]\gamemodes\GetMyLife.pwn(76) : error 029: invalid expression, assumed zero
C:\Dokumente und Einstellungen\Test.MAURICE.001\Desktop\Lol\SAMP 0.3x [SERVER NORMALE VERSION]\gamemodes\GetMyLife.pwn(76) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
9 Errors.
1. Von Zeile 52 bis 77 C_T_D();
//mysql_debug(1);
new query[257];
format(query,sizeof(query),"CREATE TABLE IF NOT EXISTS 'accounts' ('id' int(11) NOT NULL AUTO_INCREMMENT, 'Name' varchar(24), 'Passwort' varchar(24), 'Level' int(11), 'Admin' int(11), 'Kills' int(11),PRIMARY KEY ('id)) ENGINE-MyISAM DEFAULT CHARSET-latein1;");
mysql_query(query);
return 1;
}
public OnGameModeExit()
{
return 1;
}
public OnPlayerRequestClass(playerid, classid)
{
if(GetPVarInt(playerid,"logged") == 0)
{
mysql_CheckAccount(playerid) == 0)
(
ShowPlayerDialog(playerid,DIALOG_REGISTER,DIALOG_STYLE_PASSWORD,"Register","Wilkommen auf den Server du hast noch keinen Account","Register","Abbrechen");
)
else if(mysql_CheckAccount(playerid) == 1)
(
Da sind die ganzen Erros drine oder liegt es an den Plugin ?