SA-MP Forums Archive
error 075: input line too long (after substitutions) - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: error 075: input line too long (after substitutions) (/showthread.php?tid=421420)



error 075: input line too long (after substitutions) - Eminem 2ka9 - 09.03.2013

Every time i try to make more zones, i get this error.

This is the line:
pawn Код:
else if(checkpointid == BigEarCP || checkpointid ==  TeeMotelCP || checkpointid ==  OilCP || checkpointid ==  SeaCP || checkpointid ==  HillCP || checkpointid ==  DamCP || checkpointid ==  DeserttownCP || checkpointid ==  RanchCP || checkpointid ==  CluckinBellCP || checkpointid ==  GasstationCP || checkpointid ==  ProbeinnCP || checkpointid ==  SiloCP || checkpointid ==  RoundtowerCP || checkpointid ==  Gasstation2CP || checkpointid ==  WeirdbuildingCP || checkpointid ==  Deserttown3CP)



Re : error 075: input line too long (after substitutions) - yusei - 09.03.2013

hello try the following :

Код:
else if(checkpointid == BigEarCP || checkpointid ==  TeeMotelCP || checkpointid ==  OilCP || checkpointid ==  SeaCP || checkpointid ==  HillCP || checkpointid ==  DamCP || checkpointid ==  DeserttownCP || checkpointid ==  RanchCP || checkpointid ==  CluckinBellCP || checkpointid ==  GasstationCP
|| checkpointid ==  ProbeinnCP || checkpointid ==  SiloCP || checkpointid ==  RoundtowerCP || checkpointid ==  Gasstation2CP || checkpointid ==  WeirdbuildingCP || checkpointid ==  Deserttown3CP)