Ich hab in dieser Zeile Errors:
else if(IsPlayerInRangeOfPoint(playerid, 2, 1524.1573,-1674.2922,13.5469))
{
DisablePlayerCheckpoint(playerid);
new TutEnd[] = "If You entered This Checkpoint, This means that you are at the Pershing Square Plaza.\nThe Pershing Square Plaza is the Main place of Los Santos, Where the Life Appears.\nThere Are places such the 24/7s, Bars, Black Market, Illegal Jobs that you haven't seen.\nSome Jobs are Illegal, Such the Arms or Drugs Dealers, Search for them by buying a GPS at any 24/7 or by typing /gps while in a vehicle.\n\n\nLass uns mit dem Tutorial weitermachen. Drücke 'Weiter' um weiter zu machen, oder 'Abbrechen' um das Tut zu beenden!";
ShowPlayerDialog(playerid,268,DIALOG_STYLE_MSGBOX,"------------The End ------------",TutEnd,"Weiter","Weiter");
RingTone[playerid] = 20;
SendClientMessage(playerid, COLOR_YELLOW, "SMS: You can search the main locations with /gps menu while in a vehicle, For more positions you can buy the add-on for it at any 24/7, Sender: MOLE (555)");
}
C:\Users\Kai\Desktop\Samp Server\gamemodes\larp.pwn(10024) : error 075: input line too long (after substitutions)
C:\Users\Kai\Desktop\Samp Server\gamemodes\larp.pwn(10025) : error 037: invalid string (possibly non-terminated string)
C:\Users\Kai\Desktop\Samp Server\gamemodes\larp.pwn(10025) : error 017: undefined symbol "If"
C:\Users\Kai\Desktop\Samp Server\gamemodes\larp.pwn(10025) : error 017: undefined symbol "You"
C:\Users\Kai\Desktop\Samp Server\gamemodes\larp.pwn(10025) : fatal error 107: too many error messages on one line