Was soll ich tun?
Fehler:
E:\Users\TheLostMC\Desktop\Samp\gamemodes\GermanReallife.pwn(616) : error 075: input line too long (after substitutions)
E:\Users\TheLostMC\Desktop\Samp\gamemodes\GermanReallife.pwn(623) : error 035: argument type mismatch (argument 2)
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Errors.
Public:
public AmATM(playerid)
{
if(IsPlayerInRangeOfPoint(playerid,3.0,1192.1387939453, -916.63031005859, 42.83572769165) || IsPlayerInRangeOfPoint(playerid,3.0,1367.248046875, -1283.1644287109, 13.189774513245) || IsPlayerInRangeOfPoint(playerid,3.0,1539.2004394531, -1613.9739990234, 13.189774513245) || IsPlayerInRangeOfPoint(playerid,3.0,784.13708496094, -1329.6301269531, 13.189774513245) || IsPlayerInRangeOfPoint(playerid,3.0,1205.1339111328, -1820.4049072266, 13.23068523407) || IsPlayerInRangeOfPoint(playerid,3.0,2233.2678222656, -1161.4793701172, 25.53352355957)|| IsPlayerInRangeOfPoint(playerid,3.0,1833.2381591797, -1844.7476806641, 13.221024513245))
{
}
else
{
SendClientMessage(playerid,"[INFO] Du bist an keinem ATM");
}
return 1;
}