C:\Users\-\Desktop\GTA Scripts\-\gamemodes\WB.pwn(704) : error 001: expected token: "-string end-", but found "-identifier-"C:\Users\-\Desktop\GTA Scripts\-\gamemodes\WB.pwn(706) : error 010: invalid function or declaration
nnew InfoTafeln[7][InfoTafelInfo] =
{
{1466.96277, -1812.66260, 15.71669, 0.00000, 0.00000, 334.52039,"{FFFFFF}German-Reallife",5,120,"Arial",50,1,-1,-16777216,1,"{FFA500}dd",4,120,"Arial",40,1,-1,-16777216,1,"{FFFFFF}We stick together!",3,120,"Arial",50,1,-1,-16777216,1,"{FFA500}",2,120,"Arial",50,1,-1,-16777216,1,"Viel Spaß!",1,120,"Arial",50,1,-1,-16777216,1},
{1350.21, -1275.55, 15.49, 0.00, 0.00, 2.10,"{FFFFFF}German-Reallife",5,120,"Arial",50,1,-1,-16777216,1,"{FFA500}",4,120,"Arial",40,1,-1,-16777216,1,"{FFFFFF}We stick together!",3,120,"Arial",50,1,-1,-16777216,1,"{FFA500}",2,120,"Arial",50,1,-1,-16777216,1,"Viel Spaß!",1,120,"Arial",50,1,-1,-16777216,1},
{1495.70959, -1812.73547, 15.71670, 0.00000, 0.00000, -334.52039,"{FFFFFF}Westbound-Reallife",5,120,"Arial",50,1,-1,-16777216,1,"{FFA500",4,120,"Arial",40,1,-1,-16777216,1,"{FFFFFF}We stick together!",3,120,"Arial",50,1,-1,-16777216,1,"{FFA500}",2,120,"Arial",50,1,-1,-16777216,1,"Viel Spaß!",1,120,"Arial",50,1,-1,-16777216,1},
{2143.17, -1144.09, 27.20, 0.00, 0.00, 31.79,"{FFFFFF}German-Reallife",5,120,"Arial",50,1,-1,-16777216,1,"{FFA500}",4,120,"Arial",40,1,-1,-16777216,1,"{FFFFFF}We stick together!",3,120,"Arial",50,1,-1,-16777216,1,"{FFA500}",2,120,"Arial",50,1,-1,-16777216,1,"Viel Spaß!",1,120,"Arial",50,1,-1,-16777216,1},
{1321.90, -900.39, 40.83, 0.00, 0.00, 335.55,"{FFFFFF}German-Reallife",5,120,"Arial",50,1,-1,-16777216,1,"{FFA500}",4,120,"Arial",40,1,-1,-16777216,1,"{FFFFFF}We stick together!",3,120,"Arial",50,1,-1,-16777216,1,"{FFA500}",2,120,"Arial",50,1,-1,-16777216,1,"Viel Spaß!",1,120,"Arial",50,1,-1,-16777216,1},
{992.82, -853.00, 98.30, 0.00, 0.00, 6.01,"{FFFFFF}German-Reallife",5,120,"Arial",50,1,-1,-16777216,1,"{FFA500}"",4,120,"Arial",40,1,-1,-16777216,1,"{FFFFFF}We stick together!",3,120,"Arial",50,1,-1,-16777216,1,"{FFA500}",2,120,"Arial",50,1,-1,-16777216,1,"Viel Spaß!",1,120,"Arial",50,1,-1,-16777216,1}, //704
{1239.05, -922.12, 44.09, 0.00, 0.00, 72.77,"{FFFFFF}German-Reallife",5,120,"Arial",50,1,-1,-16777216,1,"{FFA500}",4,120,"Arial",40,1,-1,-16777216,1,"{FFFFFF}We stick together!",3,120,"Arial",50,1,-1,-16777216,1,"{FFA500}",2,120,"Arial",50,1,-1,-16777216,1,"Viel Spaß!",1,120,"Arial",50,1,-1,-16777216,1}
}; //706
C:\Users\-\Desktop\GTA Scripts\-\gamemodes\WB.pwn(10375) : error 001: expected token: "-string end-", but found "-identifier-"C:\Users\-\Desktop\GTA Scripts\-\gamemodes\WB.pwn(10375) : error 017: undefined symbol "Best"C:\Users\-\Desktop\GTA Scripts\-\gamemodes\WB.pwn(10375) : error 029: invalid expression, assumed zeroC:\Users\-\Desktop\GTA Scripts\-\gamemodes\WB.pwn(10375) : fatal error 107: too many error messages on one line
if(disablereg == true)
{
LoginScreen(playerid,0);
ShowPlayerDialog(playerid,636,DIALOG_STYLE_MSGBOX,"Registration Nachts ausgeschaltet","Hallo,\ndie Registartion ist Nachts von 0-8 Uhr geschlossen.\nDer Grund dafür sind Cheater etc.\nWir bitten um Verständnis!\n\","Bestätigen",""); //10375
SetTimerEx("ConnectKick", 700,0,"i",playerid);
LoginTimer[playerid] = SetTimerEx("Tobyistgeil",20000,0,"i",playerid);
return 1;
}
}